Class StepFunctionBuilder<T,R>

java.lang.Object
com.koralix.stepfn.builder.StepFunctionBuilder<T,R>
Type Parameters:
T - the type of the input to the function
R - the type of the result of the function

public class StepFunctionBuilder<T,R> extends Object
A builder for StepFunctions.
Since:
1.1.0
See Also: