RunnableX<RunInput extends Object, CallOptions extends RunnableOptions, RunOutput extends Object, NewRunOutput extends Object> extension
Extension methods for Runnables.
- on
-
- Runnable<
RunInput, CallOptions, RunOutput>
- Runnable<
Operators
-
operator |(
Runnable< RunOutput, RunnableOptions, NewRunOutput> next) → RunnableSequence<RunInput, NewRunOutput> -
Available on Runnable<
Pipes the output of this Runnable into another Runnable.RunInput, CallOptions, RunOutput> , provided by the RunnableX extension