Class CompiledDTTest
- java.lang.Object
-
- org.kie.dmn.core.compiler.execmodelbased.CompiledDTTest
-
- All Implemented Interfaces:
BiPredicate<org.kie.dmn.feel.lang.EvaluationContext,Object>
public class CompiledDTTest extends Object implements BiPredicate<org.kie.dmn.feel.lang.EvaluationContext,Object>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCompiledDTTest.UnaryPredicate
-
Constructor Summary
Constructors Constructor Description CompiledDTTest(org.kie.dmn.feel.codegen.feel11.CompiledFEELUnaryTests test)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()booleantest(org.kie.dmn.feel.lang.EvaluationContext evalCtx, Object obj)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiPredicate
and, negate, or
-
-
-
-
Method Detail
-
test
public boolean test(org.kie.dmn.feel.lang.EvaluationContext evalCtx, Object obj)- Specified by:
testin interfaceBiPredicate<org.kie.dmn.feel.lang.EvaluationContext,Object>
-
getName
public String getName()
-
-