groovyx.gpars.extra166y
Interface Ops.BinaryIntOp

All Known Subinterfaces:
Ops.IntReducer
All Known Implementing Classes:
CommonOps.IntAdder
Enclosing class:
Ops

public static interface Ops.BinaryIntOp


Method Summary
 int op(int a, int b)
           
 

Method Detail

op

int op(int a,
       int b)

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