Interface DefaultMutableLiveList<O>
-
- All Superinterfaces:
java.util.Collection<O>,java.lang.Iterable<O>,java.util.List<O>,org.reactfx.collection.LiveList<O>,javafx.beans.Observable,org.reactfx.Observable<org.reactfx.collection.LiveList.Observer<? super O,?>>,javafx.collections.ObservableList<O>
- All Known Implementing Classes:
FlatListVal,MutableMappedList
public interface DefaultMutableLiveList<O> extends org.reactfx.collection.LiveList<O>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.reactfx.collection.LiveList
org.reactfx.collection.LiveList.Observer<E extends java.lang.Object,O extends java.lang.Object>, org.reactfx.collection.LiveList.QuasiChangeObserver<E extends java.lang.Object>, org.reactfx.collection.LiveList.QuasiModificationObserver<E extends java.lang.Object>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanaddAll(O... elements)default booleanremoveAll(O... elements)default booleanretainAll(O... elements)default booleansetAll(O... elements)-
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
Methods inherited from interface org.reactfx.collection.LiveList
addChangeObserver, addListener, addListener, addModificationObserver, addQuasiChangeObserver, addQuasiModificationObserver, changes, collapse, collapseDynamic, map, mapDynamic, memoize, modifications, observeChanges, observeModifications, observeQuasiChanges, observeQuasiModifications, pin, quasiChanges, quasiModifications, reduce, reduceRange, removeChangeObserver, removeListener, removeListener, removeModificationObserver, removeQuasiChangeObserver, removeQuasiModificationObserver, sizeProperty, suspendable
-
-
-
-
Method Detail
-
addAll
default boolean addAll(O... elements)
- Specified by:
addAllin interfacejavafx.collections.ObservableList<O>
-
setAll
default boolean setAll(O... elements)
- Specified by:
setAllin interfacejavafx.collections.ObservableList<O>
-
removeAll
default boolean removeAll(O... elements)
- Specified by:
removeAllin interfacejavafx.collections.ObservableList<O>
-
-