Uses of Class
org.kie.dmn.feel.lang.types.impl.ComparablePeriod
-
Packages that use ComparablePeriod Package Description org.kie.dmn.feel.lang.types.impl org.kie.dmn.feel.runtime.functions -
-
Uses of ComparablePeriod in org.kie.dmn.feel.lang.types.impl
Methods in org.kie.dmn.feel.lang.types.impl that return ComparablePeriod Modifier and Type Method Description static ComparablePeriodComparablePeriod. of(int years, int months, int days)static ComparablePeriodComparablePeriod. ofMonths(int months)static ComparablePeriodComparablePeriod. parse(java.lang.CharSequence text) -
Uses of ComparablePeriod in org.kie.dmn.feel.runtime.functions
Methods in org.kie.dmn.feel.runtime.functions that return types with arguments of type ComparablePeriod Modifier and Type Method Description FEELFnResult<ComparablePeriod>AbsFunction. invoke(ComparablePeriod comparablePeriod)Methods in org.kie.dmn.feel.runtime.functions with parameters of type ComparablePeriod Modifier and Type Method Description FEELFnResult<ComparablePeriod>AbsFunction. invoke(ComparablePeriod comparablePeriod)
-