Interface Int2FlagsCondition
- All Superinterfaces:
IntUnaryOperator
- All Known Implementing Classes:
CompositeInt2Flags,ConstantInt2Flags
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Methods inherited from interface java.util.function.IntUnaryOperator
andThen, compose
-
Method Details
-
eval
int eval(int var1) -
applyAsInt
default int applyAsInt(int operand) - Specified by:
applyAsIntin interfaceIntUnaryOperator
-