public final class MapSomethingToExecuteAsBlocking<Something,Result>
extends java.lang.Object
implements rx.functions.Func1<Something,Result>
For internal usage only!
| Modifier and Type | Method and Description |
|---|---|
Result |
call(Something changes) |
static <Something,Result> |
newInstance(PreparedOperation<Result> preparedOperation)
Creates new instance of
MapSomethingToExecuteAsBlocking |
@NonNull
public static <Something,Result> rx.functions.Func1<Something,Result> newInstance(@NonNull
PreparedOperation<Result> preparedOperation)
MapSomethingToExecuteAsBlockingSomething - type of map argumentResult - type of result of rx map functionpreparedOperation - non-null instance of PreparedOperation which will be used to react on calls to rx functionMapSomethingToExecuteAsBlocking