public abstract class TernaryFunction extends AbstractFunction
| Constructor and Description |
|---|
TernaryFunction(String name) |
TernaryFunction(String name,
List<String> aliases) |
| Modifier and Type | Method and Description |
|---|---|
abstract FieldValue |
evaluate(FieldValue first,
FieldValue second,
FieldValue third) |
FieldValue |
evaluate(List<FieldValue> arguments)
Evaluates this function with the specified arguments.
|
checkFixedArityArguments, checkVariableArityArguments, checkVariableArityArguments, getAliases, getArgument, getName, getOptionalArgument, getRequiredArgumentpublic TernaryFunction(String name)
public abstract FieldValue evaluate(FieldValue first, FieldValue second, FieldValue third)
public FieldValue evaluate(List<FieldValue> arguments)
FunctionEvaluates this function with the specified arguments.
Copyright © 2022. All rights reserved.