Class Functions
- java.lang.Object
-
- com.amazonaws.services.lambda.runtime.serialization.util.Functions
-
public final class Functions extends Object
Interfaces for reflective function calls R functions return a type R with n number of arguments V functions are void A generics represent arguments for a function handle
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
Functions.R0<R>
static interface
Functions.R1<R,A1>
static interface
Functions.R2<R,A1,A2>
static interface
Functions.R3<R,A1,A2,A3>
static interface
Functions.R4<R,A1,A2,A3,A4>
static interface
Functions.R5<R,A1,A2,A3,A4,A5>
static interface
Functions.R9<R,A1,A2,A3,A4,A5,A6,A7,A8,A9>
static interface
Functions.V0
static interface
Functions.V1<A1>
static interface
Functions.V2<A1,A2>
-