groovyx.gpars.extra166y
Class CommonOps.RawMinReducer

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

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


Field Summary
(package private) static CommonOps.RawMinReducer min
           
 
Constructor Summary
CommonOps.RawMinReducer()
           
 
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

min

static final CommonOps.RawMinReducer min
Constructor Detail

CommonOps.RawMinReducer

CommonOps.RawMinReducer()
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.