can someone share an example of custom RxJava `Ope...
# announcements
d
can someone share an example of custom RxJava
Operator
in Kotlin ? I would like to create an operator that emits next & previous item. Anyone did it before? My plan is to cache last item inside custom
Operator
and emit it with next item. Wonder if that is the right way?