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 interfaceSubclasses 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
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()