Uses of Interface
zone.lamprey.function.LongBinaryOperator
| Package | Description |
|---|---|
| zone.lamprey.function |
Functional interfaces provide target types for lambda expressions
and method references.
|
-
Uses of LongBinaryOperator in zone.lamprey.function
Fields in zone.lamprey.function declared as LongBinaryOperator Modifier and Type Field Description static LongBinaryOperatorLongBinaryOperator. ADDFunctional version of a long operator.static LongBinaryOperatorLongBinaryOperator. DIVIDEFunctional version of a long operator.static LongBinaryOperatorLongBinaryOperator. MODFunctional version of a long operator.static LongBinaryOperatorLongBinaryOperator. MULTIPLYFunctional version of a long operator.static LongBinaryOperatorLongBinaryOperator. SUBTRACTFunctional version of a long operator.Methods in zone.lamprey.function that return LongBinaryOperator Modifier and Type Method Description default LongBinaryOperatorLongBinaryOperator. map(LongUnaryOperator functor)Lift a function.