Interface ReadableMapValue<K,V>
- All Superinterfaces:
ReadableContainerValue<Map<K,,V>, V> ReadableObjectValue<Map<K,,V>> ReadableValue<Map<K,,V>> Supplier<Map<K,V>>
- All Known Subinterfaces:
ObservableMapValue<K,,V> WritableMapValue<K,V>
- Since:
- 1.0.0
-
Method Summary
Methods inherited from interface io.github.mmm.value.observable.container.ReadableContainerValue
isEmptyMethods inherited from interface io.github.mmm.value.observable.object.ReadableObjectValue
getValueMethods inherited from interface io.github.mmm.value.ReadableValue
get, getSafe
-
Method Details
-
getValueClass
- Specified by:
getValueClassin interfaceReadableValue<K>
-
size
default int size() -
getFallbackSafeValue
- Specified by:
getFallbackSafeValuein interfaceReadableValue<K>
-