Uses of Interface
modhelxs.state_management.StateValue

Packages that use StateValue
modhelxs.state_management   
 

Uses of StateValue in modhelxs.state_management
 

Classes in modhelxs.state_management that implement StateValue
 class Attribute<T>
          An Attribute is a storage with commit and revert operations.
 class ListAttribute<T>
           
 class MapAttribute<K,V>
          A state value which stores data in a Map.
 class TransientMap<K,V>
          A TransientMap is a MapAttribute that never changes its permanent value.
 class TransientValue<T>
          A TransientValue is an Attribute that never changes its permanent value.