Interface MutationBehaviourAware<M extends MutationBehaviourAware<M>>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean mutable()
      Return true if object is currently mutable (can change publicly visible state)
    • Method Detail

      • mutable

        boolean mutable()
        Return true if object is currently mutable (can change publicly visible state)
        Returns:
        true if object is currently mutable