Step

interface Step<Input, Output>

Functions

Link copied to clipboard
abstract fun process(input: Input): Output