Class LowerFunction

  • All Implemented Interfaces:
    org.kie.dmn.feel.runtime.FEELFunction

    public class LowerFunction
    extends org.kie.dmn.feel.runtime.functions.BaseFEELFunction
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.kie.dmn.feel.runtime.FEELFunction

        org.kie.dmn.feel.runtime.FEELFunction.Param
    • Constructor Summary

      Constructors 
      Constructor Description
      LowerFunction()  
    • Constructor Detail

      • LowerFunction

        public LowerFunction()
    • Method Detail

      • invoke

        public org.kie.dmn.feel.runtime.functions.FEELFnResult<String> invoke​(String text)