public class OrOperator extends Operator<java.lang.Boolean>
Modifier and Type | Field and Description |
---|---|
static FunctionInfo |
INFO |
static java.lang.String |
NAME |
RETURN_TYPE
Constructor and Description |
---|
OrOperator() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
evaluate(Input<java.lang.Boolean>... args) |
FunctionInfo |
info() |
Symbol |
normalizeSymbol(Function function) |
static void |
register(OperatorModule module) |
generateInfo
anyNonLiterals, compile, containsNullLiteral, evaluateIfLiterals, hasNullInputs
public static final java.lang.String NAME
public static final FunctionInfo INFO
public static void register(OperatorModule module)
public FunctionInfo info()