tschuchort
07/12/2017, 12:47 PMUnit
of course, but are there any disadvantages to using Unit
? Most online resources (in Java) seem to use Void
, which I can't even instantiate to call onNext
in my Observable.create()
hetang
07/12/2017, 4:38 PM