Class YearAddFunction

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

    public class YearAddFunction
    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
      YearAddFunction()  
    • 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 years)  
      org.kie.dmn.feel.runtime.functions.FEELFnResult<java.time.temporal.TemporalAccessor> invoke​(java.time.temporal.TemporalAccessor datetime, java.math.BigDecimal years)  
      • 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

      • YearAddFunction

        public YearAddFunction()
    • Method Detail

      • invoke

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

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