Package extra166y

Interface Ops.BinaryPredicate<A,​B>

  • Enclosing class:
    Ops

    public static interface Ops.BinaryPredicate<A,​B>
    • Method Detail

      • op

        boolean op​(A a,
                   B b)