groovyx.gpars.extra166y
Interface Ops.BinaryDoubleOp

All Known Subinterfaces:
Ops.DoubleReducer
All Known Implementing Classes:
CommonOps.DoubleAdder, CommonOps.NaturalDoubleMaxReducer, CommonOps.NaturalDoubleMinReducer
Enclosing class:
Ops

public static interface Ops.BinaryDoubleOp


Method Summary
 double op(double a, double b)
           
 

Method Detail

op

double op(double a,
          double b)

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