<@U0BR3D202> i meant that in rxJava 2 you are not ...
# functional
s
@nhaarman i meant that in rxJava 2 you are not able to pass nulls to streams any more, one of possible workarounds is
Optional
but it's available only in Java8, so Android devs like me is not happy, funKtionale's
Option
is second workaround, but it's too Scala-like for me)