Package com.illumon.util
Interface FunctionalInterfaces.ThrowingSupplier<T,ExceptionType extends Exception>
- Type Parameters:
T
- the type of the output of the operationExceptionType
- the type of the exception that can be thrown
- All Known Subinterfaces:
SerializationUtils.Reader<ITEM_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.ThrowingSupplier<T,ExceptionType extends Exception>
Represents an operation that accepts no input and returns a result, throwing an exception.
-
Method Summary
-
Method Details
-
get
- Throws:
ExceptionType extends Exception
-