Is there something like Hoogle for RxJava? I often...
# rx
r
Is there something like Hoogle for RxJava? I often know the type of the function I need, but not the name. E.g. how would I find something like Observable.just, but lazy, i.e. it takes a Supplier as the parameter instead of a value?