Interface MutabilityRequestable
public interface MutabilityRequestable
A
MutabilityRequestable can be asked if it is mutable.- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
isImmutable
default boolean isImmutable()- Returns:
- true if the current
MutabilityRequestableis not mutable, false otherwise.
-
isMutable
boolean isMutable()- Returns:
- true if the current
MutabilityRequestableis mutable, false otherwise.
-