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()
- null toString()
Consumer
editDoubleBinaryOperator
edit- double applyAsDouble(double, double)
- boolean equals(Object)
- int hashCode()
- null toString()
DoubleConsumer
editDoublePredicate
editDoubleSupplier
edit- boolean equals(Object)
- double getAsDouble()
- int hashCode()
- null toString()
DoubleToIntFunction
edit- int applyAsInt(double)
- boolean equals(Object)
- int hashCode()
- null toString()
DoubleToLongFunction
edit- long applyAsLong(double)
- boolean equals(Object)
- int hashCode()
- null toString()
DoubleUnaryOperator
editFunction
editIntBinaryOperator
edit- int applyAsInt(int, int)
- boolean equals(Object)
- int hashCode()
- null toString()
IntConsumer
editIntPredicate
editIntToDoubleFunction
edit- double applyAsDouble(int)
- boolean equals(Object)
- int hashCode()
- null toString()
IntToLongFunction
edit- long applyAsLong(int)
- boolean equals(Object)
- int hashCode()
- null toString()
IntUnaryOperator
editLongBinaryOperator
edit- long applyAsLong(long, long)
- boolean equals(Object)
- int hashCode()
- null toString()
LongConsumer
editLongPredicate
editLongToDoubleFunction
edit- double applyAsDouble(long)
- boolean equals(Object)
- int hashCode()
- null toString()
LongToIntFunction
edit- int applyAsInt(long)
- boolean equals(Object)
- int hashCode()
- null toString()
LongUnaryOperator
editObjDoubleConsumer
editPredicate
editToDoubleBiFunction
edit- double applyAsDouble(def, def)
- boolean equals(Object)
- int hashCode()
- null toString()
ToDoubleFunction
edit- double applyAsDouble(def)
- boolean equals(Object)
- int hashCode()
- null toString()
ToIntBiFunction
edit- int applyAsInt(def, def)
- boolean equals(Object)
- int hashCode()
- null toString()
ToIntFunction
edit- int applyAsInt(def)
- boolean equals(Object)
- int hashCode()
- null toString()
ToLongBiFunction
edit- long applyAsLong(def, def)
- boolean equals(Object)
- int hashCode()
- null toString()
ToLongFunction
edit- long applyAsLong(def)
- boolean equals(Object)
- int hashCode()
- null toString()