Package de.uplanet.util.filter
Klasse GroovyClosureFilter<T>
java.lang.Object
de.uplanet.util.filter.GroovyClosureFilter<T>
- Alle implementierten Schnittstellen:
IFilter<T>
This class implements the
IFilter interface as a Groovy closure.-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungGroovyClosureFilter(groovy.lang.Closure<?> p_closure) Create a filter with the given closure. -
Methodenübersicht
-
Konstruktordetails
-
GroovyClosureFilter
public GroovyClosureFilter(groovy.lang.Closure<?> p_closure) Create a filter with the given closure.Note that this class does not clone the given closure. So the caller is responsible to clone it, if necessary.
- Parameter:
p_closure- The closure used as a filter.
-
-
Methodendetails