public final class ClosureReducer<T> extends java.lang.Object implements Ops.Reducer<T>
private groovy.lang.Closure
code
ClosureReducer(groovy.lang.Closure code)
T
op(java.lang.Object o, java.lang.Object o1)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final groovy.lang.Closure code
public ClosureReducer(groovy.lang.Closure code)
public T op(java.lang.Object o, java.lang.Object o1)
op
Ops.BinaryOp<T,T,T>