Class CompiledDTTest.UnaryPredicate
- java.lang.Object
-
- org.kie.dmn.core.compiler.execmodelbased.CompiledDTTest.UnaryPredicate
-
- All Implemented Interfaces:
BiPredicate<org.kie.dmn.feel.lang.EvaluationContext,Object>
- Enclosing class:
- CompiledDTTest
public static class CompiledDTTest.UnaryPredicate extends Object implements BiPredicate<org.kie.dmn.feel.lang.EvaluationContext,Object>
-
-
Constructor Summary
Constructors Constructor Description UnaryPredicate(org.kie.dmn.feel.runtime.UnaryTest unaryTest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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>
-
-