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
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic IntBinaryOperatoraffine(int a) intapplyAsInt(int left, int right) static IntBinaryOperatorconvex(int a) static IntBinaryOperatorlinear(int a, int b) static IntBinaryOperatormax()static IntBinaryOperatormin()static IntBinaryOperatorproduct()static IntBinaryOperatorsum()
-
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
-