badoo / Reaktive

Kotlin multi-platform implementation of Reactive Extensions
Apache License 2.0
1.18k stars 58 forks source link

Consider making ValueCallback a fun interface #770

Closed arkivanov closed 2 months ago

arkivanov commented 10 months ago

We have typealias Consumer<T> = ValueCallback<T>. When we pass Consumer to a class, sometimes it's nice to implement it as a lambda.