Pipeline

class Pipeline<Input, Output>(stepBlock: StepLambda<Input, Output>)

Constructors

Link copied to clipboard
constructor(stepBlock: StepLambda<Input, Output>)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun execute(input: Input): Output
Link copied to clipboard