Schnittstelle MutabilityRequestable
- Alle bekannten Implementierungsklassen:
BaseValue
,MultiValue
,MutableOptionalValue
,MutableValue
,OptionalValue
,Value
public interface MutabilityRequestable
A
MutabilityRequestable
can be asked if it is mutable.- Version:
- 2021-03-19
- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
isImmutable
default boolean isImmutable()- Gibt zurück:
- true if the current
MutabilityRequestable
is not mutable.
-
isMutable
boolean isMutable()- Gibt zurück:
- true if the current
MutabilityRequestable
is mutable.
-