package java.util.function 的共享 API

编辑

package java.util.function 的共享 API

编辑

有关所有包和类的高级概述,请参阅共享 API

BiConsumer

编辑

BiFunction

编辑

BiPredicate

编辑

BinaryOperator

编辑

BooleanSupplier

编辑

Consumer

编辑

DoubleBinaryOperator

编辑

DoubleConsumer

编辑

DoubleFunction

编辑

DoublePredicate

编辑

DoubleSupplier

编辑

DoubleToIntFunction

编辑

DoubleToLongFunction

编辑

DoubleUnaryOperator

编辑

Function

编辑

IntBinaryOperator

编辑

IntConsumer

编辑

IntFunction

编辑

IntPredicate

编辑

IntSupplier

编辑

IntToDoubleFunction

编辑

IntToLongFunction

编辑

IntUnaryOperator

编辑

LongBinaryOperator

编辑

LongConsumer

编辑

LongFunction

编辑

LongPredicate

编辑

LongSupplier

编辑

LongToDoubleFunction

编辑

LongToIntFunction

编辑

LongUnaryOperator

编辑

ObjDoubleConsumer

编辑

ObjIntConsumer

编辑

ObjLongConsumer

编辑

Predicate(谓词)

编辑
  • static Predicate isEqual(def)(静态谓词 isEqual(def))
  • Predicate and(Predicate)(谓词 and(Predicate))
  • boolean equals(Object)
  • int hashCode()
  • Predicate negate()(谓词 negate())
  • Predicate or(Predicate)(谓词 or(Predicate))
  • boolean test(def)(布尔值 test(def))
  • null toString()

Supplier(提供者)

编辑

ToDoubleBiFunction(双参数转双精度函数)

编辑

ToDoubleFunction(单参数转双精度函数)

编辑

ToIntBiFunction(双参数转整型函数)

编辑

ToIntFunction(单参数转整型函数)

编辑

ToLongBiFunction(双参数转长整型函数)

编辑

ToLongFunction(单参数转长整型函数)

编辑

UnaryOperator(一元运算符)

编辑