groovyx.gpars.extra166y
Interface Ops.BinaryLongOp

All Known Subinterfaces:
Ops.LongReducer
All Known Implementing Classes:
CommonOps.LongAdder, CommonOps.NaturalLongMaxReducer, CommonOps.NaturalLongMinReducer
Enclosing class:
Ops

public static interface Ops.BinaryLongOp


Method Summary
 long op(long a, long b)
           
 

Method Detail

op

long op(long a,
        long b)

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