IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Shared API for package java.util.function
editShared API for package java.util.function
editSee the Shared API for a high-level overview of all packages and classes.
BiConsumer
editBiFunction
editBiPredicate
editBinaryOperator
editBooleanSupplier
edit- boolean equals(Object)
- boolean getAsBoolean()
- int hashCode()
- String toString()
Consumer
editDoubleBinaryOperator
edit- double applyAsDouble(double, double)
- boolean equals(Object)
- int hashCode()
- String toString()
DoubleConsumer
editDoublePredicate
editDoubleSupplier
edit- boolean equals(Object)
- double getAsDouble()
- int hashCode()
- String toString()
DoubleToIntFunction
edit- int applyAsInt(double)
- boolean equals(Object)
- int hashCode()
- String toString()
DoubleToLongFunction
edit- long applyAsLong(double)
- boolean equals(Object)
- int hashCode()
- String toString()
DoubleUnaryOperator
editFunction
editIntBinaryOperator
edit- int applyAsInt(int, int)
- boolean equals(Object)
- int hashCode()
- String toString()
IntConsumer
editIntPredicate
editIntToDoubleFunction
edit- double applyAsDouble(int)
- boolean equals(Object)
- int hashCode()
- String toString()
IntToLongFunction
edit- long applyAsLong(int)
- boolean equals(Object)
- int hashCode()
- String toString()
IntUnaryOperator
editLongBinaryOperator
edit- long applyAsLong(long, long)
- boolean equals(Object)
- int hashCode()
- String toString()
LongConsumer
editLongPredicate
editLongToDoubleFunction
edit- double applyAsDouble(long)
- boolean equals(Object)
- int hashCode()
- String toString()
LongToIntFunction
edit- int applyAsInt(long)
- boolean equals(Object)
- int hashCode()
- String toString()
LongUnaryOperator
editObjDoubleConsumer
editPredicate
editToDoubleBiFunction
edit- double applyAsDouble(def, def)
- boolean equals(Object)
- int hashCode()
- String toString()
ToDoubleFunction
edit- double applyAsDouble(def)
- boolean equals(Object)
- int hashCode()
- String toString()
ToIntBiFunction
edit- int applyAsInt(def, def)
- boolean equals(Object)
- int hashCode()
- String toString()
ToIntFunction
edit- int applyAsInt(def)
- boolean equals(Object)
- int hashCode()
- String toString()
ToLongBiFunction
edit- long applyAsLong(def, def)
- boolean equals(Object)
- int hashCode()
- String toString()
ToLongFunction
edit- long applyAsLong(def)
- boolean equals(Object)
- int hashCode()
- String toString()