public class MaybesKt
| Modifier and Type | Method and Description |
|---|---|
static <T,U,R> io.reactivex.rxjava3.core.Maybe<R> |
zipWith(io.reactivex.rxjava3.core.Maybe<T> $receiver,
io.reactivex.rxjava3.core.MaybeSource<U> other,
kotlin.jvm.functions.Function2<? super T,? super U,? extends R> zipper)
Deprecated.
|
static <T,U> io.reactivex.rxjava3.core.Maybe<kotlin.Pair> |
zipWith(io.reactivex.rxjava3.core.Maybe<T> $receiver,
io.reactivex.rxjava3.core.MaybeSource<U> other) |
@Deprecated
@CheckReturnValue
@SchedulerSupport
@NotNull
public static <T,U,R> io.reactivex.rxjava3.core.Maybe<R> zipWith(@NotNull
io.reactivex.rxjava3.core.Maybe<T> $receiver,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<U> other,
@NotNull
kotlin.jvm.functions.Function2<? super T,? super U,? extends R> zipper)
An alias to Maybe.zipWith, but allowing for cleaner lambda syntax.
@CheckReturnValue
@SchedulerSupport
@NotNull
public static <T,U> io.reactivex.rxjava3.core.Maybe<kotlin.Pair> zipWith(@NotNull
io.reactivex.rxjava3.core.Maybe<T> $receiver,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<U> other)