Class UnaryTestImpl

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

    public class UnaryTestImpl
    extends java.lang.Object
    implements UnaryTest
    • Constructor Summary

      Constructors 
      Constructor Description
      UnaryTestImpl​(UnaryTest delegate, java.lang.String text)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean apply​(EvaluationContext ctx, java.lang.Object obj)  
      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
    • Constructor Detail

      • UnaryTestImpl

        public UnaryTestImpl​(UnaryTest delegate,
                             java.lang.String text)
    • Method Detail

      • toString

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

        public java.lang.Boolean apply​(EvaluationContext ctx,
                                       java.lang.Object obj)
        Specified by:
        apply in interface java.util.function.BiFunction<EvaluationContext,​java.lang.Object,​java.lang.Boolean>