Package io.temporal.workflow
Class Functions
- java.lang.Object
-
- io.temporal.workflow.Functions
-
public class Functions extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
Functions.Func<R>
static interface
Functions.Func1<T1,R>
static interface
Functions.Func2<T1,T2,R>
static interface
Functions.Func3<T1,T2,T3,R>
static interface
Functions.Func4<T1,T2,T3,T4,R>
static interface
Functions.Func5<T1,T2,T3,T4,T5,R>
static interface
Functions.Func6<T1,T2,T3,T4,T5,T6,R>
static interface
Functions.Proc
static interface
Functions.Proc1<T1>
static interface
Functions.Proc2<T1,T2>
static interface
Functions.Proc3<T1,T2,T3>
static interface
Functions.Proc4<T1,T2,T3,T4>
static interface
Functions.Proc5<T1,T2,T3,T4,T5>
static interface
Functions.Proc6<T1,T2,T3,T4,T5,T6>
static interface
Functions.TemporalFunctionalInterfaceMarker
-
Constructor Summary
Constructors Constructor Description Functions()
-