RunnableX<RunInput extends Object, CallOptions extends RunnableOptions, RunOutput extends Object, NewRunOutput extends Object> extension

Extension methods for Runnables.

on
  • Runnable<RunInput, CallOptions, RunOutput>

Operators

operator |(Runnable<RunOutput, RunnableOptions, NewRunOutput> next) RunnableSequence<RunInput, NewRunOutput>
Pipes the output of this Runnable into another Runnable.