Skip to content

Commit

Permalink
Merge pull request #782 from arkivanov/ValueCallback-fun-interface
Browse files Browse the repository at this point in the history
Make ValueCallback a fun interface
  • Loading branch information
CherryPerry authored Aug 22, 2024
2 parents e82340f + b46d79a commit 26788ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package com.badoo.reaktive.base
/**
* A common callback for listening for values
*/
interface ValueCallback<in T> {
fun interface ValueCallback<in T> {

/**
* Delivers values to the host (typically an [Observer])
Expand Down

0 comments on commit 26788ab

Please sign in to comment.