public final class SingleInternalHelper extends Object
Modifier and Type | Method and Description |
---|---|
static <T> Callable<NoSuchElementException> |
emptyThrower() |
static <T> Iterable<? extends Flowable<T>> |
iterableToFlowable(Iterable<? extends SingleSource<? extends T>> sources) |
static <T> Function<SingleSource<? extends T>,org.reactivestreams.Publisher<? extends T>> |
toFlowable() |
static <T> Function<SingleSource<? extends T>,Observable<? extends T>> |
toObservable() |
public static <T> Callable<NoSuchElementException> emptyThrower()
public static <T> Function<SingleSource<? extends T>,org.reactivestreams.Publisher<? extends T>> toFlowable()
public static <T> Iterable<? extends Flowable<T>> iterableToFlowable(Iterable<? extends SingleSource<? extends T>> sources)
public static <T> Function<SingleSource<? extends T>,Observable<? extends T>> toObservable()
Copyright © 2019. All rights reserved.