NDCoreUtilsFuture<T> extension
- on
-
- Future<
T>
- Future<
Methods
-
join<
T1> (Future< T1> other) → Future<Tuple2< T, T1> > -
Available on Future<
T> , provided by the NDCoreUtilsFuture extension -
join2<
T1, T2> (Future< T1> other1, Future<T2> other2) → Future<Tuple3< T, T1, T2> > -
Available on Future<
T> , provided by the NDCoreUtilsFuture extension -
join3<
T1, T2, T3> (Future< T1> other1, Future<T2> other2, Future<T3> other3) → Future<Tuple4< T, T1, T2, T3> > -
Available on Future<
T> , provided by the NDCoreUtilsFuture extension -
join4<
T1, T2, T3, T4> (Future< T1> other1, Future<T2> other2, Future<T3> other3, Future<T4> other4) → Future<Tuple5< T, T1, T2, T3, T4> > -
Available on Future<
T> , provided by the NDCoreUtilsFuture extension -
join5<
T1, T2, T3, T4, T5> (Future< T1> other1, Future<T2> other2, Future<T3> other3, Future<T4> other4, Future<T5> other5) → Future<Tuple6< T, T1, T2, T3, T4, T5> > -
Available on Future<
T> , provided by the NDCoreUtilsFuture extension -
join6<
T1, T2, T3, T4, T5, T6> (Future< T1> other1, Future<T2> other2, Future<T3> other3, Future<T4> other4, Future<T5> other5, Future<T6> other6) → Future<Tuple7< T, T1, T2, T3, T4, T5, T6> > -
Available on Future<
T> , provided by the NDCoreUtilsFuture extension -
ndJoin<
T1> (Future< T1> other) → Future<Tuple2< T, T1> > -
Available on Future<
T> , provided by the NDCoreUtilsFuture extension -
ndJoin2<
T1, T2> (Future< T1> other1, Future<T2> other2) → Future<Tuple3< T, T1, T2> > -
Available on Future<
T> , provided by the NDCoreUtilsFuture extension -
ndJoin3<
T1, T2, T3> (Future< T1> other1, Future<T2> other2, Future<T3> other3) → Future<Tuple4< T, T1, T2, T3> > -
Available on Future<
T> , provided by the NDCoreUtilsFuture extension -
ndJoin4<
T1, T2, T3, T4> (Future< T1> other1, Future<T2> other2, Future<T3> other3, Future<T4> other4) → Future<Tuple5< T, T1, T2, T3, T4> > -
Available on Future<
T> , provided by the NDCoreUtilsFuture extension -
ndJoin5<
T1, T2, T3, T4, T5> (Future< T1> other1, Future<T2> other2, Future<T3> other3, Future<T4> other4, Future<T5> other5) → Future<Tuple6< T, T1, T2, T3, T4, T5> > -
Available on Future<
T> , provided by the NDCoreUtilsFuture extension -
ndJoin6<
T1, T2, T3, T4, T5, T6> (Future< T1> other1, Future<T2> other2, Future<T3> other3, Future<T4> other4, Future<T5> other5, Future<T6> other6) → Future<Tuple7< T, T1, T2, T3, T4, T5, T6> > -
Available on Future<
T> , provided by the NDCoreUtilsFuture extension