Package org.kie.dmn.feel.lang.ast
Class DashNode.DashUnaryTest
- java.lang.Object
-
- org.kie.dmn.feel.lang.ast.DashNode.DashUnaryTest
-
- All Implemented Interfaces:
BiFunction<EvaluationContext,Object,Boolean>,org.kie.dmn.api.core.DMNUnaryTest,UnaryTest
- Enclosing class:
- DashNode
public static class DashNode.DashUnaryTest extends Object implements UnaryTest
-
-
Field Summary
Fields Modifier and Type Field Description static DashNode.DashUnaryTestINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanapply(EvaluationContext evaluationContext, Object o)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
-
-
-
-
Field Detail
-
INSTANCE
public static DashNode.DashUnaryTest INSTANCE
-
-
Method Detail
-
apply
public Boolean apply(EvaluationContext evaluationContext, Object o)
- Specified by:
applyin interfaceBiFunction<EvaluationContext,Object,Boolean>
-
-