groovyx.gpars.extra166y
Interface Ops.BinaryOp<A,B,R>

All Known Subinterfaces:
Ops.Reducer<A>
All Known Implementing Classes:
ClosureReducer, CommonOps.RawMaxReducer, CommonOps.RawMinReducer
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)

Copyright © 2008–2012 Václav Pech. All Rights Reserved.