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