damianpetla
03/04/2016, 10:21 AMOperator
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?