public final class OnSubscribeExecuteAsBlocking<Result>
extends java.lang.Object
implements rx.Observable.OnSubscribe<Result>
For internal usage only!
| Modifier and Type | Method and Description |
|---|---|
void |
call(rx.Subscriber<? super Result> subscriber) |
static <Result> rx.Observable.OnSubscribe<Result> |
newInstance(PreparedOperation<Result> preparedOperation)
Creates new instance of
OnSubscribeExecuteAsBlocking |
@NonNull
public static <Result> rx.Observable.OnSubscribe<Result> newInstance(@NonNull
PreparedOperation<Result> preparedOperation)
OnSubscribeExecuteAsBlockingResult - type of result of PreparedOperationpreparedOperation - non-null instance of PreparedOperation which will be used to provide result to subscribersOnSubscribeExecuteAsBlocking