java.util.function 包的共享 API
编辑java.util.function 包的共享 API
编辑请参阅 共享 API,了解所有包和类的概述。
BiConsumer
编辑BiFunction
编辑BiPredicate
编辑BinaryOperator
编辑BooleanSupplier
编辑- boolean equals(Object)
- boolean getAsBoolean()
- int hashCode()
- null toString()
Consumer
编辑DoubleBinaryOperator
编辑- double applyAsDouble(double, double)
- boolean equals(Object)
- int hashCode()
- null toString()
DoubleConsumer
编辑DoublePredicate
编辑DoubleSupplier
编辑- boolean equals(Object)
- double getAsDouble()
- int hashCode()
- null toString()
DoubleToIntFunction
编辑- int applyAsInt(double)
- boolean equals(Object)
- int hashCode()
- null toString()
DoubleToLongFunction
编辑- long applyAsLong(double)
- boolean equals(Object)
- int hashCode()
- null toString()
DoubleUnaryOperator
编辑Function
编辑IntBinaryOperator
编辑- int applyAsInt(int, int)
- boolean equals(Object)
- int hashCode()
- null toString()
IntConsumer
编辑IntPredicate
编辑IntToDoubleFunction
编辑- double applyAsDouble(int)
- boolean equals(Object)
- int hashCode()
- null toString()
IntToLongFunction
编辑- long applyAsLong(int)
- boolean equals(Object)
- int hashCode()
- null toString()
IntUnaryOperator
编辑LongBinaryOperator
编辑- long applyAsLong(long, long)
- boolean equals(Object)
- int hashCode()
- null toString()
LongConsumer
编辑LongPredicate
编辑LongToDoubleFunction
编辑- double applyAsDouble(long)
- boolean equals(Object)
- int hashCode()
- null toString()
LongToIntFunction
编辑- int applyAsInt(long)
- boolean equals(Object)
- int hashCode()
- null toString()
LongUnaryOperator
编辑Predicate
编辑ToDoubleBiFunction
编辑- double applyAsDouble(def, def)
- boolean equals(Object)
- int hashCode()
- null toString()
ToDoubleFunction
编辑- double applyAsDouble(def)
- boolean equals(Object)
- int hashCode()
- null toString()
ToIntBiFunction
编辑- int applyAsInt(def, def)
- boolean equals(Object)
- int hashCode()
- null toString()
ToIntFunction
编辑- int applyAsInt(def)
- boolean equals(Object)
- int hashCode()
- null toString()
ToLongBiFunction
编辑- long applyAsLong(def, def)
- boolean equals(Object)
- int hashCode()
- null toString()
ToLongFunction
编辑- long applyAsLong(def)
- boolean equals(Object)
- int hashCode()
- null toString()