public abstract class Operator<I> extends Scalar<java.lang.Boolean,I> implements FunctionImplementation<Function>
Modifier and Type | Field and Description |
---|---|
static DataType |
RETURN_TYPE |
Constructor and Description |
---|
Operator() |
Modifier and Type | Method and Description |
---|---|
protected static FunctionInfo |
generateInfo(java.lang.String name,
DataType type) |
anyNonLiterals, compile, containsNullLiteral, evaluate, evaluateIfLiterals, hasNullInputs
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
info, normalizeSymbol
public static final DataType RETURN_TYPE
protected static FunctionInfo generateInfo(java.lang.String name, DataType type)