public final class NbpOperatorToList<T,U extends java.util.Collection<? super T>> extends java.lang.Object implements NbpObservable.NbpOperator<U,T>
| Constructor and Description |
|---|
NbpOperatorToList(Supplier<U> collectionSupplier) |
| Modifier and Type | Method and Description |
|---|---|
NbpObservable.NbpSubscriber<? super T> |
apply(NbpObservable.NbpSubscriber<? super U> t) |
static <T> NbpOperatorToList<T,java.util.List<T>> |
defaultInstance() |
public static <T> NbpOperatorToList<T,java.util.List<T>> defaultInstance()
public NbpObservable.NbpSubscriber<? super T> apply(NbpObservable.NbpSubscriber<? super U> t)
apply in interface Function<NbpObservable.NbpSubscriber<? super U extends java.util.Collection<? super T>>,NbpObservable.NbpSubscriber<? super T>>