Skip to content

Commit

Permalink
Make ValueCallback a fun interface
Browse files Browse the repository at this point in the history
  • Loading branch information
arkivanov committed Aug 22, 2024
1 parent d089611 commit b46d79a
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 b46d79a

Please sign in to comment.