Schnittstelle MutabilityRequestable
- Alle bekannten Implementierungsklassen:
AbstractValue,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
MutabilityRequestableis not mutable.
-
isMutable
boolean isMutable()- Gibt zurück:
- true if the current
MutabilityRequestableis mutable.
-