Package io.mosip.kernel.core.function
-
Interface Summary Interface Description ConsumerWithThrowable<T,E extends Throwable> Consumer Functional interface which can throw Exception.FunctionWithThrowable<R,T,E extends Throwable> The Function Functional Throwable which can throw a Throwable.RunnableWithThrowable<E extends Throwable> The Runnable Functional Interface which can throw a Throwable.SupplierWithThrowable<R,E extends Throwable> The Supplier FunctionalInterface with Throwable.