Interface BinaryPolyFunc.Case<A,​B,​Op>

  • Enclosing interface:
    BinaryPolyFunc

    public static interface BinaryPolyFunc.Case<A,​B,​Op>
    • Method Detail

      • apply

        java.lang.Object apply​(A a,
                               B b)