Nested Classes
| Modifier and Type |
Class |
Description |
static interface |
FunctionalInterfaces.BaseExceptionConsumer<T> |
Consumer BaseException-t dobó operációkhoz
|
static interface |
FunctionalInterfaces.BaseExceptionFunction<T,R> |
Represents a function that accepts one argument and produces a result.
|
static interface |
FunctionalInterfaces.BaseExceptionFunction2<T1,T2,R> |
Represents a function that accepts two arguments and produces a result.
|
static interface |
FunctionalInterfaces.BaseExceptionFunction3<T1,T2,T3,R> |
Represents a function that accepts three arguments and produces a result.
|
static interface |
FunctionalInterfaces.BaseExceptionFunction4<T1,T2,T3,T4,R> |
Represents a function that accepts four arguments and produces a result.
|
static interface |
FunctionalInterfaces.BaseExceptionFunction5<T1,T2,T3,T4,T5,R> |
Represents a function that accepts fifth arguments and produces a result.
|
static interface |
FunctionalInterfaces.BaseExceptionFunction6<T1,T2,T3,T4,T5,T6,R> |
Represents a function that accepts six arguments and produces a result.
|
static interface |
FunctionalInterfaces.BaseExceptionRunner |
Represents a function without parameter and return value
|
static interface |
FunctionalInterfaces.BaseExceptionSupplier<R> |
This and the following ones are for a smart wrapping of all action calls inside the REST implementations
|