package java.util.function 的共享 API
编辑package 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)(双精度值 applyAsDouble(def, def))
- boolean equals(Object)
- int hashCode()
- null toString()
ToDoubleFunction(单参数转双精度函数)
编辑- double applyAsDouble(def)(双精度值 applyAsDouble(def))
- boolean equals(Object)
- int hashCode()
- null toString()
ToIntBiFunction(双参数转整型函数)
编辑- int applyAsInt(def, def)(整型值 applyAsInt(def, def))
- boolean equals(Object)
- int hashCode()
- null toString()
ToIntFunction(单参数转整型函数)
编辑- int applyAsInt(def)(整型值 applyAsInt(def))
- boolean equals(Object)
- int hashCode()
- null toString()
ToLongBiFunction(双参数转长整型函数)
编辑- long applyAsLong(def, def)(长整型值 applyAsLong(def, def))
- boolean equals(Object)
- int hashCode()
- null toString()
ToLongFunction(单参数转长整型函数)
编辑- long applyAsLong(def)(长整型值 applyAsLong(def))
- boolean equals(Object)
- int hashCode()
- null toString()