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
 R op(A a, B b)
           
 

Method Detail

op

R op(A a,
     B b)