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.

@FunctionalInterface public interface Int2FlagsCondition extends IntUnaryOperator
  • Method Summary

    Modifier and Type
    Method
    Description
    default int
    applyAsInt(int operand)
     
    int
    eval(int var1)
     

    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:
      applyAsInt in interface IntUnaryOperator