groovyx.gpars.extra166y
Class CommonOps.RawMaxReducer

java.lang.Object
  extended by groovyx.gpars.extra166y.CommonOps.RawMaxReducer
All Implemented Interfaces:
Ops.BinaryOp, Ops.Reducer
Enclosing class:
CommonOps

static final class CommonOps.RawMaxReducer
extends java.lang.Object
implements Ops.Reducer


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

Field Detail

max

static final CommonOps.RawMaxReducer max
Constructor Detail

CommonOps.RawMaxReducer

CommonOps.RawMaxReducer()
Method Detail

op

public java.lang.Object op(java.lang.Object a,
                           java.lang.Object b)
Specified by:
op in interface Ops.BinaryOp

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