Class DayAddFunction

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.kie.dmn.feel.runtime.functions.FEELFnResult<java.time.temporal.TemporalAccessor> invoke​(java.lang.String datetime, java.math.BigDecimal days)  
      org.kie.dmn.feel.runtime.functions.FEELFnResult<java.time.temporal.TemporalAccessor> invoke​(java.time.temporal.TemporalAccessor datetime, java.math.BigDecimal days)  
      • 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

      • DayAddFunction

        public DayAddFunction()
    • Method Detail

      • invoke

        public org.kie.dmn.feel.runtime.functions.FEELFnResult<java.time.temporal.TemporalAccessor> invoke​(java.lang.String datetime,
                                                                                                           java.math.BigDecimal days)
      • invoke

        public org.kie.dmn.feel.runtime.functions.FEELFnResult<java.time.temporal.TemporalAccessor> invoke​(java.time.temporal.TemporalAccessor datetime,
                                                                                                           java.math.BigDecimal days)