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 Link icon

    Modifier and Type
    Method
    Description
     
     
  • Method Details Link icon

    • getState Link icon

      S getState()
    • getValue Link icon

      A getValue()