public class IncludesFunction extends BaseFEELFunction
FEELFunction.Param| Modifier and Type | Field and Description |
|---|---|
static IncludesFunction |
INSTANCE |
| Constructor and Description |
|---|
IncludesFunction() |
| Modifier and Type | Method and Description |
|---|---|
FEELFnResult<Boolean> |
invoke(Range range,
Comparable value) |
FEELFnResult<Boolean> |
invoke(Range range1,
Range range2) |
getName, getParameters, getSymbol, invoke, invokeReflectively, isCustomFunction, setNamepublic static final IncludesFunction INSTANCE
public FEELFnResult<Boolean> invoke(Range range, Comparable value)
public FEELFnResult<Boolean> invoke(Range range1, Range range2)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.