Package is.codion.common.state


@NullMarked package is.codion.common.state
  • Interfaces
    Class
    Description
    Specifies an observable for a State instance.
    A class encapsulating a boolean state, non-nullable with null values translated to false.
    Builds a State instance.
    A state which combines a number of states, either ANDing or ORing those together when determining its own state.
    A State.Group deactivates all other states when a state in the group is activated.