Interface FunctionalInterfaces.BaseExceptionSupplier<R>
-
- Type Parameters:
R- return object type
- Enclosing class:
- FunctionalInterfaces
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface FunctionalInterfaces.BaseExceptionSupplier<R>
This and the following ones are for a smart wrapping of all action calls inside the REST implementations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rget()Gets a result.
-
-
-
Method Detail
-
get
R get() throws hu.icellmobilsoft.coffee.dto.exception.BaseException
Gets a result.- Returns:
- a result
- Throws:
hu.icellmobilsoft.coffee.dto.exception.BaseException- exception
-
-