Interface MutabilityRequestable


public interface MutabilityRequestable
A MutabilityRequestable can be asked if it is mutable.
Author:
Silvan Wyss
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     
    boolean
     
  • Method Details

    • isImmutable

      default boolean isImmutable()
      Returns:
      true if the current MutabilityRequestable is not mutable, false otherwise.
    • isMutable

      boolean isMutable()
      Returns:
      true if the current MutabilityRequestable is mutable, false otherwise.