Package org.kie.dmn.feel.runtime
Interface UnaryTest
-
- All Superinterfaces:
java.util.function.BiFunction<EvaluationContext,java.lang.Object,java.lang.Boolean>,org.kie.dmn.api.core.DMNUnaryTest
- All Known Implementing Classes:
DashNode.DashUnaryTest,UnaryTestImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface UnaryTest extends org.kie.dmn.api.core.DMNUnaryTest, java.util.function.BiFunction<EvaluationContext,java.lang.Object,java.lang.Boolean>