Module com.aoapps.lang
Package com.aoapps.lang.function
-
Interface Summary Interface Description BiConsumerE<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.BiPredicateE<T,U,Ex extends Throwable> A bipredicate that is allowed to throw a checked exception.ConsumerE<T,Ex extends Throwable> A consumer that is allowed to throw a checked exception.FunctionE<T,R,Ex extends Throwable> A function that is allowed to throw a checked exception.Predicate<T> Deprecated. Please usePredicatedirectly.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.SupplierE<T,Ex extends Throwable> A supplier that is allowed to throw a checked exception. -
Class Summary Class Description BiFunctions Utilities for working withBiFunctionandBiFunctionE.Functions Suppliers