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) classSubclasses with type arguments of type LiveList.Observer in org.reactfx.collectionSubinterfaces with type arguments of type LiveList.Observer in org.reactfx.collectionModifier and TypeInterfaceDescriptioninterfaceLiveList<E>Adds additional methods toObservableList.interfaceTrait to be mixed intoObservableBaseto obtain default implementation of someLiveListmethods and get additional helper methods for implementations of proper LiveList.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
Subclasses with type arguments of type LiveList.Observer in org.reactfx.utilMethods 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)