Interface Stateful<S,A>

Type Parameters:
S - models the states
A - models the calculated values

public interface Stateful<S,A>
Calculation of a value based on a current inner state.
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • getState

      S getState()
    • getValue

      A getValue()