JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.illumon.iris.db.v2.by
Interface ReaggregationIterativeOperator<T,
STATE>
public interface
ReaggregationIterativeOperator<T,
STATE>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
currentValue
(
STATE
state)
Class
<?>
getFinalResultType
()
Class
<?>
getStateType
()
T
prev
(
STATE
state)
Method Details
getStateType
Class
<?>
getStateType
()
getFinalResultType
Class
<?>
getFinalResultType
()
currentValue
T
currentValue
(
STATE
state)
prev
T
prev
(
STATE
state)