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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
op(A a, B b)
-