public class Maybes
| Modifier and Type | Method and Description |
|---|---|
<T,U,R> io.reactivex.rxjava3.core.Maybe<R> |
zip(io.reactivex.rxjava3.core.MaybeSource<T> s1,
io.reactivex.rxjava3.core.MaybeSource<U> s2,
kotlin.jvm.functions.Function2<? super T,? super U,? extends R> zipper)
Deprecated.
|
<T,U> io.reactivex.rxjava3.core.Maybe<kotlin.Pair> |
zip(io.reactivex.rxjava3.core.MaybeSource<T> s1,
io.reactivex.rxjava3.core.MaybeSource<U> s2) |
<T1,T2,T3,R> |
zip(io.reactivex.rxjava3.core.MaybeSource<T1> s1,
io.reactivex.rxjava3.core.MaybeSource<T2> s2,
io.reactivex.rxjava3.core.MaybeSource<T3> s3,
kotlin.jvm.functions.Function3<? super T1,? super T2,? super T3,? extends R> zipper)
Deprecated.
|
<T1,T2,T3> io.reactivex.rxjava3.core.Maybe<kotlin.Triple> |
zip(io.reactivex.rxjava3.core.MaybeSource<T1> s1,
io.reactivex.rxjava3.core.MaybeSource<T2> s2,
io.reactivex.rxjava3.core.MaybeSource<T3> s3) |
<T1,T2,T3,T4,R> |
zip(io.reactivex.rxjava3.core.MaybeSource<T1> s1,
io.reactivex.rxjava3.core.MaybeSource<T2> s2,
io.reactivex.rxjava3.core.MaybeSource<T3> s3,
io.reactivex.rxjava3.core.MaybeSource<T4> s4,
kotlin.jvm.functions.Function4<? super T1,? super T2,? super T3,? super T4,? extends R> zipper)
Deprecated.
|
<T1,T2,T3,T4,T5,R> |
zip(io.reactivex.rxjava3.core.MaybeSource<T1> s1,
io.reactivex.rxjava3.core.MaybeSource<T2> s2,
io.reactivex.rxjava3.core.MaybeSource<T3> s3,
io.reactivex.rxjava3.core.MaybeSource<T4> s4,
io.reactivex.rxjava3.core.MaybeSource<T5> s5,
kotlin.jvm.functions.Function5<? super T1,? super T2,? super T3,? super T4,? super T5,? extends R> zipper)
Deprecated.
|
<T1,T2,T3,T4,T5,T6,R> |
zip(io.reactivex.rxjava3.core.MaybeSource<T1> s1,
io.reactivex.rxjava3.core.MaybeSource<T2> s2,
io.reactivex.rxjava3.core.MaybeSource<T3> s3,
io.reactivex.rxjava3.core.MaybeSource<T4> s4,
io.reactivex.rxjava3.core.MaybeSource<T5> s5,
io.reactivex.rxjava3.core.MaybeSource<T6> s6,
kotlin.jvm.functions.Function6<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? extends R> zipper)
Deprecated.
|
<T1,T2,T3,T4,T5,T6,T7,R> |
zip(io.reactivex.rxjava3.core.MaybeSource<T1> s1,
io.reactivex.rxjava3.core.MaybeSource<T2> s2,
io.reactivex.rxjava3.core.MaybeSource<T3> s3,
io.reactivex.rxjava3.core.MaybeSource<T4> s4,
io.reactivex.rxjava3.core.MaybeSource<T5> s5,
io.reactivex.rxjava3.core.MaybeSource<T6> s6,
io.reactivex.rxjava3.core.MaybeSource<T7> s7,
kotlin.jvm.functions.Function7<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? extends R> zipper)
Deprecated.
|
<T1,T2,T3,T4,T5,T6,T7,T8,R> |
zip(io.reactivex.rxjava3.core.MaybeSource<T1> s1,
io.reactivex.rxjava3.core.MaybeSource<T2> s2,
io.reactivex.rxjava3.core.MaybeSource<T3> s3,
io.reactivex.rxjava3.core.MaybeSource<T4> s4,
io.reactivex.rxjava3.core.MaybeSource<T5> s5,
io.reactivex.rxjava3.core.MaybeSource<T6> s6,
io.reactivex.rxjava3.core.MaybeSource<T7> s7,
io.reactivex.rxjava3.core.MaybeSource<T8> s8,
kotlin.jvm.functions.Function8<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? super T8,? extends R> zipper)
Deprecated.
|
<T1,T2,T3,T4,T5,T6,T7,T8,T9,R> |
zip(io.reactivex.rxjava3.core.MaybeSource<T1> s1,
io.reactivex.rxjava3.core.MaybeSource<T2> s2,
io.reactivex.rxjava3.core.MaybeSource<T3> s3,
io.reactivex.rxjava3.core.MaybeSource<T4> s4,
io.reactivex.rxjava3.core.MaybeSource<T5> s5,
io.reactivex.rxjava3.core.MaybeSource<T6> s6,
io.reactivex.rxjava3.core.MaybeSource<T7> s7,
io.reactivex.rxjava3.core.MaybeSource<T8> s8,
io.reactivex.rxjava3.core.MaybeSource<T9> s9,
kotlin.jvm.functions.Function9<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? super T8,? super T9,? extends R> zipper)
Deprecated.
|
public static Maybes INSTANCE
@Deprecated
@CheckReturnValue
@SchedulerSupport
@NotNull
public <T,U,R> io.reactivex.rxjava3.core.Maybe<R> zip(@NotNull
io.reactivex.rxjava3.core.MaybeSource<T> s1,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<U> s2,
@NotNull
kotlin.jvm.functions.Function2<? super T,? super U,? extends R> zipper)
@CheckReturnValue
@SchedulerSupport
@NotNull
public <T,U> io.reactivex.rxjava3.core.Maybe<kotlin.Pair> zip(@NotNull
io.reactivex.rxjava3.core.MaybeSource<T> s1,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<U> s2)
@Deprecated
@CheckReturnValue
@SchedulerSupport
@NotNull
public <T1,T2,T3,R> io.reactivex.rxjava3.core.Maybe<R> zip(@NotNull
io.reactivex.rxjava3.core.MaybeSource<T1> s1,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T2> s2,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T3> s3,
@NotNull
kotlin.jvm.functions.Function3<? super T1,? super T2,? super T3,? extends R> zipper)
@CheckReturnValue
@SchedulerSupport
@NotNull
public <T1,T2,T3> io.reactivex.rxjava3.core.Maybe<kotlin.Triple> zip(@NotNull
io.reactivex.rxjava3.core.MaybeSource<T1> s1,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T2> s2,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T3> s3)
@Deprecated
@CheckReturnValue
@SchedulerSupport
@NotNull
public <T1,T2,T3,T4,R> io.reactivex.rxjava3.core.Maybe<R> zip(@NotNull
io.reactivex.rxjava3.core.MaybeSource<T1> s1,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T2> s2,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T3> s3,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T4> s4,
@NotNull
kotlin.jvm.functions.Function4<? super T1,? super T2,? super T3,? super T4,? extends R> zipper)
@Deprecated
@CheckReturnValue
@SchedulerSupport
@NotNull
public <T1,T2,T3,T4,T5,R> io.reactivex.rxjava3.core.Maybe<R> zip(@NotNull
io.reactivex.rxjava3.core.MaybeSource<T1> s1,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T2> s2,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T3> s3,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T4> s4,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T5> s5,
@NotNull
kotlin.jvm.functions.Function5<? super T1,? super T2,? super T3,? super T4,? super T5,? extends R> zipper)
@Deprecated
@CheckReturnValue
@SchedulerSupport
@NotNull
public <T1,T2,T3,T4,T5,T6,R> io.reactivex.rxjava3.core.Maybe<R> zip(@NotNull
io.reactivex.rxjava3.core.MaybeSource<T1> s1,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T2> s2,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T3> s3,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T4> s4,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T5> s5,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T6> s6,
@NotNull
kotlin.jvm.functions.Function6<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? extends R> zipper)
@Deprecated
@CheckReturnValue
@SchedulerSupport
@NotNull
public <T1,T2,T3,T4,T5,T6,T7,R> io.reactivex.rxjava3.core.Maybe<R> zip(@NotNull
io.reactivex.rxjava3.core.MaybeSource<T1> s1,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T2> s2,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T3> s3,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T4> s4,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T5> s5,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T6> s6,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T7> s7,
@NotNull
kotlin.jvm.functions.Function7<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? extends R> zipper)
@Deprecated
@CheckReturnValue
@SchedulerSupport
@NotNull
public <T1,T2,T3,T4,T5,T6,T7,T8,R> io.reactivex.rxjava3.core.Maybe<R> zip(@NotNull
io.reactivex.rxjava3.core.MaybeSource<T1> s1,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T2> s2,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T3> s3,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T4> s4,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T5> s5,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T6> s6,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T7> s7,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T8> s8,
@NotNull
kotlin.jvm.functions.Function8<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? super T8,? extends R> zipper)
@Deprecated
@CheckReturnValue
@SchedulerSupport
@NotNull
public <T1,T2,T3,T4,T5,T6,T7,T8,T9,R> io.reactivex.rxjava3.core.Maybe<R> zip(@NotNull
io.reactivex.rxjava3.core.MaybeSource<T1> s1,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T2> s2,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T3> s3,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T4> s4,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T5> s5,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T6> s6,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T7> s7,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T8> s8,
@NotNull
io.reactivex.rxjava3.core.MaybeSource<T9> s9,
@NotNull
kotlin.jvm.functions.Function9<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? super T8,? super T9,? extends R> zipper)