Package org.kie.dmn.feel.runtime
Class UnaryTestImpl
- java.lang.Object
-
- org.kie.dmn.feel.runtime.UnaryTestImpl
-
- All Implemented Interfaces:
BiFunction<EvaluationContext,Object,Boolean>,org.kie.dmn.api.core.DMNUnaryTest,UnaryTest
public class UnaryTestImpl extends Object implements UnaryTest
-
-
Constructor Summary
Constructors Constructor Description UnaryTestImpl(UnaryTest delegate, String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanapply(EvaluationContext ctx, Object obj)StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-
-
-
Method Detail
-
apply
public Boolean apply(EvaluationContext ctx, Object obj)
- Specified by:
applyin interfaceBiFunction<EvaluationContext,Object,Boolean>
-
-