Class DelegatingPredicate
- java.lang.Object
-
- org.openehealth.ipf.modules.hl7.message.DelegatingPredicate
-
- All Implemented Interfaces:
FilterIterator.Predicate
,GroovyObject
public class DelegatingPredicate extends Object implements FilterIterator.Predicate, GroovyObject
-
-
Constructor Summary
Constructors Constructor Description DelegatingPredicate(Closure<Boolean> closure)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
evaluate(Object args)
MetaClass
getMetaClass()
void
setMetaClass(MetaClass mc)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface groovy.lang.GroovyObject
getProperty, invokeMethod, setProperty
-
-
-
-
Method Detail
-
getMetaClass
public MetaClass getMetaClass()
- Specified by:
getMetaClass
in interfaceGroovyObject
-
setMetaClass
public void setMetaClass(MetaClass mc)
- Specified by:
setMetaClass
in interfaceGroovyObject
-
evaluate
public boolean evaluate(Object args)
- Specified by:
evaluate
in interfaceFilterIterator.Predicate
-
-