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.function
and utilities for working with Java 8 lambdas.org.apache.commons.lang3.stream Provides utility classes to complement those injava.util.stream
. -
Classes in org.apache.commons.lang3.function used by org.apache.commons.lang3.concurrent.locks Class Description FailableConsumer A functional interface likeConsumer
that declares aThrowable
.FailableFunction A functional interface likeFunction
that declares aThrowable
. -
Classes in org.apache.commons.lang3.function used by org.apache.commons.lang3.function Class Description FailableBiConsumer A functional interface likeBiConsumer
that declares aThrowable
.FailableBiFunction A functional interface likeBiFunction
that declares aThrowable
.FailableBiPredicate A functional interface likeBiPredicate
that declares aThrowable
.FailableBooleanSupplier A functional interface likeBooleanSupplier
that declares aThrowable
.FailableCallable A functional interface likeCallable
that declares aThrowable
.FailableConsumer A functional interface likeConsumer
that declares aThrowable
.FailableDoubleBinaryOperator A functional interface likeDoubleBinaryOperator
that declares aThrowable
.FailableDoubleConsumer A functional interface likeDoubleConsumer
that declares aThrowable
.FailableDoubleFunction A functional interface likeDoubleFunction
that declares aThrowable
.FailableDoublePredicate A functional interface likeDoublePredicate
that declares aThrowable
.FailableDoubleSupplier A functional interface likeDoubleSupplier
that declares aThrowable
.FailableDoubleToIntFunction A functional interface likeDoubleToIntFunction
that declares aThrowable
.FailableDoubleToLongFunction A functional interface likeDoubleToLongFunction
that declares aThrowable
.FailableDoubleUnaryOperator A functional interface likeDoubleUnaryOperator
that declares aThrowable
.FailableFunction A functional interface likeFunction
that declares aThrowable
.FailableIntConsumer A functional interface likeIntConsumer
that declares aThrowable
.FailableIntFunction A functional interface likeIntFunction
that declares aThrowable
.FailableIntPredicate A functional interface likeIntPredicate
that declares aThrowable
.FailableIntSupplier A functional interface likeIntSupplier
that declares aThrowable
.FailableIntToDoubleFunction A functional interface likeIntToDoubleFunction
that declares aThrowable
.FailableIntToLongFunction A functional interface likeIntToLongFunction
that declares aThrowable
.FailableIntUnaryOperator A functional interface likeIntUnaryOperator
that declares aThrowable
.FailableLongConsumer A functional interface likeLongConsumer
that declares aThrowable
.FailableLongFunction A functional interface likeLongFunction
that declares aThrowable
.FailableLongPredicate A functional interface likeLongPredicate
that declares aThrowable
.FailableLongSupplier A functional interface likeLongSupplier
that declares aThrowable
.FailableLongToDoubleFunction A functional interface likeLongToDoubleFunction
that declares aThrowable
.FailableLongToIntFunction A functional interface likeLongToIntFunction
that declares aThrowable
.FailableLongUnaryOperator A functional interface likeLongUnaryOperator
that declares aThrowable
.FailableObjDoubleConsumer A functional interface likeObjDoubleConsumer
that declares aThrowable
.FailableObjIntConsumer A functional interface likeObjIntConsumer
that declares aThrowable
.FailableObjLongConsumer A functional interface likeObjLongConsumer
that declares aThrowable
.FailablePredicate A functional interface likePredicate
that declares aThrowable
.FailableRunnable A functional interface likeRunnable
that declares aThrowable
.FailableSupplier A functional interface likeSupplier
that declares aThrowable
.FailableToDoubleBiFunction A functional interface likeToDoubleBiFunction
that declares aThrowable
.FailableToDoubleFunction A functional interface likeToDoubleFunction
that declares aThrowable
.FailableToIntBiFunction A functional interface likeToIntBiFunction
that declares aThrowable
.FailableToIntFunction A functional interface likeToIntFunction
that declares aThrowable
.FailableToLongBiFunction A functional interface likeToLongBiFunction
that declares aThrowable
.FailableToLongFunction A functional interface likeToLongFunction
that declares aThrowable
. -
Classes in org.apache.commons.lang3.function used by org.apache.commons.lang3.stream Class Description FailableConsumer A functional interface likeConsumer
that declares aThrowable
.FailableFunction A functional interface likeFunction
that declares aThrowable
.FailablePredicate A functional interface likePredicate
that declares aThrowable
.