Uses of Package
org.apache.commons.lang3.function
-
Packages that use org.apache.commons.lang3.function Package Description org.apache.commons.lang3.concurrent.locks Provides support classes for multi-threaded programming.org.apache.commons.lang3.function Provides functional interfaces to complement those injava.lang.functionand utilities for working with Java 8 lambdas.org.apache.commons.lang3.stream Provides utility classes to complement those injava.util.stream.org.apache.commons.lang3.time Provides classes and methods to work with dates and durations.org.apache.commons.lang3.tuple Tuple classes, starting with a Pair class in version 3.0. -
Classes in org.apache.commons.lang3.function used by org.apache.commons.lang3.concurrent.locks Class Description FailableConsumer FailableFunction -
Classes in org.apache.commons.lang3.function used by org.apache.commons.lang3.function Class Description BooleanConsumer A functional interface likeIntConsumerbut forboolean.FailableBiConsumer A functional interface likeBiConsumerthat declares aThrowable.FailableBiFunction A functional interface likeBiFunctionthat declares aThrowable.FailableBiPredicate A functional interface likeBiPredicatethat declares aThrowable.FailableBooleanSupplier A functional interface likeBooleanSupplierthat declares aThrowable.FailableCallable FailableConsumer FailableDoubleBinaryOperator A functional interface likeDoubleBinaryOperatorthat declares aThrowable.FailableDoubleConsumer A functional interface likeDoubleConsumerthat declares aThrowable.FailableDoubleFunction A functional interface likeDoubleFunctionthat declares aThrowable.FailableDoublePredicate A functional interface likeDoublePredicatethat declares aThrowable.FailableDoubleSupplier A functional interface likeDoubleSupplierthat declares aThrowable.FailableDoubleToIntFunction A functional interface likeDoubleToIntFunctionthat declares aThrowable.FailableDoubleToLongFunction A functional interface likeDoubleToLongFunctionthat declares aThrowable.FailableDoubleUnaryOperator A functional interface likeDoubleUnaryOperatorthat declares aThrowable.FailableFunction FailableIntConsumer A functional interface likeIntConsumerthat declares aThrowable.FailableIntFunction A functional interface likeIntFunctionthat declares aThrowable.FailableIntPredicate A functional interface likeIntPredicatethat declares aThrowable.FailableIntSupplier A functional interface likeIntSupplierthat declares aThrowable.FailableIntToDoubleFunction A functional interface likeIntToDoubleFunctionthat declares aThrowable.FailableIntToLongFunction A functional interface likeIntToLongFunctionthat declares aThrowable.FailableIntUnaryOperator A functional interface likeIntUnaryOperatorthat declares aThrowable.FailableLongConsumer A functional interface likeLongConsumerthat declares aThrowable.FailableLongFunction A functional interface likeLongFunctionthat declares aThrowable.FailableLongPredicate A functional interface likeLongPredicatethat declares aThrowable.FailableLongSupplier A functional interface likeLongSupplierthat declares aThrowable.FailableLongToDoubleFunction A functional interface likeLongToDoubleFunctionthat declares aThrowable.FailableLongToIntFunction A functional interface likeLongToIntFunctionthat declares aThrowable.FailableLongUnaryOperator A functional interface likeLongUnaryOperatorthat declares aThrowable.FailableObjDoubleConsumer A functional interface likeObjDoubleConsumerthat declares aThrowable.FailableObjIntConsumer A functional interface likeObjIntConsumerthat declares aThrowable.FailableObjLongConsumer A functional interface likeObjLongConsumerthat declares aThrowable.FailablePredicate FailableRunnable FailableShortSupplier FailableSupplier FailableToDoubleBiFunction A functional interface likeToDoubleBiFunctionthat declares aThrowable.FailableToDoubleFunction A functional interface likeToDoubleFunctionthat declares aThrowable.FailableToIntBiFunction A functional interface likeToIntBiFunctionthat declares aThrowable.FailableToIntFunction A functional interface likeToIntFunctionthat declares aThrowable.FailableToLongBiFunction A functional interface likeToLongBiFunctionthat declares aThrowable.FailableToLongFunction A functional interface likeToLongFunctionthat declares aThrowable.TriConsumer Represents an operation that accepts three input arguments and returns no result.TriFunction Represents a function that accepts three arguments and produces a result. -
Classes in org.apache.commons.lang3.function used by org.apache.commons.lang3.stream Class Description FailableConsumer FailableFunction FailablePredicate -
Classes in org.apache.commons.lang3.function used by org.apache.commons.lang3.time Class Description FailableBiConsumer A functional interface likeBiConsumerthat declares aThrowable.FailableConsumer FailableRunnable -
Classes in org.apache.commons.lang3.function used by org.apache.commons.lang3.tuple Class Description FailableBiConsumer A functional interface likeBiConsumerthat declares aThrowable.FailableBiFunction A functional interface likeBiFunctionthat declares aThrowable.