| Class | Description |
|---|---|
| MapSomethingToExecuteAsBlocking<Something,Result> |
Required to avoid problems with ClassLoader when RxJava is not in ClassPath
We can not use anonymous classes from RxJava directly in StorIO, ClassLoader won't be happy :(
|
| OnSubscribeExecuteAsBlocking<Result> |
Required to avoid problems with ClassLoader when RxJava is not in ClassPath
We can not use anonymous classes from RxJava directly in StorIO, ClassLoader won't be happy :(
|
| OnSubscribeExecuteAsBlockingCompletable |
Required to avoid problems with ClassLoader when RxJava is not in ClassPath
We can not use anonymous classes from RxJava directly in StorIO, ClassLoader won't be happy :(
|
| OnSubscribeExecuteAsBlockingSingle<Result> |
Required to avoid problems with ClassLoader when RxJava is not in ClassPath
We can not use anonymous classes from RxJava directly in StorIO, ClassLoader won't be happy :(
|