Interface ReadableContainerValue<C,E>
-
- Type Parameters:
C
- type of the containervalue
.E
- type of the contained elements (collection element
ormap value
).
- All Superinterfaces:
ReadableObjectValue<C>
,ReadableTypedObjectValue<C>
,ReadableTypedValue<C>
,ReadableValue<C>
,Supplier<C>
- All Known Subinterfaces:
ObservableCollectionValue<C,E>
,ObservableContainerValue<C,E>
,ObservableListValue<E>
,ObservableMapValue<K,V>
,ObservableSetValue<E>
,io.github.mmm.property.container.collection.ReadableCollectionProperty<V,E>
,ReadableCollectionValue<C,E>
,ReadableContainerProperty<V,E>
,ReadableListProperty<E>
,ReadableListValue<E>
,ReadableMapProperty<K,V>
,ReadableMapValue<K,V>
,ReadableSetProperty<E>
,ReadableSetValue<E>
,io.github.mmm.property.container.collection.WritableCollectionProperty<V,E>
,WritableCollectionValue<C,E>
,WritableContainerProperty<V,E>
,WritableContainerValue<C,E>
,WritableListProperty<E>
,WritableListValue<E>
,WritableMapProperty<K,V>
,WritableMapValue<K,V>
,WritableSetProperty<E>
,WritableSetValue<E>
- All Known Implementing Classes:
io.github.mmm.property.container.collection.CollectionProperty
,ContainerProperty
,ListProperty
,MapProperty
,SetProperty
public interface ReadableContainerValue<C,E> extends ReadableTypedObjectValue<C>
- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default boolean
isEmpty()
int
size()
-
Methods inherited from interface io.github.mmm.value.observable.object.ReadableObjectValue
getSafe, getValue
-
Methods inherited from interface io.github.mmm.value.ReadableTypedValue
getValueClass
-
Methods inherited from interface io.github.mmm.value.ReadableValue
get
-
-
-
-
Method Detail
-
isEmpty
default boolean isEmpty()
- Returns:
- the
empty state
of thecontainer
.
-
-