IListTuple5Ops<T1, T2, T3, T4, T5> extension
Provides additional functions on an IList of a 5 element tuple.
- on
-
- IList<
(T1, T2, T3, T4, T5)>
- IList<
Methods
-
dropWhileN(
Function5< T1, T2, T3, T4, T5, bool> p) → IList<(T1, T2, T3, T4, T5)> -
Available on IList<
(T1, T2, T3, T4, T5)> , provided by the IListTuple5Ops extension -
filterN(
Function5< T1, T2, T3, T4, T5, bool> p) → IList<(T1, T2, T3, T4, T5)> -
Available on IList<
(T1, T2, T3, T4, T5)> , provided by the IListTuple5Ops extension -
filterNotN(
Function5< T1, T2, T3, T4, T5, bool> p) → IList<(T1, T2, T3, T4, T5)> -
Available on IList<
(T1, T2, T3, T4, T5)> , provided by the IListTuple5Ops extension -
flatMapN<
T6> (Function5< T1, T2, T3, T4, T5, IList< f) → IList<T6> >T6> -
Available on IList<
(T1, T2, T3, T4, T5)> , provided by the IListTuple5Ops extension -
foreachN(
Function5< T1, T2, T3, T4, T5, void> f) → void -
Available on IList<
(T1, T2, T3, T4, T5)> , provided by the IListTuple5Ops extension -
mapN<
T6> (Function5< T1, T2, T3, T4, T5, T6> f) → IList<T6> -
Available on IList<
(T1, T2, T3, T4, T5)> , provided by the IListTuple5Ops extension -
takeWhileN(
Function5< T1, T2, T3, T4, T5, bool> p) → IList<(T1, T2, T3, T4, T5)> -
Available on IList<
(T1, T2, T3, T4, T5)> , provided by the IListTuple5Ops extension