public class ModuloFunction extends BaseFEELFunction
Modifier and Type | Field and Description |
---|---|
static ModuloFunction |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
FEELFnResult<BigDecimal> |
invoke(BigDecimal divident,
BigDecimal divisor) |
getName, getParameterNames, getSymbol, invoke, invokeReflectively, isCustomFunction, setName
public static final ModuloFunction INSTANCE
public FEELFnResult<BigDecimal> invoke(BigDecimal divident, BigDecimal divisor)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.