Class DashNode.DashUnaryTest

  • All Implemented Interfaces:
    java.util.function.BiFunction<EvaluationContext,​java.lang.Object,​java.lang.Boolean>, org.kie.dmn.api.core.DMNUnaryTest, UnaryTest
    Enclosing class:
    DashNode

    public static class DashNode.DashUnaryTest
    extends java.lang.Object
    implements UnaryTest
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean apply​(EvaluationContext evaluationContext, java.lang.Object o)  
      java.lang.String toString()  
      • 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 java.lang.Boolean apply​(EvaluationContext evaluationContext,
                                       java.lang.Object o)
        Specified by:
        apply in interface java.util.function.BiFunction<EvaluationContext,​java.lang.Object,​java.lang.Boolean>
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object