Package io.github.toolfactory.jvm.function.template
-
Interface Summary Interface Description BiFunction<I,J,R> Consumer<I> Function<I,R> Supplier<T> ThrowingBiConsumer<P0,P1,E extends java.lang.Throwable> ThrowingBiFunction<I,J,R,E extends java.lang.Throwable> ThrowingFunction<I,R,E extends java.lang.Throwable> ThrowingQuadFunction<I,J,K,L,R,E extends java.lang.Throwable> ThrowingTriFunction<I,J,K,R,E extends java.lang.Throwable> TriConsumer<I,J,K>