groovyx.gpars.extra166y
Class CommonOps.NaturalLongMaxReducer

java.lang.Object
  extended by groovyx.gpars.extra166y.CommonOps.NaturalLongMaxReducer
All Implemented Interfaces:
Ops.BinaryLongOp, Ops.LongReducer
Enclosing class:
CommonOps

static final class CommonOps.NaturalLongMaxReducer
extends java.lang.Object
implements Ops.LongReducer


Field Summary
static CommonOps.NaturalLongMaxReducer max
           
 
Constructor Summary
CommonOps.NaturalLongMaxReducer()
           
 
Method Summary
 long op(long a, long 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.NaturalLongMaxReducer max
Constructor Detail

CommonOps.NaturalLongMaxReducer

CommonOps.NaturalLongMaxReducer()
Method Detail

op

public long op(long a,
               long b)
Specified by:
op in interface Ops.BinaryLongOp

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