public class MonthAddFunction
extends org.kie.dmn.feel.runtime.functions.BaseFEELFunction
Constructor and Description |
---|
MonthAddFunction() |
Modifier and Type | Method and Description |
---|---|
org.kie.dmn.feel.runtime.functions.FEELFnResult<TemporalAccessor> |
invoke(String datetime,
BigDecimal months) |
org.kie.dmn.feel.runtime.functions.FEELFnResult<TemporalAccessor> |
invoke(TemporalAccessor datetime,
BigDecimal months) |
public org.kie.dmn.feel.runtime.functions.FEELFnResult<TemporalAccessor> invoke(String datetime, BigDecimal months)
public org.kie.dmn.feel.runtime.functions.FEELFnResult<TemporalAccessor> invoke(TemporalAccessor datetime, BigDecimal months)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.