Class FunctionSupport.BaseFunction

    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface Function
        Returns:
        the name of this function
      • isPure

        public boolean isPure()
        Specified by:
        isPure in interface Function
        Returns:
        true if this function is a "pure" function, false otherwise. A pure function will always return the same result for a given set of parameters and has no side effects.