Package com.zfabrik.util.function
-
Interface Summary Interface Description ThrowingConsumer<T,E extends java.lang.Exception> A consumer of a value that optionally throws an exception.ThrowingRunnable<E extends java.lang.Exception> ARunnable
that optionally throws an exception.ThrowingSupplier<T,E extends java.lang.Exception> A supplier of results that optionally throws an exception.