Package org.burningwave.core.function
package org.burningwave.core.function
-
InterfacesClassDescriptionPentaConsumer<P0,
P1, P2, P3, P4> PentaFunction<P0,P1, P2, P3, P4, R> PentaPredicate<P0,P1, P2, P3, P4> QuadConsumer<P0,P1, P2, P3> QuadPredicate<P0,P1, P2, P3> 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> ThrowingQuadFunction<P0,P1, P2, P3, R, E extends Throwable> ThrowingRunnable<E extends Throwable>ThrowingSupplier<T,E extends Throwable> ThrowingTriFunction<P0,P1, P2, R, E extends Throwable> ThrowingTriPredicate<P0,P1, P2, E extends Throwable> TriConsumer<P0,P1, P2> TriFunction<P0,P1, P2, R> TriPredicate<P0,P1, P2>