Package id.xfunction.function
-
Interface Summary Interface Description ThrowingBiConsumer<T1,T2,E extends Exception> ThrowingBiFunction<A1,A2,R,E extends Exception> ThrowingBooleanSupplier<E extends Exception> ThrowingConsumer<T,E extends Exception> ThrowingFunction<A,R,E extends Exception> ThrowingIntConsumer<E extends Exception> ThrowingIntSupplier<E extends Exception> ThrowingRunnable<E extends Exception> ThrowingSupplier<R,E extends Exception> -
Class Summary Class Description Curry Set of functions for implementing currying in Java.ParallelConsumer<T> Parallel streams may partition the stream in any order which means that there is no guarantee that items which are in the top of the stream will be processed first.Unchecked This class allows you to execute functions which throw checked exceptions in a way if they were throwing unchecked RuntimeException.