Package org.burningwave.function
package org.burningwave.function
-
ClassDescriptionConsumer<T>Function<T,
R> Supplier<T>ThrowingBiConsumer<P0,P1, E extends Throwable> ThrowingBiFunction<P0,P1, R, E extends Throwable> ThrowingBiPredicate<T,U, E extends Throwable> ThrowingConsumer<T,E extends Throwable> ThrowingFunction<T,R, E extends Throwable> ThrowingPredicate<T,E extends Throwable> ThrowingSupplier<T,E extends Throwable> ThrowingTriConsumer<P0,P1, P2, E extends Throwable> ThrowingTriFunction<P0,P1, P2, R, E extends Throwable> ThrowingTriPredicate<P0,P1, P2, E extends Throwable>