Interface BinaryPolyFunc.Case<A,B,Op>

Enclosing interface:
BinaryPolyFunc

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

    Modifier and Type
    Method
    Description
    apply(A a, B b)
     
  • Method Details