-
- All Implemented Interfaces:
-
cz.encircled.joiner.reactive.ExecutionStep
public final class OptionalCallbackExecutionStep<F extends Object, T extends Object> extends CallbackExecutionStep<F, T>
Execution step which calls a user callback with optional singular result (e.g. FindOneOptional query)
-
-
Constructor Summary
Constructors Constructor Description OptionalCallbackExecutionStep(Function1<F, T> callback)
-
Method Summary
Modifier and Type Method Description ObjectconvertResult(List<Object> arg)Convert step result if needed (e.g. -
-