Package extra166y

Interface Ops.BinaryOp<A,B,R>

All Known Subinterfaces:
Ops.Reducer<A>
Enclosing class:
Ops

public static interface Ops.BinaryOp<A,B,R>
  • Method Summary

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

    • op

      R op(A a, B b)