Uses of Class
rx.internal.operators.OperatorGroupBy.GroupedUnicast
-
Packages that use OperatorGroupBy.GroupedUnicast Package Description rx.internal.operators 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.GroupedUnicast Modifier and Type Field Description (package private) java.util.Map<java.lang.Object,OperatorGroupBy.GroupedUnicast<K,V>>
OperatorGroupBy.GroupBySubscriber. groups
Methods in rx.internal.operators that return OperatorGroupBy.GroupedUnicast Modifier and Type Method Description static <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 Modifier and Type Method Description private java.util.Map<java.lang.Object,OperatorGroupBy.GroupedUnicast<K,V>>
OperatorGroupBy.GroupBySubscriber. createMap(Func1<Action1<K>,java.util.Map<K,java.lang.Object>> mapFactory, Action1<K> evictionAction)
-