public class DurationFunction extends BaseFEELFunction
| Modifier and Type | Field and Description |
|---|---|
static DurationFunction |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
org.kie.dmn.feel.runtime.functions.FEELFnResult<TemporalAmount> |
invoke(String val) |
org.kie.dmn.feel.runtime.functions.FEELFnResult<TemporalAmount> |
invoke(TemporalAmount val) |
getName, getParam, getParameters, getSymbol, invoke, invokeReflectively, isCustomFunction, setNamepublic static final DurationFunction INSTANCE
public org.kie.dmn.feel.runtime.functions.FEELFnResult<TemporalAmount> invoke(String val)
public org.kie.dmn.feel.runtime.functions.FEELFnResult<TemporalAmount> invoke(TemporalAmount val)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.