Uses of Interface
org.reactfx.collection.LiveList.Observer
Packages that use LiveList.Observer
-
Uses of LiveList.Observer in org.reactfx.collection
Subinterfaces of LiveList.Observer in org.reactfx.collectionModifier and TypeInterfaceDescriptionstatic interface
static interface
Classes in org.reactfx.collection that implement LiveList.ObserverModifier and TypeClassDescription(package private) class
(package private) class
(package private) class
(package private) class
Methods in org.reactfx.collection that return types with arguments of type LiveList.ObserverModifier and TypeMethodDescriptiondefault NotificationAccumulator
<LiveList.Observer<? super E, ?>, QuasiListChange<? extends E>, ?> ProperLiveList.defaultNotificationAccumulator()
-
Uses of LiveList.Observer in org.reactfx.util
Methods in org.reactfx.util that return types with arguments of type LiveList.ObserverModifier and TypeMethodDescriptionstatic <E> NotificationAccumulator
<LiveList.Observer<? super E, ?>, QuasiListChange<? extends E>, ListModificationSequence<E>> NotificationAccumulator.listNotifications()
Methods in org.reactfx.util with parameters of type LiveList.ObserverModifier and TypeMethodDescriptionprotected Runnable
ListNotifications.head
(LiveList.Observer<? super E, ?> observer, ListModificationSequence<E> mods) protected AccumulatorSize
ListNotifications.size
(LiveList.Observer<? super E, ?> observer, ListModificationSequence<E> accumulatedValue) protected ListModificationSequence
<E> ListNotifications.tail
(LiveList.Observer<? super E, ?> observer, ListModificationSequence<E> mods) private final <O> Runnable
ListNotifications.takeHead
(LiveList.Observer<? super E, O> observer, ListModificationSequence<E> mods)