T
- The class of the state to managepublic interface ParticleReducer<T extends ApplicationState>
Modifier and Type | Method and Description |
---|---|
T |
combine(T state0,
T state1) |
T |
initialState() |
T |
reduce(T state,
Particle p) |
java.lang.Class<T> |
stateClass() |