Package eu.bandm.tools.ops
Interface Stateful<S,A>
- Type Parameters:
S- models the statesA- models the calculated values
public interface Stateful<S,A>
Calculation of a value based on a current inner state.
-
Method Summary
S - models the statesA - models the calculated values