|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object groovyx.gpars.pa.ClosureMapper<V>
public final class ClosureMapper<V>
A PA mapper built around a closure
Field Summary | |
---|---|
private groovy.lang.Closure<V> |
code
|
Constructor Summary | |
---|---|
ClosureMapper(groovy.lang.Closure<V> code)
|
Method Summary | |
---|---|
V |
op(java.lang.Object o)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final groovy.lang.Closure<V> code
Constructor Detail |
---|
public ClosureMapper(groovy.lang.Closure<V> code)
Method Detail |
---|
public V op(java.lang.Object o)
op
in interface Ops.Op<java.lang.Object,V>
|
Copyright © 2008–2012 Václav Pech. All Rights Reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |