Module com.aoapps.lang
Package com.aoapps.lang.function
package com.aoapps.lang.function
-
ClassDescriptionBiConsumerE<T,
U, Ex extends Throwable> A biconsumer that is allowed to throw a checked exception.BiFunctionE<T,U, R, Ex extends Throwable> A bifunction that is allowed to throw a checked exception.Utilities for working withBiFunction
andBiFunctionE
.BiPredicateE<T,U, Ex extends Throwable> A bipredicate that is allowed to throw a checked exception.A consumer that is allowed to throw a checked exception.A function that is allowed to throw a checked exception.Predicate<T>Deprecated.PredicateE<T,Ex extends Throwable> A predicate that is allowed to throw a checked exception.SerializableBiFunction<T,U, R> A bifunction that must beSerializable
.SerializableFunction<T,R> A function that must beSerializable
.A supplier that is allowed to throw a checked exception.
Predicate
directly.