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 interfacestatic interfaceClasses in org.reactfx.collection that implement LiveList.ObserverModifier and TypeClassDescription(package private) class(package private) class(package private) class(package private) classMethods 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 RunnableListNotifications.head(LiveList.Observer<? super E, ?> observer, ListModificationSequence<E> mods) protected AccumulatorSizeListNotifications.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> RunnableListNotifications.takeHead(LiveList.Observer<? super E, O> observer, ListModificationSequence<E> mods)