Uses of Package
org.apache.commons.lang3.function
Package
Description
Provides highly reusable static utility methods, chiefly concerned with adding value to the
java.lang
classes.Assists in creating consistent
equals(Object)
, toString()
, hashCode()
, and compareTo(Object)
methods.Provides support classes for multi-threaded programming.
Provides support classes for multi-threaded programming.
Provides some useful event-based utilities.
Provides functional interfaces to complement those in
java.lang.function
and utilities for working with Java
8 lambdas.Provides utility classes to complement those in
java.util.stream
.Provides classes and methods to work with dates and durations.
Tuple classes, starting with a Pair class in version 3.0.
-
-
-
ClassDescription
-
ClassDescription
-
-
ClassDescriptionA functional interface like
IntConsumer
but forboolean
.A functional interface likeBiConsumer
that declares aThrowable
.A functional interface likeBiFunction
that declares aThrowable
.A functional interface likeBiPredicate
that declares aThrowable
.A functional interface likeBooleanSupplier
that declares aThrowable
.A functional interface likeDoubleBinaryOperator
that declares aThrowable
.A functional interface likeDoubleConsumer
that declares aThrowable
.A functional interface likeDoubleFunction
that declares aThrowable
.A functional interface likeDoublePredicate
that declares aThrowable
.A functional interface likeDoubleSupplier
that declares aThrowable
.A functional interface likeDoubleToIntFunction
that declares aThrowable
.A functional interface likeDoubleToLongFunction
that declares aThrowable
.A functional interface likeDoubleUnaryOperator
that declares aThrowable
.A functional interface likeIntConsumer
that declares aThrowable
.A functional interface likeIntFunction
that declares aThrowable
.A functional interface likeIntPredicate
that declares aThrowable
.A functional interface likeIntSupplier
that declares aThrowable
.A functional interface likeIntToDoubleFunction
that declares aThrowable
.A functional interface likeIntToLongFunction
that declares aThrowable
.A functional interface likeIntUnaryOperator
that declares aThrowable
.A functional interface likeLongConsumer
that declares aThrowable
.A functional interface likeLongFunction
that declares aThrowable
.A functional interface likeLongPredicate
that declares aThrowable
.A functional interface likeLongSupplier
that declares aThrowable
.A functional interface likeLongToDoubleFunction
that declares aThrowable
.A functional interface likeLongToIntFunction
that declares aThrowable
.A functional interface likeLongUnaryOperator
that declares aThrowable
.A functional interface likeObjDoubleConsumer
that declares aThrowable
.A functional interface likeObjIntConsumer
that declares aThrowable
.A functional interface likeObjLongConsumer
that declares aThrowable
.A functional interface likeToDoubleBiFunction
that declares aThrowable
.A functional interface likeToDoubleFunction
that declares aThrowable
.A functional interface likeToIntBiFunction
that declares aThrowable
.A functional interface likeToIntFunction
that declares aThrowable
.A functional interface likeToLongBiFunction
that declares aThrowable
.A functional interface likeToLongFunction
that declares aThrowable
.Represents an operation that accepts three input arguments and returns no result.Represents a function that accepts three arguments and produces a result. -
ClassDescription
-
-
ClassDescriptionA functional interface like
BiConsumer
that declares aThrowable
.A functional interface likeBiFunction
that declares aThrowable
.