Class TrueFunction

    • Constructor Summary

      Constructors 
      Constructor Description
      TrueFunction()
      Create a new TrueFunction object.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object call​(Context context, java.util.List args)
      Returns Boolean.TRUE
      static java.lang.Boolean evaluate()
      Returns true.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TrueFunction

        public TrueFunction()
        Create a new TrueFunction object.
    • Method Detail

      • evaluate

        public static java.lang.Boolean evaluate()
        Returns true.
        Returns:
        Boolean.TRUE