-
- All Implemented Interfaces:
-
cz.encircled.joiner.reactive.ExecutionStep
public final class OptionalComputedExecutionStep<T extends Object> extends ComputedExecutionStep<T>
Execution step which returns pre-computed value with optional singular result (e.g. FindOneOptional query)
-
-
Constructor Summary
Constructors Constructor Description OptionalComputedExecutionStep(T value)
-
Method Summary
Modifier and Type Method Description ObjectconvertResult(List<Object> arg)Convert step result if needed (e.g. -
-
Constructor Detail
-
OptionalComputedExecutionStep
OptionalComputedExecutionStep(T value)
-
-
-
-