dimsuz
01/01/2018, 6:35 PMdoOnComplete()
which is invoked only when Maybe is empty...thomasnield
01/02/2018, 1:13 AMdimsuz
01/02/2018, 10:54 AMdoOnEmpty()
dimsuz
01/02/2018, 11:00 AMMaybe.doOnComplete()
actually executes only on empty Maybe
. If Maybe
emits and item, doOnSuccess()
should be used.dimsuz
01/02/2018, 11:00 AM