ashdavies
06/16/2018, 11:19 PMfilterIsInstance
method available for ReceiveChannel
?
If not, should I propose one as a PR? on KEEP or on the main repo?Vsevolod Tolstopyatov [JB]
06/17/2018, 11:25 AMfilter
method.
We’d like to avoid having dozens of Rx-like operators, especially with channels, which differ from Rx/reactor/akka cold streamsashdavies
06/17/2018, 12:07 PMfilterIsInstance
is already on CollectionsKt
, though rx offers ofType<T>
, it might be a pretty common operator