Package utility.function
-
Interface Summary Interface Description Callback A generic functional interface that is more semantically sound thanRunnable
.ExceptionalCallback<E extends java.lang.Exception> A generic functional interface that is more semantically sound thanRunnable
.ExceptionalConsumer<T,E extends java.lang.Exception> A generic functional interface that allows you to consume an item and potentially throw an exception.ExceptionalFunction<I,R,E extends java.lang.Exception> A generic functional interface that allows you to consume an item, return a result, and potentially throw an exception.