Package io.mosip.kernel.core.function
Interface SupplierWithThrowable<R,E extends Throwable>
-
- Type Parameters:
R- the generic type that is returnedE- the element type that can be any Throwable
- 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 interface SupplierWithThrowable<R,E extends Throwable>
The Supplier FunctionalInterface with Throwable.- Author:
- Loganathan Sekar
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rget()Get expression.
-