Package eu.bandm.sig.adlib
Interface IntBinaryOperator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic IntBinaryOperator
affine
(int a) int
applyAsInt
(int left, int right) static IntBinaryOperator
convex
(int a) static IntBinaryOperator
linear
(int a, int b) static IntBinaryOperator
max()
static IntBinaryOperator
min()
static IntBinaryOperator
product()
static IntBinaryOperator
sum()
-
Field Details
-
test
static final int test- See Also:
-
test2
-
-
Method Details
-
applyAsInt
int applyAsInt(int left, int right) -
sum
-
product
-
max
-
min
-
linear
-
affine
-
convex
-