thomasnield
09/06/2016, 8:30 PMthomasnield
09/06/2016, 8:30 PMron
09/06/2016, 8:30 PMthomasnield
09/06/2016, 8:30 PMthomasnield
09/06/2016, 8:30 PMron
09/06/2016, 8:31 PMthomasnield
09/06/2016, 8:31 PMsomeObservable.toBinding(e -> e.printStackTrace())
But it doesn't look as bad as Kotlinron
09/06/2016, 8:32 PMron
09/06/2016, 8:33 PMthomasnield
09/06/2016, 8:34 PMSubscriber
convention, as in subscribe(t -> System.out.println(t), e -> e.printStackTrace())
. But the semantics of toBinding()
are confusing , you are right.ron
09/06/2016, 8:40 PMron
09/06/2016, 8:40 PMron
09/06/2016, 8:40 PMtoConnectableObservable()
thomasnield
09/06/2016, 8:41 PMthomasnield
09/06/2016, 8:41 PMron
09/06/2016, 8:42 PMConnectableObservable<boolean>
ron
09/06/2016, 8:43 PMtoObservable
and toConnectableObservable
thomasnield
09/06/2016, 8:43 PMConnectableObservable
for both. Kotlin just inferred the type.ron
09/06/2016, 8:44 PMron
09/06/2016, 8:44 PMthomasnield
09/06/2016, 8:45 PMthomasnield
09/06/2016, 8:45 PMron
09/06/2016, 8:48 PMron
09/06/2016, 8:48 PMron
09/06/2016, 8:48 PMthomasnield
09/06/2016, 8:50 PMron
09/06/2016, 8:51 PMthomasnield
09/06/2016, 9:00 PM