i would use RX kotlin which has named parameters f...
# android
a
i would use RX kotlin which has named parameters for
onNext
and
onError
using
subscribeBy
as for biconsumer you might need to manually specified type arguments on the object. not sure though