Class MidFunction

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

    public class MidFunction
    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
      MidFunction()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.kie.dmn.feel.runtime.functions.FEELFnResult<java.lang.String> invoke​(java.lang.String text, java.lang.Number start, java.lang.Number num_chars)  
      • Methods inherited from class org.kie.dmn.feel.runtime.functions.BaseFEELFunction

        getName, getParameters, getSymbol, invoke, invokeReflectively, isCustomFunction, setName
      • Methods inherited from class java.lang.Object

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

      • MidFunction

        public MidFunction()
    • Method Detail

      • invoke

        public org.kie.dmn.feel.runtime.functions.FEELFnResult<java.lang.String> invoke​(java.lang.String text,
                                                                                        java.lang.Number start,
                                                                                        java.lang.Number num_chars)