All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
static void |
combine(NullableBooleanState state,
NullableBooleanState otherState,
BinaryFunctionInterface inputFunction,
BinaryFunctionInterface combineFunction) |
static void |
combine(NullableDoubleState state,
NullableDoubleState otherState,
BinaryFunctionInterface inputFunction,
BinaryFunctionInterface combineFunction) |
static void |
combine(NullableLongState state,
NullableLongState otherState,
BinaryFunctionInterface inputFunction,
BinaryFunctionInterface combineFunction) |
String |
getDescription() |
static void |
input(NullableBooleanState state,
Object value,
boolean initialStateValue,
BinaryFunctionInterface inputFunction,
BinaryFunctionInterface combineFunction) |
static void |
input(NullableDoubleState state,
Object value,
double initialStateValue,
BinaryFunctionInterface inputFunction,
BinaryFunctionInterface combineFunction) |
static void |
input(NullableLongState state,
Object value,
long initialStateValue,
BinaryFunctionInterface inputFunction,
BinaryFunctionInterface combineFunction) |
InternalAggregationFunction |
specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |