groovyx.gpars.extra166y
Class CommonOps.NaturalDoubleMaxReducer

java.lang.Object
  extended by groovyx.gpars.extra166y.CommonOps.NaturalDoubleMaxReducer
All Implemented Interfaces:
Ops.BinaryDoubleOp, Ops.DoubleReducer
Enclosing class:
CommonOps

static final class CommonOps.NaturalDoubleMaxReducer
extends java.lang.Object
implements Ops.DoubleReducer


Field Summary
static CommonOps.NaturalDoubleMaxReducer max
           
 
Constructor Summary
CommonOps.NaturalDoubleMaxReducer()
           
 
Method Summary
 double op(double a, double b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

max

public static final CommonOps.NaturalDoubleMaxReducer max
Constructor Detail

CommonOps.NaturalDoubleMaxReducer

CommonOps.NaturalDoubleMaxReducer()
Method Detail

op

public double op(double a,
                 double b)
Specified by:
op in interface Ops.BinaryDoubleOp

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