Uses of Class
rx.internal.operators.OperatorGroupBy.GroupedUnicast
Packages that use OperatorGroupBy.GroupedUnicast
Package
Description
Operators that allow composing Observables to transform and
manipulate data in an asynchronous, functional and thread-safe manner.
-
Uses of OperatorGroupBy.GroupedUnicast in rx.internal.operators
Fields in rx.internal.operators with type parameters of type OperatorGroupBy.GroupedUnicastModifier and TypeFieldDescription(package private) final Map
<Object, OperatorGroupBy.GroupedUnicast<K, V>> OperatorGroupBy.GroupBySubscriber.groups
Methods in rx.internal.operators that return OperatorGroupBy.GroupedUnicastModifier and TypeMethodDescriptionstatic <T,
K> OperatorGroupBy.GroupedUnicast <K, T> OperatorGroupBy.GroupedUnicast.createWith
(K key, int bufferSize, OperatorGroupBy.GroupBySubscriber<?, K, T> parent, boolean delayError) Methods in rx.internal.operators that return types with arguments of type OperatorGroupBy.GroupedUnicast