public final class OperatorToList<T,U extends java.util.Collection<? super T>> extends java.lang.Object implements Observable.Operator<U,T>
| Constructor and Description |
|---|
OperatorToList(Supplier<U> collectionSupplier) |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Subscriber<? super T> |
apply(org.reactivestreams.Subscriber<? super U> t) |
static <T> OperatorToList<T,java.util.List<T>> |
defaultInstance() |
public static <T> OperatorToList<T,java.util.List<T>> defaultInstance()