public class FlowablesKt
| Modifier and Type | Method and Description |
|---|---|
static <T,U,R> io.reactivex.Flowable<R> |
withLatestFrom(io.reactivex.Flowable<T> $receiver,
org.reactivestreams.Publisher<U> other,
kotlin.jvm.functions.Function2<? super T,? super U,? extends R> combiner)
An alias to Flowable.withLatestFrom, but allowing for cleaner lambda syntax.
|
static <T,U> io.reactivex.Flowable<kotlin.Pair> |
withLatestFrom(io.reactivex.Flowable<T> $receiver,
org.reactivestreams.Publisher<U> other) |
static <T,T1,T2,R> |
withLatestFrom(io.reactivex.Flowable<T> $receiver,
org.reactivestreams.Publisher<T1> o1,
org.reactivestreams.Publisher<T2> o2,
kotlin.jvm.functions.Function3<? super T,? super T1,? super T2,? extends R> combiner)
An alias to Flowable.withLatestFrom, but allowing for cleaner lambda syntax.
|
static <T,T1,T2> io.reactivex.Flowable<kotlin.Triple> |
withLatestFrom(io.reactivex.Flowable<T> $receiver,
org.reactivestreams.Publisher<T1> o1,
org.reactivestreams.Publisher<T2> o2) |
static <T,T1,T2,T3,R> |
withLatestFrom(io.reactivex.Flowable<T> $receiver,
org.reactivestreams.Publisher<T1> o1,
org.reactivestreams.Publisher<T2> o2,
org.reactivestreams.Publisher<T3> o3,
kotlin.jvm.functions.Function4<? super T,? super T1,? super T2,? super T3,? extends R> combiner)
An alias to Flowable.withLatestFrom, but allowing for cleaner lambda syntax.
|
static <T,T1,T2,T3,T4,R> |
withLatestFrom(io.reactivex.Flowable<T> $receiver,
org.reactivestreams.Publisher<T1> o1,
org.reactivestreams.Publisher<T2> o2,
org.reactivestreams.Publisher<T3> o3,
org.reactivestreams.Publisher<T4> o4,
kotlin.jvm.functions.Function5<? super T,? super T1,? super T2,? super T3,? super T4,? extends R> combiner)
An alias to Flowable.withLatestFrom, but allowing for cleaner lambda syntax.
|
static <T,U,R> io.reactivex.Flowable<R> |
zipWith(io.reactivex.Flowable<T> $receiver,
org.reactivestreams.Publisher<U> other,
kotlin.jvm.functions.Function2<? super T,? super U,? extends R> zipper)
An alias to Flowable.zipWith, but allowing for cleaner lambda syntax.
|
static <T,U> io.reactivex.Flowable<kotlin.Pair> |
zipWith(io.reactivex.Flowable<T> $receiver,
org.reactivestreams.Publisher<U> other)
Emits a zipped
Pair |
@CheckReturnValue
@BackpressureSupport
@SchedulerSupport
@NotNull
public static <T,U,R> io.reactivex.Flowable<R> withLatestFrom(@NotNull
io.reactivex.Flowable<T> $receiver,
@NotNull
org.reactivestreams.Publisher<U> other,
@NotNull
kotlin.jvm.functions.Function2<? super T,? super U,? extends R> combiner)
An alias to Flowable.withLatestFrom, but allowing for cleaner lambda syntax.
@CheckReturnValue
@BackpressureSupport
@SchedulerSupport
@NotNull
public static <T,U> io.reactivex.Flowable<kotlin.Pair> withLatestFrom(@NotNull
io.reactivex.Flowable<T> $receiver,
@NotNull
org.reactivestreams.Publisher<U> other)
@CheckReturnValue
@BackpressureSupport
@SchedulerSupport
@NotNull
public static <T,T1,T2,R> io.reactivex.Flowable<R> withLatestFrom(@NotNull
io.reactivex.Flowable<T> $receiver,
@NotNull
org.reactivestreams.Publisher<T1> o1,
@NotNull
org.reactivestreams.Publisher<T2> o2,
@NotNull
kotlin.jvm.functions.Function3<? super T,? super T1,? super T2,? extends R> combiner)
An alias to Flowable.withLatestFrom, but allowing for cleaner lambda syntax.
@CheckReturnValue
@BackpressureSupport
@SchedulerSupport
@NotNull
public static <T,T1,T2> io.reactivex.Flowable<kotlin.Triple> withLatestFrom(@NotNull
io.reactivex.Flowable<T> $receiver,
@NotNull
org.reactivestreams.Publisher<T1> o1,
@NotNull
org.reactivestreams.Publisher<T2> o2)
@CheckReturnValue
@BackpressureSupport
@SchedulerSupport
@NotNull
public static <T,T1,T2,T3,R> io.reactivex.Flowable<R> withLatestFrom(@NotNull
io.reactivex.Flowable<T> $receiver,
@NotNull
org.reactivestreams.Publisher<T1> o1,
@NotNull
org.reactivestreams.Publisher<T2> o2,
@NotNull
org.reactivestreams.Publisher<T3> o3,
@NotNull
kotlin.jvm.functions.Function4<? super T,? super T1,? super T2,? super T3,? extends R> combiner)
An alias to Flowable.withLatestFrom, but allowing for cleaner lambda syntax.
@CheckReturnValue
@BackpressureSupport
@SchedulerSupport
@NotNull
public static <T,T1,T2,T3,T4,R> io.reactivex.Flowable<R> withLatestFrom(@NotNull
io.reactivex.Flowable<T> $receiver,
@NotNull
org.reactivestreams.Publisher<T1> o1,
@NotNull
org.reactivestreams.Publisher<T2> o2,
@NotNull
org.reactivestreams.Publisher<T3> o3,
@NotNull
org.reactivestreams.Publisher<T4> o4,
@NotNull
kotlin.jvm.functions.Function5<? super T,? super T1,? super T2,? super T3,? super T4,? extends R> combiner)
An alias to Flowable.withLatestFrom, but allowing for cleaner lambda syntax.
@CheckReturnValue
@BackpressureSupport
@SchedulerSupport
@NotNull
public static <T,U,R> io.reactivex.Flowable<R> zipWith(@NotNull
io.reactivex.Flowable<T> $receiver,
@NotNull
org.reactivestreams.Publisher<U> other,
@NotNull
kotlin.jvm.functions.Function2<? super T,? super U,? extends R> zipper)
An alias to Flowable.zipWith, but allowing for cleaner lambda syntax.
@CheckReturnValue
@BackpressureSupport
@SchedulerSupport
@NotNull
public static <T,U> io.reactivex.Flowable<kotlin.Pair> zipWith(@NotNull
io.reactivex.Flowable<T> $receiver,
@NotNull
org.reactivestreams.Publisher<U> other)
Emits a zipped Pair