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