public abstract class ValueSpaceFunction extends MultiaryFunction implements MissingValueTolerant
| Constructor and Description |
|---|
ValueSpaceFunction(String name) |
| Modifier and Type | Method and Description |
|---|---|
abstract Boolean |
evaluate(boolean isIn) |
FieldValue |
evaluate(List<FieldValue> arguments)
Evaluates this function with the specified arguments.
|
checkFixedArityArguments, checkVariableArityArguments, checkVariableArityArguments, getAliases, getArgument, getName, getOptionalArgument, getRequiredArgumentpublic ValueSpaceFunction(String name)
public abstract Boolean evaluate(boolean isIn)
public FieldValue evaluate(List<FieldValue> arguments)
FunctionEvaluates this function with the specified arguments.
Copyright © 2022. All rights reserved.