[关闭]
@zhanggang807 2021-01-18T09:29:33.000000Z 字数 637 阅读 879

java 自带的lambda类

未分类


在此输入正文

Function
IntFunction
IntToLongFunction
IntToDoubleFunction
LongFunction
LongToIntFunction
LongToDoubleFunction
DoubleFunction
DoubleToIntFunction
DoubleToLongFunction
ToIntFunction
ToLongFunction
ToDoubleFunction

BiFunction
ToIntBiFunction
ToLongBiFunction
ToDoubleBiFunction

UnaryOperator
IntUnaryOperator
LongUnaryOperator
DoubleUnaryOperator

BinaryOperator
IntBinaryOperator
LongBinaryOperator
DoubleBinaryOperator

Predicate
IntPredicate
LongPredicate
DoublePredicate
BiPredicate

Supplier
IntSupplier
LongSupplier
DoubleSupplier
BooleanSupplier

Consumer
IntConsumer
LongConsumer
DoubleConsumer
BiConsumer
ObjIntConsumer
ObjLongConsumer
ObjDoubleConsumer

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注