Interface Operator.MultipleValue<A,B>

All Superinterfaces:
Operator<A,B>, Predicate2<A,B[]>, Serializable
All Known Implementing Classes:
InOperator
Enclosing interface:
Operator<A,B>

public static interface Operator.MultipleValue<A,B> extends Operator<A,B>
  • Method Details

    • test

      default boolean test(A o1, B[] o2)
      Specified by:
      test in interface Predicate2<A,B>
    • eval

      boolean eval(A o1, B[] o2)