diff --git a/api/Cysharp.Threading.Tasks.CancellationTokenEqualityComparer.html b/api/Cysharp.Threading.Tasks.CancellationTokenEqualityComparer.html index 5b2c73a..f8c2162 100644 --- a/api/Cysharp.Threading.Tasks.CancellationTokenEqualityComparer.html +++ b/api/Cysharp.Threading.Tasks.CancellationTokenEqualityComparer.html @@ -91,6 +91,10 @@ CancellationTokenEqualityComparer +
+
Implements
+
System.Collections.Generic.IEqualityComparer<System.Threading.CancellationToken>
+
@@ -158,7 +162,7 @@
Field Value
-
IEqualityComparer<System.Threading.CancellationToken>
+
System.Collections.Generic.IEqualityComparer<System.Threading.CancellationToken>
@@ -251,6 +255,10 @@ +

Implements

+
+ System.Collections.Generic.IEqualityComparer<T> +
diff --git a/api/Cysharp.Threading.Tasks.EnumerableAsyncExtensions.html b/api/Cysharp.Threading.Tasks.EnumerableAsyncExtensions.html index 1a74329..4f7de55 100644 --- a/api/Cysharp.Threading.Tasks.EnumerableAsyncExtensions.html +++ b/api/Cysharp.Threading.Tasks.EnumerableAsyncExtensions.html @@ -110,25 +110,25 @@ - Select<T>(IEnumerable<T>, Func<T, UniTask>) + Select<T>(IEnumerable<T>, Func<T, UniTask>) - Select<T>(IEnumerable<T>, Func<T, Int32, UniTask>) + Select<T>(IEnumerable<T>, Func<T, Int32, UniTask>) - Select<T, TR>(IEnumerable<T>, Func<T, UniTask<TR>>) + Select<T, TR>(IEnumerable<T>, Func<T, UniTask<TR>>) - Select<T, TR>(IEnumerable<T>, Func<T, Int32, UniTask<TR>>) + Select<T, TR>(IEnumerable<T>, Func<T, Int32, UniTask<TR>>) @@ -139,7 +139,7 @@
-

Select<T>(IEnumerable<T>, Func<T, UniTask>)

+

Select<T>(IEnumerable<T>, Func<T, UniTask>)

@@ -150,7 +150,7 @@
Parameters
-
source IEnumerable<T>
+
source System.Collections.Generic.IEnumerable<T>
selector System.Func<T, UniTask>
@@ -160,7 +160,7 @@
Returns
-
IEnumerable<UniTask>
+
System.Collections.Generic.IEnumerable<UniTask>
@@ -185,7 +185,7 @@
-

Select<T>(IEnumerable<T>, Func<T, Int32, UniTask>)

+

Select<T>(IEnumerable<T>, Func<T, Int32, UniTask>)

@@ -196,7 +196,7 @@
Parameters
-
source IEnumerable<T>
+
source System.Collections.Generic.IEnumerable<T>
selector System.Func<T, System.Int32, UniTask>
@@ -206,7 +206,7 @@
Returns
-
IEnumerable<UniTask>
+
System.Collections.Generic.IEnumerable<UniTask>
@@ -231,7 +231,7 @@
-

Select<T, TR>(IEnumerable<T>, Func<T, UniTask<TR>>)

+

Select<T, TR>(IEnumerable<T>, Func<T, UniTask<TR>>)

@@ -242,7 +242,7 @@
Parameters
-
source IEnumerable<T>
+
source System.Collections.Generic.IEnumerable<T>
selector System.Func<T, UniTask<TR>>
@@ -252,7 +252,7 @@
Returns
-
IEnumerable<UniTask<TR>>
+
System.Collections.Generic.IEnumerable<UniTask<TR>>
@@ -279,7 +279,7 @@
-

Select<T, TR>(IEnumerable<T>, Func<T, Int32, UniTask<TR>>)

+

Select<T, TR>(IEnumerable<T>, Func<T, Int32, UniTask<TR>>)

@@ -290,7 +290,7 @@
Parameters
-
source IEnumerable<T>
+
source System.Collections.Generic.IEnumerable<T>
selector System.Func<T, System.Int32, UniTask<TR>>
@@ -300,7 +300,7 @@
Returns
-
IEnumerable<UniTask<TR>>
+
System.Collections.Generic.IEnumerable<UniTask<TR>>
diff --git a/api/Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html b/api/Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html index 15f7077..85724d3 100644 --- a/api/Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html +++ b/api/Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html @@ -116,19 +116,19 @@ - ToUniTask(IEnumerator, PlayerLoopTiming, CancellationToken) + ToUniTask(IEnumerator, PlayerLoopTiming, CancellationToken) - ToUniTask(IEnumerator, MonoBehaviour) + ToUniTask(IEnumerator, MonoBehaviour) - WithCancellation(IEnumerator, CancellationToken) + WithCancellation(IEnumerator, CancellationToken) @@ -184,7 +184,7 @@
-

ToUniTask(IEnumerator, PlayerLoopTiming, CancellationToken)

+

ToUniTask(IEnumerator, PlayerLoopTiming, CancellationToken)

@@ -195,7 +195,7 @@
Parameters
-
enumerator IEnumerator
+
enumerator System.Collections.Generic.IEnumerator
timing PlayerLoopTiming
@@ -225,7 +225,7 @@
-

ToUniTask(IEnumerator, MonoBehaviour)

+

ToUniTask(IEnumerator, MonoBehaviour)

@@ -236,7 +236,7 @@
Parameters
-
enumerator IEnumerator
+
enumerator System.Collections.Generic.IEnumerator
coroutineRunner MonoBehaviour
@@ -264,7 +264,7 @@
-

WithCancellation(IEnumerator, CancellationToken)

+

WithCancellation(IEnumerator, CancellationToken)

@@ -275,7 +275,7 @@
Parameters
-
enumerator IEnumerator
+
enumerator System.Collections.Generic.IEnumerator
cancellationToken System.Threading.CancellationToken
diff --git a/api/Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable-1.html b/api/Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable-1.html index de40320..c256fb1 100644 --- a/api/Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable-1.html +++ b/api/Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable-1.html @@ -112,19 +112,19 @@ - CreateOrderedEnumerable<TKey>(Func<TElement, TKey>, IComparer<TKey>, Boolean) + CreateOrderedEnumerable<TKey>(Func<TElement, TKey>, IComparer<TKey>, Boolean) - CreateOrderedEnumerable<TKey>(Func<TElement, UniTask<TKey>>, IComparer<TKey>, Boolean) + CreateOrderedEnumerable<TKey>(Func<TElement, UniTask<TKey>>, IComparer<TKey>, Boolean) - CreateOrderedEnumerable<TKey>(Func<TElement, CancellationToken, UniTask<TKey>>, IComparer<TKey>, Boolean) + CreateOrderedEnumerable<TKey>(Func<TElement, CancellationToken, UniTask<TKey>>, IComparer<TKey>, Boolean) @@ -135,7 +135,7 @@
-

CreateOrderedEnumerable<TKey>(Func<TElement, TKey>, IComparer<TKey>, Boolean)

+

CreateOrderedEnumerable<TKey>(Func<TElement, TKey>, IComparer<TKey>, Boolean)

@@ -148,7 +148,7 @@
keySelector System.Func<TElement, TKey>
-
comparer IComparer<TKey>
+
comparer System.Collections.Generic.IComparer<TKey>
descending System.Boolean
@@ -183,7 +183,7 @@
-

CreateOrderedEnumerable<TKey>(Func<TElement, UniTask<TKey>>, IComparer<TKey>, Boolean)

+

CreateOrderedEnumerable<TKey>(Func<TElement, UniTask<TKey>>, IComparer<TKey>, Boolean)

@@ -196,7 +196,7 @@
keySelector System.Func<TElement, UniTask<TKey>>
-
comparer IComparer<TKey>
+
comparer System.Collections.Generic.IComparer<TKey>
descending System.Boolean
@@ -231,7 +231,7 @@
-

CreateOrderedEnumerable<TKey>(Func<TElement, CancellationToken, UniTask<TKey>>, IComparer<TKey>, Boolean)

+

CreateOrderedEnumerable<TKey>(Func<TElement, CancellationToken, UniTask<TKey>>, IComparer<TKey>, Boolean)

@@ -244,7 +244,7 @@
keySelector System.Func<TElement, System.Threading.CancellationToken, UniTask<TKey>>
-
comparer IComparer<TKey>
+
comparer System.Collections.Generic.IComparer<TKey>
descending System.Boolean
diff --git a/api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html b/api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html index 64c18bc..402710c 100644 --- a/api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html +++ b/api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html @@ -566,7 +566,7 @@ - ContainsAsync<TSource>(IUniTaskAsyncEnumerable<TSource>, TSource, IEqualityComparer<TSource>, CancellationToken) + ContainsAsync<TSource>(IUniTaskAsyncEnumerable<TSource>, TSource, IEqualityComparer<TSource>, CancellationToken) @@ -626,7 +626,7 @@ - Distinct<TSource>(IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>) + Distinct<TSource>(IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>) @@ -638,7 +638,7 @@ - Distinct<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>) + Distinct<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>) @@ -650,7 +650,7 @@ - DistinctAwait<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IEqualityComparer<TKey>) + DistinctAwait<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IEqualityComparer<TKey>) @@ -662,7 +662,7 @@ - DistinctAwaitWithCancellation<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IEqualityComparer<TKey>) + DistinctAwaitWithCancellation<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IEqualityComparer<TKey>) @@ -674,7 +674,7 @@ - DistinctUntilChanged<TSource>(IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>) + DistinctUntilChanged<TSource>(IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>) @@ -686,7 +686,7 @@ - DistinctUntilChanged<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>) + DistinctUntilChanged<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>) @@ -698,7 +698,7 @@ - DistinctUntilChangedAwait<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IEqualityComparer<TKey>) + DistinctUntilChangedAwait<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IEqualityComparer<TKey>) @@ -710,7 +710,7 @@ - DistinctUntilChangedAwaitWithCancellation<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IEqualityComparer<TKey>) + DistinctUntilChangedAwaitWithCancellation<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IEqualityComparer<TKey>) @@ -770,7 +770,7 @@ - EveryValueChanged<TTarget, TProperty>(TTarget, Func<TTarget, TProperty>, PlayerLoopTiming, IEqualityComparer<TProperty>, Boolean) + EveryValueChanged<TTarget, TProperty>(TTarget, Func<TTarget, TProperty>, PlayerLoopTiming, IEqualityComparer<TProperty>, Boolean) @@ -782,7 +782,7 @@ - Except<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>) + Except<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>) @@ -878,7 +878,7 @@ - GroupBy<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>) + GroupBy<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>) @@ -890,31 +890,31 @@ - GroupBy<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, IEqualityComparer<TKey>) + GroupBy<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, IEqualityComparer<TKey>) - GroupBy<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TKey, IEnumerable<TSource>, TResult>) + GroupBy<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TKey, IEnumerable<TSource>, TResult>) - GroupBy<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TKey, IEnumerable<TSource>, TResult>, IEqualityComparer<TKey>) + GroupBy<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TKey, IEnumerable<TSource>, TResult>, IEqualityComparer<TKey>) - GroupBy<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, Func<TKey, IEnumerable<TElement>, TResult>) + GroupBy<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, Func<TKey, IEnumerable<TElement>, TResult>) - GroupBy<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, Func<TKey, IEnumerable<TElement>, TResult>, IEqualityComparer<TKey>) + GroupBy<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, Func<TKey, IEnumerable<TElement>, TResult>, IEqualityComparer<TKey>) @@ -926,7 +926,7 @@ - GroupByAwait<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IEqualityComparer<TKey>) + GroupByAwait<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IEqualityComparer<TKey>) @@ -938,31 +938,31 @@ - GroupByAwait<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TSource, UniTask<TElement>>, IEqualityComparer<TKey>) + GroupByAwait<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TSource, UniTask<TElement>>, IEqualityComparer<TKey>) - GroupByAwait<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TKey, IEnumerable<TSource>, UniTask<TResult>>) + GroupByAwait<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TKey, IEnumerable<TSource>, UniTask<TResult>>) - GroupByAwait<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TKey, IEnumerable<TSource>, UniTask<TResult>>, IEqualityComparer<TKey>) + GroupByAwait<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TKey, IEnumerable<TSource>, UniTask<TResult>>, IEqualityComparer<TKey>) - GroupByAwait<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TSource, UniTask<TElement>>, Func<TKey, IEnumerable<TElement>, UniTask<TResult>>) + GroupByAwait<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TSource, UniTask<TElement>>, Func<TKey, IEnumerable<TElement>, UniTask<TResult>>) - GroupByAwait<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TSource, UniTask<TElement>>, Func<TKey, IEnumerable<TElement>, UniTask<TResult>>, IEqualityComparer<TKey>) + GroupByAwait<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TSource, UniTask<TElement>>, Func<TKey, IEnumerable<TElement>, UniTask<TResult>>, IEqualityComparer<TKey>) @@ -974,7 +974,7 @@ - GroupByAwaitWithCancellation<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IEqualityComparer<TKey>) + GroupByAwaitWithCancellation<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IEqualityComparer<TKey>) @@ -986,67 +986,67 @@ - GroupByAwaitWithCancellation<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TSource, CancellationToken, UniTask<TElement>>, IEqualityComparer<TKey>) + GroupByAwaitWithCancellation<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TSource, CancellationToken, UniTask<TElement>>, IEqualityComparer<TKey>) - GroupByAwaitWithCancellation<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TKey, IEnumerable<TSource>, CancellationToken, UniTask<TResult>>) + GroupByAwaitWithCancellation<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TKey, IEnumerable<TSource>, CancellationToken, UniTask<TResult>>) - GroupByAwaitWithCancellation<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TKey, IEnumerable<TSource>, CancellationToken, UniTask<TResult>>, IEqualityComparer<TKey>) + GroupByAwaitWithCancellation<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TKey, IEnumerable<TSource>, CancellationToken, UniTask<TResult>>, IEqualityComparer<TKey>) - GroupByAwaitWithCancellation<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TSource, CancellationToken, UniTask<TElement>>, Func<TKey, IEnumerable<TElement>, CancellationToken, UniTask<TResult>>) + GroupByAwaitWithCancellation<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TSource, CancellationToken, UniTask<TElement>>, Func<TKey, IEnumerable<TElement>, CancellationToken, UniTask<TResult>>) - GroupByAwaitWithCancellation<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TSource, CancellationToken, UniTask<TElement>>, Func<TKey, IEnumerable<TElement>, CancellationToken, UniTask<TResult>>, IEqualityComparer<TKey>) + GroupByAwaitWithCancellation<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TSource, CancellationToken, UniTask<TElement>>, Func<TKey, IEnumerable<TElement>, CancellationToken, UniTask<TResult>>, IEqualityComparer<TKey>) - GroupJoin<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, TKey>, Func<TInner, TKey>, Func<TOuter, IEnumerable<TInner>, TResult>) + GroupJoin<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, TKey>, Func<TInner, TKey>, Func<TOuter, IEnumerable<TInner>, TResult>) - GroupJoin<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, TKey>, Func<TInner, TKey>, Func<TOuter, IEnumerable<TInner>, TResult>, IEqualityComparer<TKey>) + GroupJoin<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, TKey>, Func<TInner, TKey>, Func<TOuter, IEnumerable<TInner>, TResult>, IEqualityComparer<TKey>) - GroupJoinAwait<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, UniTask<TKey>>, Func<TInner, UniTask<TKey>>, Func<TOuter, IEnumerable<TInner>, UniTask<TResult>>) + GroupJoinAwait<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, UniTask<TKey>>, Func<TInner, UniTask<TKey>>, Func<TOuter, IEnumerable<TInner>, UniTask<TResult>>) - GroupJoinAwait<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, UniTask<TKey>>, Func<TInner, UniTask<TKey>>, Func<TOuter, IEnumerable<TInner>, UniTask<TResult>>, IEqualityComparer<TKey>) + GroupJoinAwait<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, UniTask<TKey>>, Func<TInner, UniTask<TKey>>, Func<TOuter, IEnumerable<TInner>, UniTask<TResult>>, IEqualityComparer<TKey>) - GroupJoinAwaitWithCancellation<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, CancellationToken, UniTask<TKey>>, Func<TInner, CancellationToken, UniTask<TKey>>, Func<TOuter, IEnumerable<TInner>, CancellationToken, UniTask<TResult>>) + GroupJoinAwaitWithCancellation<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, CancellationToken, UniTask<TKey>>, Func<TInner, CancellationToken, UniTask<TKey>>, Func<TOuter, IEnumerable<TInner>, CancellationToken, UniTask<TResult>>) - GroupJoinAwaitWithCancellation<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, CancellationToken, UniTask<TKey>>, Func<TInner, CancellationToken, UniTask<TKey>>, Func<TOuter, IEnumerable<TInner>, CancellationToken, UniTask<TResult>>, IEqualityComparer<TKey>) + GroupJoinAwaitWithCancellation<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, CancellationToken, UniTask<TKey>>, Func<TInner, CancellationToken, UniTask<TKey>>, Func<TOuter, IEnumerable<TInner>, CancellationToken, UniTask<TResult>>, IEqualityComparer<TKey>) @@ -1058,7 +1058,7 @@ - Intersect<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>) + Intersect<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>) @@ -1082,7 +1082,7 @@ - Join<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, TKey>, Func<TInner, TKey>, Func<TOuter, TInner, TResult>, IEqualityComparer<TKey>) + Join<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, TKey>, Func<TInner, TKey>, Func<TOuter, TInner, TResult>, IEqualityComparer<TKey>) @@ -1094,7 +1094,7 @@ - JoinAwait<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, UniTask<TKey>>, Func<TInner, UniTask<TKey>>, Func<TOuter, TInner, UniTask<TResult>>, IEqualityComparer<TKey>) + JoinAwait<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, UniTask<TKey>>, Func<TInner, UniTask<TKey>>, Func<TOuter, TInner, UniTask<TResult>>, IEqualityComparer<TKey>) @@ -1106,7 +1106,7 @@ - JoinAwaitWithCancellation<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, CancellationToken, UniTask<TKey>>, Func<TInner, CancellationToken, UniTask<TKey>>, Func<TOuter, TInner, CancellationToken, UniTask<TResult>>, IEqualityComparer<TKey>) + JoinAwaitWithCancellation<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, CancellationToken, UniTask<TKey>>, Func<TInner, CancellationToken, UniTask<TKey>>, Func<TOuter, TInner, CancellationToken, UniTask<TResult>>, IEqualityComparer<TKey>) @@ -1466,7 +1466,7 @@ - Merge<T>(IEnumerable<IUniTaskAsyncEnumerable<T>>) + Merge<T>(IEnumerable<IUniTaskAsyncEnumerable<T>>) @@ -1754,7 +1754,7 @@ - OrderBy<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>) + OrderBy<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>) @@ -1766,7 +1766,7 @@ - OrderByAwait<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IComparer<TKey>) + OrderByAwait<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IComparer<TKey>) @@ -1778,7 +1778,7 @@ - OrderByAwaitWithCancellation<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IComparer<TKey>) + OrderByAwaitWithCancellation<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IComparer<TKey>) @@ -1790,7 +1790,7 @@ - OrderByDescending<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>) + OrderByDescending<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>) @@ -1802,7 +1802,7 @@ - OrderByDescendingAwait<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IComparer<TKey>) + OrderByDescendingAwait<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IComparer<TKey>) @@ -1814,7 +1814,7 @@ - OrderByDescendingAwaitWithCancellation<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IComparer<TKey>) + OrderByDescendingAwaitWithCancellation<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IComparer<TKey>) @@ -1976,7 +1976,7 @@ - SequenceEqualAsync<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>, CancellationToken) + SequenceEqualAsync<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>, CancellationToken) @@ -2582,7 +2582,7 @@ - ThenBy<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>) + ThenBy<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>) @@ -2594,7 +2594,7 @@ - ThenByAwait<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IComparer<TKey>) + ThenByAwait<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IComparer<TKey>) @@ -2606,7 +2606,7 @@ - ThenByAwaitWithCancellation<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IComparer<TKey>) + ThenByAwaitWithCancellation<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IComparer<TKey>) @@ -2618,7 +2618,7 @@ - ThenByDescending<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>) + ThenByDescending<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>) @@ -2630,7 +2630,7 @@ - ThenByDescendingAwait<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IComparer<TKey>) + ThenByDescendingAwait<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IComparer<TKey>) @@ -2642,7 +2642,7 @@ - ThenByDescendingAwaitWithCancellation<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IComparer<TKey>) + ThenByDescendingAwaitWithCancellation<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IComparer<TKey>) @@ -2684,7 +2684,7 @@ - ToDictionaryAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>, CancellationToken) + ToDictionaryAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>, CancellationToken) @@ -2696,7 +2696,7 @@ - ToDictionaryAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, IEqualityComparer<TKey>, CancellationToken) + ToDictionaryAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, IEqualityComparer<TKey>, CancellationToken) @@ -2708,7 +2708,7 @@ - ToDictionaryAwaitAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IEqualityComparer<TKey>, CancellationToken) + ToDictionaryAwaitAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IEqualityComparer<TKey>, CancellationToken) @@ -2720,7 +2720,7 @@ - ToDictionaryAwaitAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TSource, UniTask<TElement>>, IEqualityComparer<TKey>, CancellationToken) + ToDictionaryAwaitAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TSource, UniTask<TElement>>, IEqualityComparer<TKey>, CancellationToken) @@ -2732,7 +2732,7 @@ - ToDictionaryAwaitWithCancellationAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IEqualityComparer<TKey>, CancellationToken) + ToDictionaryAwaitWithCancellationAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IEqualityComparer<TKey>, CancellationToken) @@ -2744,7 +2744,7 @@ - ToDictionaryAwaitWithCancellationAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TSource, CancellationToken, UniTask<TElement>>, IEqualityComparer<TKey>, CancellationToken) + ToDictionaryAwaitWithCancellationAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TSource, CancellationToken, UniTask<TElement>>, IEqualityComparer<TKey>, CancellationToken) @@ -2756,7 +2756,7 @@ - ToHashSetAsync<TSource>(IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>, CancellationToken) + ToHashSetAsync<TSource>(IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>, CancellationToken) @@ -2774,7 +2774,7 @@ - ToLookupAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>, CancellationToken) + ToLookupAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>, CancellationToken) @@ -2786,7 +2786,7 @@ - ToLookupAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, IEqualityComparer<TKey>, CancellationToken) + ToLookupAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, IEqualityComparer<TKey>, CancellationToken) @@ -2798,7 +2798,7 @@ - ToLookupAwaitAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IEqualityComparer<TKey>, CancellationToken) + ToLookupAwaitAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IEqualityComparer<TKey>, CancellationToken) @@ -2810,7 +2810,7 @@ - ToLookupAwaitAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TSource, UniTask<TElement>>, IEqualityComparer<TKey>, CancellationToken) + ToLookupAwaitAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TSource, UniTask<TElement>>, IEqualityComparer<TKey>, CancellationToken) @@ -2822,7 +2822,7 @@ - ToLookupAwaitWithCancellationAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IEqualityComparer<TKey>, CancellationToken) + ToLookupAwaitWithCancellationAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IEqualityComparer<TKey>, CancellationToken) @@ -2834,7 +2834,7 @@ - ToLookupAwaitWithCancellationAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TSource, CancellationToken, UniTask<TElement>>, IEqualityComparer<TKey>, CancellationToken) + ToLookupAwaitWithCancellationAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TSource, CancellationToken, UniTask<TElement>>, IEqualityComparer<TKey>, CancellationToken) @@ -2858,7 +2858,7 @@ - ToUniTaskAsyncEnumerable<TSource>(IEnumerable<TSource>) + ToUniTaskAsyncEnumerable<TSource>(IEnumerable<TSource>) @@ -2882,7 +2882,7 @@ - Union<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>) + Union<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>) @@ -5696,7 +5696,7 @@
Returns
-
IUniTaskAsyncEnumerable<IList<TSource>>
+
IUniTaskAsyncEnumerable<System.Collections.Generic.IList<TSource>>
@@ -5744,7 +5744,7 @@
Returns
-
IUniTaskAsyncEnumerable<IList<TSource>>
+
IUniTaskAsyncEnumerable<System.Collections.Generic.IList<TSource>>
@@ -6951,7 +6951,7 @@
-

ContainsAsync<TSource>(IUniTaskAsyncEnumerable<TSource>, TSource, IEqualityComparer<TSource>, CancellationToken)

+

ContainsAsync<TSource>(IUniTaskAsyncEnumerable<TSource>, TSource, IEqualityComparer<TSource>, CancellationToken)

@@ -6966,7 +6966,7 @@
value TSource
-
comparer IEqualityComparer<TSource>
+
comparer System.Collections.Generic.IEqualityComparer<TSource>
cancellationToken System.Threading.CancellationToken
@@ -7417,7 +7417,7 @@
-

Distinct<TSource>(IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>)

+

Distinct<TSource>(IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>)

@@ -7430,7 +7430,7 @@
source IUniTaskAsyncEnumerable<TSource>
-
comparer IEqualityComparer<TSource>
+
comparer System.Collections.Generic.IEqualityComparer<TSource>
@@ -7511,7 +7511,7 @@
-

Distinct<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>)

+

Distinct<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>)

@@ -7526,7 +7526,7 @@
keySelector System.Func<TSource, TKey>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -7609,7 +7609,7 @@
-

DistinctAwait<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IEqualityComparer<TKey>)

+

DistinctAwait<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IEqualityComparer<TKey>)

@@ -7624,7 +7624,7 @@
keySelector System.Func<TSource, UniTask<TKey>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -7707,7 +7707,7 @@
-

DistinctAwaitWithCancellation<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IEqualityComparer<TKey>)

+

DistinctAwaitWithCancellation<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IEqualityComparer<TKey>)

@@ -7722,7 +7722,7 @@
keySelector System.Func<TSource, System.Threading.CancellationToken, UniTask<TKey>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -7801,7 +7801,7 @@
-

DistinctUntilChanged<TSource>(IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>)

+

DistinctUntilChanged<TSource>(IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>)

@@ -7814,7 +7814,7 @@
source IUniTaskAsyncEnumerable<TSource>
-
comparer IEqualityComparer<TSource>
+
comparer System.Collections.Generic.IEqualityComparer<TSource>
@@ -7895,7 +7895,7 @@
-

DistinctUntilChanged<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>)

+

DistinctUntilChanged<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>)

@@ -7910,7 +7910,7 @@
keySelector System.Func<TSource, TKey>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -7993,7 +7993,7 @@
-

DistinctUntilChangedAwait<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IEqualityComparer<TKey>)

+

DistinctUntilChangedAwait<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IEqualityComparer<TKey>)

@@ -8008,7 +8008,7 @@
keySelector System.Func<TSource, UniTask<TKey>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -8091,7 +8091,7 @@
-

DistinctUntilChangedAwaitWithCancellation<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IEqualityComparer<TKey>)

+

DistinctUntilChangedAwaitWithCancellation<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IEqualityComparer<TKey>)

@@ -8106,7 +8106,7 @@
keySelector System.Func<TSource, System.Threading.CancellationToken, UniTask<TKey>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -8551,7 +8551,7 @@
-

EveryValueChanged<TTarget, TProperty>(TTarget, Func<TTarget, TProperty>, PlayerLoopTiming, IEqualityComparer<TProperty>, Boolean)

+

EveryValueChanged<TTarget, TProperty>(TTarget, Func<TTarget, TProperty>, PlayerLoopTiming, IEqualityComparer<TProperty>, Boolean)

@@ -8569,7 +8569,7 @@
monitorTiming PlayerLoopTiming
-
equalityComparer IEqualityComparer<TProperty>
+
equalityComparer System.Collections.Generic.IEqualityComparer<TProperty>
cancelImmediately System.Boolean
@@ -8652,7 +8652,7 @@
-

Except<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>)

+

Except<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>)

@@ -8667,7 +8667,7 @@
second IUniTaskAsyncEnumerable<TSource>
-
comparer IEqualityComparer<TSource>
+
comparer System.Collections.Generic.IEqualityComparer<TSource>
@@ -9416,7 +9416,7 @@
-

GroupBy<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>)

+

GroupBy<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>)

@@ -9431,7 +9431,7 @@
keySelector System.Func<TSource, TKey>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -9518,7 +9518,7 @@
-

GroupBy<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, IEqualityComparer<TKey>)

+

GroupBy<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, IEqualityComparer<TKey>)

@@ -9535,7 +9535,7 @@
elementSelector System.Func<TSource, TElement>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -9572,7 +9572,7 @@
-

GroupBy<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TKey, IEnumerable<TSource>, TResult>)

+

GroupBy<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TKey, IEnumerable<TSource>, TResult>)

@@ -9587,7 +9587,7 @@
keySelector System.Func<TSource, TKey>
-
resultSelector System.Func<TKey, IEnumerable<TSource>, TResult>
+
resultSelector System.Func<TKey, System.Collections.Generic.IEnumerable<TSource>, TResult>
@@ -9624,7 +9624,7 @@
-

GroupBy<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TKey, IEnumerable<TSource>, TResult>, IEqualityComparer<TKey>)

+

GroupBy<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TKey, IEnumerable<TSource>, TResult>, IEqualityComparer<TKey>)

@@ -9639,9 +9639,9 @@
keySelector System.Func<TSource, TKey>
-
resultSelector System.Func<TKey, IEnumerable<TSource>, TResult>
+
resultSelector System.Func<TKey, System.Collections.Generic.IEnumerable<TSource>, TResult>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -9678,7 +9678,7 @@
-

GroupBy<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, Func<TKey, IEnumerable<TElement>, TResult>)

+

GroupBy<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, Func<TKey, IEnumerable<TElement>, TResult>)

@@ -9695,7 +9695,7 @@
elementSelector System.Func<TSource, TElement>
-
resultSelector System.Func<TKey, IEnumerable<TElement>, TResult>
+
resultSelector System.Func<TKey, System.Collections.Generic.IEnumerable<TElement>, TResult>
@@ -9734,7 +9734,7 @@
-

GroupBy<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, Func<TKey, IEnumerable<TElement>, TResult>, IEqualityComparer<TKey>)

+

GroupBy<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, Func<TKey, IEnumerable<TElement>, TResult>, IEqualityComparer<TKey>)

@@ -9751,9 +9751,9 @@
elementSelector System.Func<TSource, TElement>
-
resultSelector System.Func<TKey, IEnumerable<TElement>, TResult>
+
resultSelector System.Func<TKey, System.Collections.Generic.IEnumerable<TElement>, TResult>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -9840,7 +9840,7 @@
-

GroupByAwait<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IEqualityComparer<TKey>)

+

GroupByAwait<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IEqualityComparer<TKey>)

@@ -9855,7 +9855,7 @@
keySelector System.Func<TSource, UniTask<TKey>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -9942,7 +9942,7 @@
-

GroupByAwait<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TSource, UniTask<TElement>>, IEqualityComparer<TKey>)

+

GroupByAwait<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TSource, UniTask<TElement>>, IEqualityComparer<TKey>)

@@ -9959,7 +9959,7 @@
elementSelector System.Func<TSource, UniTask<TElement>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -9996,7 +9996,7 @@
-

GroupByAwait<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TKey, IEnumerable<TSource>, UniTask<TResult>>)

+

GroupByAwait<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TKey, IEnumerable<TSource>, UniTask<TResult>>)

@@ -10011,7 +10011,7 @@
keySelector System.Func<TSource, UniTask<TKey>>
-
resultSelector System.Func<TKey, IEnumerable<TSource>, UniTask<TResult>>
+
resultSelector System.Func<TKey, System.Collections.Generic.IEnumerable<TSource>, UniTask<TResult>>
@@ -10048,7 +10048,7 @@
-

GroupByAwait<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TKey, IEnumerable<TSource>, UniTask<TResult>>, IEqualityComparer<TKey>)

+

GroupByAwait<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TKey, IEnumerable<TSource>, UniTask<TResult>>, IEqualityComparer<TKey>)

@@ -10063,9 +10063,9 @@
keySelector System.Func<TSource, UniTask<TKey>>
-
resultSelector System.Func<TKey, IEnumerable<TSource>, UniTask<TResult>>
+
resultSelector System.Func<TKey, System.Collections.Generic.IEnumerable<TSource>, UniTask<TResult>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -10102,7 +10102,7 @@
-

GroupByAwait<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TSource, UniTask<TElement>>, Func<TKey, IEnumerable<TElement>, UniTask<TResult>>)

+

GroupByAwait<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TSource, UniTask<TElement>>, Func<TKey, IEnumerable<TElement>, UniTask<TResult>>)

@@ -10119,7 +10119,7 @@
elementSelector System.Func<TSource, UniTask<TElement>>
-
resultSelector System.Func<TKey, IEnumerable<TElement>, UniTask<TResult>>
+
resultSelector System.Func<TKey, System.Collections.Generic.IEnumerable<TElement>, UniTask<TResult>>
@@ -10158,7 +10158,7 @@
-

GroupByAwait<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TSource, UniTask<TElement>>, Func<TKey, IEnumerable<TElement>, UniTask<TResult>>, IEqualityComparer<TKey>)

+

GroupByAwait<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TSource, UniTask<TElement>>, Func<TKey, IEnumerable<TElement>, UniTask<TResult>>, IEqualityComparer<TKey>)

@@ -10175,9 +10175,9 @@
elementSelector System.Func<TSource, UniTask<TElement>>
-
resultSelector System.Func<TKey, IEnumerable<TElement>, UniTask<TResult>>
+
resultSelector System.Func<TKey, System.Collections.Generic.IEnumerable<TElement>, UniTask<TResult>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -10264,7 +10264,7 @@
-

GroupByAwaitWithCancellation<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IEqualityComparer<TKey>)

+

GroupByAwaitWithCancellation<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IEqualityComparer<TKey>)

@@ -10279,7 +10279,7 @@
keySelector System.Func<TSource, System.Threading.CancellationToken, UniTask<TKey>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -10366,7 +10366,7 @@
-

GroupByAwaitWithCancellation<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TSource, CancellationToken, UniTask<TElement>>, IEqualityComparer<TKey>)

+

GroupByAwaitWithCancellation<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TSource, CancellationToken, UniTask<TElement>>, IEqualityComparer<TKey>)

@@ -10383,7 +10383,7 @@
elementSelector System.Func<TSource, System.Threading.CancellationToken, UniTask<TElement>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -10420,7 +10420,7 @@
-

GroupByAwaitWithCancellation<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TKey, IEnumerable<TSource>, CancellationToken, UniTask<TResult>>)

+

GroupByAwaitWithCancellation<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TKey, IEnumerable<TSource>, CancellationToken, UniTask<TResult>>)

@@ -10435,7 +10435,7 @@
keySelector System.Func<TSource, System.Threading.CancellationToken, UniTask<TKey>>
-
resultSelector System.Func<TKey, IEnumerable<TSource>, System.Threading.CancellationToken, UniTask<TResult>>
+
resultSelector System.Func<TKey, System.Collections.Generic.IEnumerable<TSource>, System.Threading.CancellationToken, UniTask<TResult>>
@@ -10472,7 +10472,7 @@
-

GroupByAwaitWithCancellation<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TKey, IEnumerable<TSource>, CancellationToken, UniTask<TResult>>, IEqualityComparer<TKey>)

+

GroupByAwaitWithCancellation<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TKey, IEnumerable<TSource>, CancellationToken, UniTask<TResult>>, IEqualityComparer<TKey>)

@@ -10487,9 +10487,9 @@
keySelector System.Func<TSource, System.Threading.CancellationToken, UniTask<TKey>>
-
resultSelector System.Func<TKey, IEnumerable<TSource>, System.Threading.CancellationToken, UniTask<TResult>>
+
resultSelector System.Func<TKey, System.Collections.Generic.IEnumerable<TSource>, System.Threading.CancellationToken, UniTask<TResult>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -10526,7 +10526,7 @@
-

GroupByAwaitWithCancellation<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TSource, CancellationToken, UniTask<TElement>>, Func<TKey, IEnumerable<TElement>, CancellationToken, UniTask<TResult>>)

+

GroupByAwaitWithCancellation<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TSource, CancellationToken, UniTask<TElement>>, Func<TKey, IEnumerable<TElement>, CancellationToken, UniTask<TResult>>)

@@ -10543,7 +10543,7 @@
elementSelector System.Func<TSource, System.Threading.CancellationToken, UniTask<TElement>>
-
resultSelector System.Func<TKey, IEnumerable<TElement>, System.Threading.CancellationToken, UniTask<TResult>>
+
resultSelector System.Func<TKey, System.Collections.Generic.IEnumerable<TElement>, System.Threading.CancellationToken, UniTask<TResult>>
@@ -10582,7 +10582,7 @@
-

GroupByAwaitWithCancellation<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TSource, CancellationToken, UniTask<TElement>>, Func<TKey, IEnumerable<TElement>, CancellationToken, UniTask<TResult>>, IEqualityComparer<TKey>)

+

GroupByAwaitWithCancellation<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TSource, CancellationToken, UniTask<TElement>>, Func<TKey, IEnumerable<TElement>, CancellationToken, UniTask<TResult>>, IEqualityComparer<TKey>)

@@ -10599,9 +10599,9 @@
elementSelector System.Func<TSource, System.Threading.CancellationToken, UniTask<TElement>>
-
resultSelector System.Func<TKey, IEnumerable<TElement>, System.Threading.CancellationToken, UniTask<TResult>>
+
resultSelector System.Func<TKey, System.Collections.Generic.IEnumerable<TElement>, System.Threading.CancellationToken, UniTask<TResult>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -10640,7 +10640,7 @@
-

GroupJoin<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, TKey>, Func<TInner, TKey>, Func<TOuter, IEnumerable<TInner>, TResult>)

+

GroupJoin<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, TKey>, Func<TInner, TKey>, Func<TOuter, IEnumerable<TInner>, TResult>)

@@ -10659,7 +10659,7 @@
innerKeySelector System.Func<TInner, TKey>
-
resultSelector System.Func<TOuter, IEnumerable<TInner>, TResult>
+
resultSelector System.Func<TOuter, System.Collections.Generic.IEnumerable<TInner>, TResult>
@@ -10698,7 +10698,7 @@
-

GroupJoin<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, TKey>, Func<TInner, TKey>, Func<TOuter, IEnumerable<TInner>, TResult>, IEqualityComparer<TKey>)

+

GroupJoin<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, TKey>, Func<TInner, TKey>, Func<TOuter, IEnumerable<TInner>, TResult>, IEqualityComparer<TKey>)

@@ -10717,9 +10717,9 @@
innerKeySelector System.Func<TInner, TKey>
-
resultSelector System.Func<TOuter, IEnumerable<TInner>, TResult>
+
resultSelector System.Func<TOuter, System.Collections.Generic.IEnumerable<TInner>, TResult>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -10758,7 +10758,7 @@
-

GroupJoinAwait<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, UniTask<TKey>>, Func<TInner, UniTask<TKey>>, Func<TOuter, IEnumerable<TInner>, UniTask<TResult>>)

+

GroupJoinAwait<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, UniTask<TKey>>, Func<TInner, UniTask<TKey>>, Func<TOuter, IEnumerable<TInner>, UniTask<TResult>>)

@@ -10777,7 +10777,7 @@
innerKeySelector System.Func<TInner, UniTask<TKey>>
-
resultSelector System.Func<TOuter, IEnumerable<TInner>, UniTask<TResult>>
+
resultSelector System.Func<TOuter, System.Collections.Generic.IEnumerable<TInner>, UniTask<TResult>>
@@ -10816,7 +10816,7 @@
-

GroupJoinAwait<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, UniTask<TKey>>, Func<TInner, UniTask<TKey>>, Func<TOuter, IEnumerable<TInner>, UniTask<TResult>>, IEqualityComparer<TKey>)

+

GroupJoinAwait<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, UniTask<TKey>>, Func<TInner, UniTask<TKey>>, Func<TOuter, IEnumerable<TInner>, UniTask<TResult>>, IEqualityComparer<TKey>)

@@ -10835,9 +10835,9 @@
innerKeySelector System.Func<TInner, UniTask<TKey>>
-
resultSelector System.Func<TOuter, IEnumerable<TInner>, UniTask<TResult>>
+
resultSelector System.Func<TOuter, System.Collections.Generic.IEnumerable<TInner>, UniTask<TResult>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -10876,7 +10876,7 @@
-

GroupJoinAwaitWithCancellation<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, CancellationToken, UniTask<TKey>>, Func<TInner, CancellationToken, UniTask<TKey>>, Func<TOuter, IEnumerable<TInner>, CancellationToken, UniTask<TResult>>)

+

GroupJoinAwaitWithCancellation<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, CancellationToken, UniTask<TKey>>, Func<TInner, CancellationToken, UniTask<TKey>>, Func<TOuter, IEnumerable<TInner>, CancellationToken, UniTask<TResult>>)

@@ -10895,7 +10895,7 @@
innerKeySelector System.Func<TInner, System.Threading.CancellationToken, UniTask<TKey>>
-
resultSelector System.Func<TOuter, IEnumerable<TInner>, System.Threading.CancellationToken, UniTask<TResult>>
+
resultSelector System.Func<TOuter, System.Collections.Generic.IEnumerable<TInner>, System.Threading.CancellationToken, UniTask<TResult>>
@@ -10934,7 +10934,7 @@
-

GroupJoinAwaitWithCancellation<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, CancellationToken, UniTask<TKey>>, Func<TInner, CancellationToken, UniTask<TKey>>, Func<TOuter, IEnumerable<TInner>, CancellationToken, UniTask<TResult>>, IEqualityComparer<TKey>)

+

GroupJoinAwaitWithCancellation<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, CancellationToken, UniTask<TKey>>, Func<TInner, CancellationToken, UniTask<TKey>>, Func<TOuter, IEnumerable<TInner>, CancellationToken, UniTask<TResult>>, IEqualityComparer<TKey>)

@@ -10953,9 +10953,9 @@
innerKeySelector System.Func<TInner, System.Threading.CancellationToken, UniTask<TKey>>
-
resultSelector System.Func<TOuter, IEnumerable<TInner>, System.Threading.CancellationToken, UniTask<TResult>>
+
resultSelector System.Func<TOuter, System.Collections.Generic.IEnumerable<TInner>, System.Threading.CancellationToken, UniTask<TResult>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -11040,7 +11040,7 @@
-

Intersect<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>)

+

Intersect<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>)

@@ -11055,7 +11055,7 @@
second IUniTaskAsyncEnumerable<TSource>
-
comparer IEqualityComparer<TSource>
+
comparer System.Collections.Generic.IEqualityComparer<TSource>
@@ -11230,7 +11230,7 @@
-

Join<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, TKey>, Func<TInner, TKey>, Func<TOuter, TInner, TResult>, IEqualityComparer<TKey>)

+

Join<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, TKey>, Func<TInner, TKey>, Func<TOuter, TInner, TResult>, IEqualityComparer<TKey>)

@@ -11251,7 +11251,7 @@
resultSelector System.Func<TOuter, TInner, TResult>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -11348,7 +11348,7 @@
-

JoinAwait<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, UniTask<TKey>>, Func<TInner, UniTask<TKey>>, Func<TOuter, TInner, UniTask<TResult>>, IEqualityComparer<TKey>)

+

JoinAwait<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, UniTask<TKey>>, Func<TInner, UniTask<TKey>>, Func<TOuter, TInner, UniTask<TResult>>, IEqualityComparer<TKey>)

@@ -11369,7 +11369,7 @@
resultSelector System.Func<TOuter, TInner, UniTask<TResult>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -11466,7 +11466,7 @@
-

JoinAwaitWithCancellation<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, CancellationToken, UniTask<TKey>>, Func<TInner, CancellationToken, UniTask<TKey>>, Func<TOuter, TInner, CancellationToken, UniTask<TResult>>, IEqualityComparer<TKey>)

+

JoinAwaitWithCancellation<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, CancellationToken, UniTask<TKey>>, Func<TInner, CancellationToken, UniTask<TKey>>, Func<TOuter, TInner, CancellationToken, UniTask<TResult>>, IEqualityComparer<TKey>)

@@ -11487,7 +11487,7 @@
resultSelector System.Func<TOuter, TInner, System.Threading.CancellationToken, UniTask<TResult>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -14260,7 +14260,7 @@
-

Merge<T>(IEnumerable<IUniTaskAsyncEnumerable<T>>)

+

Merge<T>(IEnumerable<IUniTaskAsyncEnumerable<T>>)

@@ -14271,7 +14271,7 @@
Parameters
-
sources IEnumerable<IUniTaskAsyncEnumerable<T>>
+
sources System.Collections.Generic.IEnumerable<IUniTaskAsyncEnumerable<T>>
@@ -16459,7 +16459,7 @@
-

OrderBy<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>)

+

OrderBy<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>)

@@ -16474,7 +16474,7 @@
keySelector System.Func<TSource, TKey>
-
comparer IComparer<TKey>
+
comparer System.Collections.Generic.IComparer<TKey>
@@ -16557,7 +16557,7 @@
-

OrderByAwait<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IComparer<TKey>)

+

OrderByAwait<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IComparer<TKey>)

@@ -16572,7 +16572,7 @@
keySelector System.Func<TSource, UniTask<TKey>>
-
comparer IComparer<TKey>
+
comparer System.Collections.Generic.IComparer<TKey>
@@ -16655,7 +16655,7 @@
-

OrderByAwaitWithCancellation<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IComparer<TKey>)

+

OrderByAwaitWithCancellation<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IComparer<TKey>)

@@ -16670,7 +16670,7 @@
keySelector System.Func<TSource, System.Threading.CancellationToken, UniTask<TKey>>
-
comparer IComparer<TKey>
+
comparer System.Collections.Generic.IComparer<TKey>
@@ -16753,7 +16753,7 @@
-

OrderByDescending<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>)

+

OrderByDescending<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>)

@@ -16768,7 +16768,7 @@
keySelector System.Func<TSource, TKey>
-
comparer IComparer<TKey>
+
comparer System.Collections.Generic.IComparer<TKey>
@@ -16851,7 +16851,7 @@
-

OrderByDescendingAwait<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IComparer<TKey>)

+

OrderByDescendingAwait<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IComparer<TKey>)

@@ -16866,7 +16866,7 @@
keySelector System.Func<TSource, UniTask<TKey>>
-
comparer IComparer<TKey>
+
comparer System.Collections.Generic.IComparer<TKey>
@@ -16949,7 +16949,7 @@
-

OrderByDescendingAwaitWithCancellation<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IComparer<TKey>)

+

OrderByDescendingAwaitWithCancellation<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IComparer<TKey>)

@@ -16964,7 +16964,7 @@
keySelector System.Func<TSource, System.Threading.CancellationToken, UniTask<TKey>>
-
comparer IComparer<TKey>
+
comparer System.Collections.Generic.IComparer<TKey>
@@ -18238,7 +18238,7 @@
-

SequenceEqualAsync<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>, CancellationToken)

+

SequenceEqualAsync<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>, CancellationToken)

@@ -18253,7 +18253,7 @@
second IUniTaskAsyncEnumerable<TSource>
-
comparer IEqualityComparer<TSource>
+
comparer System.Collections.Generic.IEqualityComparer<TSource>
cancellationToken System.Threading.CancellationToken
@@ -22856,7 +22856,7 @@
-

ThenBy<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>)

+

ThenBy<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>)

@@ -22871,7 +22871,7 @@
keySelector System.Func<TSource, TKey>
-
comparer IComparer<TKey>
+
comparer System.Collections.Generic.IComparer<TKey>
@@ -22954,7 +22954,7 @@
-

ThenByAwait<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IComparer<TKey>)

+

ThenByAwait<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IComparer<TKey>)

@@ -22969,7 +22969,7 @@
keySelector System.Func<TSource, UniTask<TKey>>
-
comparer IComparer<TKey>
+
comparer System.Collections.Generic.IComparer<TKey>
@@ -23052,7 +23052,7 @@
-

ThenByAwaitWithCancellation<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IComparer<TKey>)

+

ThenByAwaitWithCancellation<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IComparer<TKey>)

@@ -23067,7 +23067,7 @@
keySelector System.Func<TSource, System.Threading.CancellationToken, UniTask<TKey>>
-
comparer IComparer<TKey>
+
comparer System.Collections.Generic.IComparer<TKey>
@@ -23150,7 +23150,7 @@
-

ThenByDescending<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>)

+

ThenByDescending<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>)

@@ -23165,7 +23165,7 @@
keySelector System.Func<TSource, TKey>
-
comparer IComparer<TKey>
+
comparer System.Collections.Generic.IComparer<TKey>
@@ -23248,7 +23248,7 @@
-

ThenByDescendingAwait<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IComparer<TKey>)

+

ThenByDescendingAwait<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IComparer<TKey>)

@@ -23263,7 +23263,7 @@
keySelector System.Func<TSource, UniTask<TKey>>
-
comparer IComparer<TKey>
+
comparer System.Collections.Generic.IComparer<TKey>
@@ -23346,7 +23346,7 @@
-

ThenByDescendingAwaitWithCancellation<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IComparer<TKey>)

+

ThenByDescendingAwaitWithCancellation<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IComparer<TKey>)

@@ -23361,7 +23361,7 @@
keySelector System.Func<TSource, System.Threading.CancellationToken, UniTask<TKey>>
-
comparer IComparer<TKey>
+
comparer System.Collections.Generic.IComparer<TKey>
@@ -23658,7 +23658,7 @@
-

ToDictionaryAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>, CancellationToken)

+

ToDictionaryAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>, CancellationToken)

@@ -23673,7 +23673,7 @@
keySelector System.Func<TSource, TKey>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
cancellationToken System.Threading.CancellationToken
@@ -23683,7 +23683,7 @@
Returns
-
UniTask<Dictionary<TKey, TSource>>
+
UniTask<System.Collections.Generic.Dictionary<TKey, TSource>>
@@ -23733,7 +23733,7 @@
Returns
-
UniTask<Dictionary<TKey, TSource>>
+
UniTask<System.Collections.Generic.Dictionary<TKey, TSource>>
@@ -23760,7 +23760,7 @@
-

ToDictionaryAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, IEqualityComparer<TKey>, CancellationToken)

+

ToDictionaryAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, IEqualityComparer<TKey>, CancellationToken)

@@ -23777,7 +23777,7 @@
elementSelector System.Func<TSource, TElement>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
cancellationToken System.Threading.CancellationToken
@@ -23787,7 +23787,7 @@
Returns
-
UniTask<Dictionary<TKey, TElement>>
+
UniTask<System.Collections.Generic.Dictionary<TKey, TElement>>
@@ -23841,7 +23841,7 @@
Returns
-
UniTask<Dictionary<TKey, TElement>>
+
UniTask<System.Collections.Generic.Dictionary<TKey, TElement>>
@@ -23870,7 +23870,7 @@
-

ToDictionaryAwaitAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IEqualityComparer<TKey>, CancellationToken)

+

ToDictionaryAwaitAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IEqualityComparer<TKey>, CancellationToken)

@@ -23885,7 +23885,7 @@
keySelector System.Func<TSource, UniTask<TKey>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
cancellationToken System.Threading.CancellationToken
@@ -23895,7 +23895,7 @@
Returns
-
UniTask<Dictionary<TKey, TSource>>
+
UniTask<System.Collections.Generic.Dictionary<TKey, TSource>>
@@ -23945,7 +23945,7 @@
Returns
-
UniTask<Dictionary<TKey, TSource>>
+
UniTask<System.Collections.Generic.Dictionary<TKey, TSource>>
@@ -23972,7 +23972,7 @@
-

ToDictionaryAwaitAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TSource, UniTask<TElement>>, IEqualityComparer<TKey>, CancellationToken)

+

ToDictionaryAwaitAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TSource, UniTask<TElement>>, IEqualityComparer<TKey>, CancellationToken)

@@ -23989,7 +23989,7 @@
elementSelector System.Func<TSource, UniTask<TElement>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
cancellationToken System.Threading.CancellationToken
@@ -23999,7 +23999,7 @@
Returns
-
UniTask<Dictionary<TKey, TElement>>
+
UniTask<System.Collections.Generic.Dictionary<TKey, TElement>>
@@ -24053,7 +24053,7 @@
Returns
-
UniTask<Dictionary<TKey, TElement>>
+
UniTask<System.Collections.Generic.Dictionary<TKey, TElement>>
@@ -24082,7 +24082,7 @@
-

ToDictionaryAwaitWithCancellationAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IEqualityComparer<TKey>, CancellationToken)

+

ToDictionaryAwaitWithCancellationAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IEqualityComparer<TKey>, CancellationToken)

@@ -24097,7 +24097,7 @@
keySelector System.Func<TSource, System.Threading.CancellationToken, UniTask<TKey>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
cancellationToken System.Threading.CancellationToken
@@ -24107,7 +24107,7 @@
Returns
-
UniTask<Dictionary<TKey, TSource>>
+
UniTask<System.Collections.Generic.Dictionary<TKey, TSource>>
@@ -24157,7 +24157,7 @@
Returns
-
UniTask<Dictionary<TKey, TSource>>
+
UniTask<System.Collections.Generic.Dictionary<TKey, TSource>>
@@ -24184,7 +24184,7 @@
-

ToDictionaryAwaitWithCancellationAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TSource, CancellationToken, UniTask<TElement>>, IEqualityComparer<TKey>, CancellationToken)

+

ToDictionaryAwaitWithCancellationAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TSource, CancellationToken, UniTask<TElement>>, IEqualityComparer<TKey>, CancellationToken)

@@ -24201,7 +24201,7 @@
elementSelector System.Func<TSource, System.Threading.CancellationToken, UniTask<TElement>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
cancellationToken System.Threading.CancellationToken
@@ -24211,7 +24211,7 @@
Returns
-
UniTask<Dictionary<TKey, TElement>>
+
UniTask<System.Collections.Generic.Dictionary<TKey, TElement>>
@@ -24265,7 +24265,7 @@
Returns
-
UniTask<Dictionary<TKey, TElement>>
+
UniTask<System.Collections.Generic.Dictionary<TKey, TElement>>
@@ -24294,7 +24294,7 @@
-

ToHashSetAsync<TSource>(IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>, CancellationToken)

+

ToHashSetAsync<TSource>(IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>, CancellationToken)

@@ -24307,7 +24307,7 @@
source IUniTaskAsyncEnumerable<TSource>
-
comparer IEqualityComparer<TSource>
+
comparer System.Collections.Generic.IEqualityComparer<TSource>
cancellationToken System.Threading.CancellationToken
@@ -24409,7 +24409,7 @@
Returns
-
UniTask<List<TSource>>
+
UniTask<System.Collections.Generic.List<TSource>>
@@ -24434,7 +24434,7 @@
-

ToLookupAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>, CancellationToken)

+

ToLookupAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>, CancellationToken)

@@ -24449,7 +24449,7 @@
keySelector System.Func<TSource, TKey>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
cancellationToken System.Threading.CancellationToken
@@ -24536,7 +24536,7 @@
-

ToLookupAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, IEqualityComparer<TKey>, CancellationToken)

+

ToLookupAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, IEqualityComparer<TKey>, CancellationToken)

@@ -24553,7 +24553,7 @@
elementSelector System.Func<TSource, TElement>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
cancellationToken System.Threading.CancellationToken
@@ -24646,7 +24646,7 @@
-

ToLookupAwaitAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IEqualityComparer<TKey>, CancellationToken)

+

ToLookupAwaitAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IEqualityComparer<TKey>, CancellationToken)

@@ -24661,7 +24661,7 @@
keySelector System.Func<TSource, UniTask<TKey>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
cancellationToken System.Threading.CancellationToken
@@ -24748,7 +24748,7 @@
-

ToLookupAwaitAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TSource, UniTask<TElement>>, IEqualityComparer<TKey>, CancellationToken)

+

ToLookupAwaitAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TSource, UniTask<TElement>>, IEqualityComparer<TKey>, CancellationToken)

@@ -24765,7 +24765,7 @@
elementSelector System.Func<TSource, UniTask<TElement>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
cancellationToken System.Threading.CancellationToken
@@ -24858,7 +24858,7 @@
-

ToLookupAwaitWithCancellationAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IEqualityComparer<TKey>, CancellationToken)

+

ToLookupAwaitWithCancellationAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IEqualityComparer<TKey>, CancellationToken)

@@ -24873,7 +24873,7 @@
keySelector System.Func<TSource, System.Threading.CancellationToken, UniTask<TKey>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
cancellationToken System.Threading.CancellationToken
@@ -24960,7 +24960,7 @@
-

ToLookupAwaitWithCancellationAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TSource, CancellationToken, UniTask<TElement>>, IEqualityComparer<TKey>, CancellationToken)

+

ToLookupAwaitWithCancellationAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TSource, CancellationToken, UniTask<TElement>>, IEqualityComparer<TKey>, CancellationToken)

@@ -24977,7 +24977,7 @@
elementSelector System.Func<TSource, System.Threading.CancellationToken, UniTask<TElement>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
cancellationToken System.Threading.CancellationToken
@@ -25158,7 +25158,7 @@
-

ToUniTaskAsyncEnumerable<TSource>(IEnumerable<TSource>)

+

ToUniTaskAsyncEnumerable<TSource>(IEnumerable<TSource>)

@@ -25169,7 +25169,7 @@
Parameters
-
source IEnumerable<TSource>
+
source System.Collections.Generic.IEnumerable<TSource>
@@ -25336,7 +25336,7 @@
-

Union<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>)

+

Union<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>)

@@ -25351,7 +25351,7 @@
second IUniTaskAsyncEnumerable<TSource>
-
comparer IEqualityComparer<TSource>
+
comparer System.Collections.Generic.IEqualityComparer<TSource>
diff --git a/api/Cysharp.Threading.Tasks.Progress.html b/api/Cysharp.Threading.Tasks.Progress.html index f9b754e..531358b 100644 --- a/api/Cysharp.Threading.Tasks.Progress.html +++ b/api/Cysharp.Threading.Tasks.Progress.html @@ -117,7 +117,7 @@ - CreateOnlyValueChanged<T>(Action<T>, IEqualityComparer<T>) + CreateOnlyValueChanged<T>(Action<T>, IEqualityComparer<T>) @@ -172,7 +172,7 @@
-

CreateOnlyValueChanged<T>(Action<T>, IEqualityComparer<T>)

+

CreateOnlyValueChanged<T>(Action<T>, IEqualityComparer<T>)

@@ -185,7 +185,7 @@
handler System.Action<T>
-
comparer IEqualityComparer<T>
+
comparer System.Collections.Generic.IEqualityComparer<T>
diff --git a/api/Cysharp.Threading.Tasks.TaskPool.html b/api/Cysharp.Threading.Tasks.TaskPool.html index fc1ba1f..d63f3fb 100644 --- a/api/Cysharp.Threading.Tasks.TaskPool.html +++ b/api/Cysharp.Threading.Tasks.TaskPool.html @@ -145,7 +145,7 @@
Returns
-
IEnumerable<System.ValueTuple<System.Type, System.Int32>>
+
System.Collections.Generic.IEnumerable<System.ValueTuple<System.Type, System.Int32>>
diff --git a/api/Cysharp.Threading.Tasks.UniTask.html b/api/Cysharp.Threading.Tasks.UniTask.html index ffddae1..a33b0af 100644 --- a/api/Cysharp.Threading.Tasks.UniTask.html +++ b/api/Cysharp.Threading.Tasks.UniTask.html @@ -610,7 +610,7 @@ For example: FooAction = UniTask.Action(async () => { /* */ })

- WaitUntilValueChanged<T, U>(T, Func<T, U>, PlayerLoopTiming, IEqualityComparer<U>, CancellationToken, Boolean) + WaitUntilValueChanged<T, U>(T, Func<T, U>, PlayerLoopTiming, IEqualityComparer<U>, CancellationToken, Boolean) @@ -634,7 +634,7 @@ For example: FooAction = UniTask.Action(async () => { /* */ })

- WhenAll(IEnumerable<UniTask>) + WhenAll(IEnumerable<UniTask>) @@ -646,7 +646,7 @@ For example: FooAction = UniTask.Action(async () => { /* */ })

- WhenAll<T>(IEnumerable<UniTask<T>>) + WhenAll<T>(IEnumerable<UniTask<T>>) @@ -743,7 +743,7 @@ For example: FooAction = UniTask.Action(async () => { /* */ })

- WhenAny(IEnumerable<UniTask>) + WhenAny(IEnumerable<UniTask>)

Return value is winArgumentIndex

@@ -762,7 +762,7 @@ For example: FooAction = UniTask.Action(async () => { /* */ })

- WhenAny<T>(IEnumerable<UniTask<T>>) + WhenAny<T>(IEnumerable<UniTask<T>>) @@ -858,7 +858,7 @@ For example: FooAction = UniTask.Action(async () => { /* */ })

- WhenEach<T>(IEnumerable<UniTask<T>>) + WhenEach<T>(IEnumerable<UniTask<T>>) @@ -3268,7 +3268,7 @@ public static UniTask<T> Run<T>(Func<object, UniTask<T>>
Returns
-
IEnumerator
+
System.Collections.Generic.IEnumerator
@@ -3868,7 +3868,7 @@ public static UniTask WaitForEndOfFrame(CancellationToken cancellationToken, boo
-

WaitUntilValueChanged<T, U>(T, Func<T, U>, PlayerLoopTiming, IEqualityComparer<U>, CancellationToken, Boolean)

+

WaitUntilValueChanged<T, U>(T, Func<T, U>, PlayerLoopTiming, IEqualityComparer<U>, CancellationToken, Boolean)

@@ -3886,7 +3886,7 @@ public static UniTask WaitForEndOfFrame(CancellationToken cancellationToken, boo
monitorTiming PlayerLoopTiming
-
equalityComparer IEqualityComparer<U>
+
equalityComparer System.Collections.Generic.IEqualityComparer<U>
cancellationToken System.Threading.CancellationToken
@@ -4057,7 +4057,7 @@ public static UniTask WaitForEndOfFrame(CancellationToken cancellationToken, boo
-

WhenAll(IEnumerable<UniTask>)

+

WhenAll(IEnumerable<UniTask>)

@@ -4068,7 +4068,7 @@ public static UniTask WaitForEndOfFrame(CancellationToken cancellationToken, boo
Parameters
-
tasks IEnumerable<UniTask>
+
tasks System.Collections.Generic.IEnumerable<UniTask>
@@ -4138,7 +4138,7 @@ public static UniTask WaitForEndOfFrame(CancellationToken cancellationToken, boo
-

WhenAll<T>(IEnumerable<UniTask<T>>)

+

WhenAll<T>(IEnumerable<UniTask<T>>)

@@ -4149,7 +4149,7 @@ public static UniTask WaitForEndOfFrame(CancellationToken cancellationToken, boo
Parameters
-
tasks IEnumerable<UniTask<T>>
+
tasks System.Collections.Generic.IEnumerable<UniTask<T>>
@@ -5256,7 +5256,7 @@ public static UniTask WaitForEndOfFrame(CancellationToken cancellationToken, boo
-

WhenAny(IEnumerable<UniTask>)

+

WhenAny(IEnumerable<UniTask>)

Return value is winArgumentIndex

@@ -5268,7 +5268,7 @@ public static UniTask WaitForEndOfFrame(CancellationToken cancellationToken, boo
Parameters
-
tasks IEnumerable<UniTask>
+
tasks System.Collections.Generic.IEnumerable<UniTask>
@@ -5384,7 +5384,7 @@ public static UniTask WaitForEndOfFrame(CancellationToken cancellationToken, boo
-

WhenAny<T>(IEnumerable<UniTask<T>>)

+

WhenAny<T>(IEnumerable<UniTask<T>>)

@@ -5395,7 +5395,7 @@ public static UniTask WaitForEndOfFrame(CancellationToken cancellationToken, boo
Parameters
-
tasks IEnumerable<UniTask<T>>
+
tasks System.Collections.Generic.IEnumerable<UniTask<T>>
@@ -6508,7 +6508,7 @@ public static UniTask WaitForEndOfFrame(CancellationToken cancellationToken, boo
-

WhenEach<T>(IEnumerable<UniTask<T>>)

+

WhenEach<T>(IEnumerable<UniTask<T>>)

@@ -6519,7 +6519,7 @@ public static UniTask WaitForEndOfFrame(CancellationToken cancellationToken, boo
Parameters
-
tasks IEnumerable<UniTask<T>>
+
tasks System.Collections.Generic.IEnumerable<UniTask<T>>
diff --git a/api/Cysharp.Threading.Tasks.UniTaskExtensions.html b/api/Cysharp.Threading.Tasks.UniTaskExtensions.html index c2fa9ac..051af0f 100644 --- a/api/Cysharp.Threading.Tasks.UniTaskExtensions.html +++ b/api/Cysharp.Threading.Tasks.UniTaskExtensions.html @@ -228,7 +228,7 @@ - GetAwaiter(IEnumerable<UniTask>) + GetAwaiter(IEnumerable<UniTask>) @@ -324,7 +324,7 @@ - GetAwaiter<T>(IEnumerable<UniTask<T>>) + GetAwaiter<T>(IEnumerable<UniTask<T>>) @@ -1283,7 +1283,7 @@
-

GetAwaiter(IEnumerable<UniTask>)

+

GetAwaiter(IEnumerable<UniTask>)

@@ -1294,7 +1294,7 @@
Parameters
-
tasks IEnumerable<UniTask>
+
tasks System.Collections.Generic.IEnumerable<UniTask>
@@ -1882,7 +1882,7 @@
-

GetAwaiter<T>(IEnumerable<UniTask<T>>)

+

GetAwaiter<T>(IEnumerable<UniTask<T>>)

@@ -1893,7 +1893,7 @@
Parameters
-
tasks IEnumerable<UniTask<T>>
+
tasks System.Collections.Generic.IEnumerable<UniTask<T>>
diff --git a/manifest.json b/manifest.json index 520ac3c..71af6fa 100644 --- a/manifest.json +++ b/manifest.json @@ -129,7 +129,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.CancellationTokenEqualityComparer.html", - "hash": "LlnynSllfPYRsZH8AqnR++00Nm/KKrKafdexdCCqnto=" + "hash": "EDMIC413F3VifM4rTCasGOM+HUUwphAOvxCE35mW2L4=" } }, "is_incremental": false, @@ -297,7 +297,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.EnumerableAsyncExtensions.html", - "hash": "+4R0A4vj1bVaVk8Qu70p+3QTEHFBsmQkG+WhXAYAqlk=" + "hash": "NqjqEqji5SwffQG8k42gwd9zIVqgV4Yo7OcJSLH04CA=" } }, "is_incremental": false, @@ -309,7 +309,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html", - "hash": "yCUQzIwlPiJGop7KtjuRzW2R0cNOHAznypKstbQAQxI=" + "hash": "APZAOPKUat4H6+1YrEQj1yuOWAvdwgpvR3Gap8qTpqI=" } }, "is_incremental": false, @@ -609,7 +609,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable-1.html", - "hash": "VJKyNdxpaggSwm/HyW01iHsvgRi3psdnasLVnmzwzqw=" + "hash": "GrtvZqk7IlGZHmCle/Nzvbb8vODndWprm6tgI4iPaaI=" } }, "is_incremental": false, @@ -669,7 +669,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html", - "hash": "pDs3fL3h+4pPwnGyYN0UdTBE819926W1PPSN0lRCzv4=" + "hash": "T0rHfVaq4Tvl4kAN8R0uK6jC/l0lWlwVbyZYU2OhLD0=" } }, "is_incremental": false, @@ -741,7 +741,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.Progress.html", - "hash": "UqAP3fJQdcEKj9M+gboTMtaIizZtiZB5ZIyDGJTX7U0=" + "hash": "z2Gfn3EbGUjhp3ocIJcQrZIKHyyqaxiYIyFgYvgH8L0=" } }, "is_incremental": false, @@ -885,7 +885,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.TaskPool.html", - "hash": "83LkAprHi2dm7p82b2XnXFOm31qJStanzpIGvf+i0ac=" + "hash": "PkU4bz+8qzxdIlOySZXxpYiBR6rflgPobZU4R+ycOPE=" } }, "is_incremental": false, @@ -2817,7 +2817,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.UniTask.html", - "hash": "GRwi5rMGHwPQybkxRahuQJweRYh/AYPBK+7NdR2HzHE=" + "hash": "x2OCv0j+Y97d3Ft7TbyK6F4i6JdtU5Aq1RVuzAawL60=" } }, "is_incremental": false, @@ -2913,7 +2913,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.UniTaskExtensions.html", - "hash": "KgEyo54amTDz7i8GskUe+iasIFLb6p9f9TwDDCOPep8=" + "hash": "Pf/N8iesU2x0JNm5/ilA0MVCiIJYrGy5CNWt71z5vS0=" } }, "is_incremental": false, diff --git a/xrefmap.yml b/xrefmap.yml index f5e27d6..25aff50 100644 --- a/xrefmap.yml +++ b/xrefmap.yml @@ -2186,40 +2186,40 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select nameWithType: EnumerableAsyncExtensions.Select -- uid: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``1(IEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask}) +- uid: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask}) name: Select(IEnumerable, Func) - href: api/Cysharp.Threading.Tasks.EnumerableAsyncExtensions.html#Cysharp_Threading_Tasks_EnumerableAsyncExtensions_Select__1_IEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask__ - commentId: M:Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``1(IEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask}) + href: api/Cysharp.Threading.Tasks.EnumerableAsyncExtensions.html#Cysharp_Threading_Tasks_EnumerableAsyncExtensions_Select__1_System_Collections_Generic_IEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask__ + commentId: M:Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask}) name.vb: Select(Of T)(IEnumerable(Of T), Func(Of T, UniTask)) - fullName: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select(IEnumerable, System.Func) - fullName.vb: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select(Of T)(IEnumerable(Of T), System.Func(Of T, Cysharp.Threading.Tasks.UniTask)) + fullName: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select(System.Collections.Generic.IEnumerable, System.Func) + fullName.vb: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select(Of T)(System.Collections.Generic.IEnumerable(Of T), System.Func(Of T, Cysharp.Threading.Tasks.UniTask)) nameWithType: EnumerableAsyncExtensions.Select(IEnumerable, Func) nameWithType.vb: EnumerableAsyncExtensions.Select(Of T)(IEnumerable(Of T), Func(Of T, UniTask)) -- uid: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``1(IEnumerable{``0},System.Func{``0,System.Int32,Cysharp.Threading.Tasks.UniTask}) +- uid: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int32,Cysharp.Threading.Tasks.UniTask}) name: Select(IEnumerable, Func) - href: api/Cysharp.Threading.Tasks.EnumerableAsyncExtensions.html#Cysharp_Threading_Tasks_EnumerableAsyncExtensions_Select__1_IEnumerable___0__System_Func___0_System_Int32_Cysharp_Threading_Tasks_UniTask__ - commentId: M:Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``1(IEnumerable{``0},System.Func{``0,System.Int32,Cysharp.Threading.Tasks.UniTask}) + href: api/Cysharp.Threading.Tasks.EnumerableAsyncExtensions.html#Cysharp_Threading_Tasks_EnumerableAsyncExtensions_Select__1_System_Collections_Generic_IEnumerable___0__System_Func___0_System_Int32_Cysharp_Threading_Tasks_UniTask__ + commentId: M:Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int32,Cysharp.Threading.Tasks.UniTask}) name.vb: Select(Of T)(IEnumerable(Of T), Func(Of T, Int32, UniTask)) - fullName: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select(IEnumerable, System.Func) - fullName.vb: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select(Of T)(IEnumerable(Of T), System.Func(Of T, System.Int32, Cysharp.Threading.Tasks.UniTask)) + fullName: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select(System.Collections.Generic.IEnumerable, System.Func) + fullName.vb: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select(Of T)(System.Collections.Generic.IEnumerable(Of T), System.Func(Of T, System.Int32, Cysharp.Threading.Tasks.UniTask)) nameWithType: EnumerableAsyncExtensions.Select(IEnumerable, Func) nameWithType.vb: EnumerableAsyncExtensions.Select(Of T)(IEnumerable(Of T), Func(Of T, Int32, UniTask)) -- uid: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``2(IEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}}) +- uid: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}}) name: Select(IEnumerable, Func>) - href: api/Cysharp.Threading.Tasks.EnumerableAsyncExtensions.html#Cysharp_Threading_Tasks_EnumerableAsyncExtensions_Select__2_IEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___ - commentId: M:Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``2(IEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}}) + href: api/Cysharp.Threading.Tasks.EnumerableAsyncExtensions.html#Cysharp_Threading_Tasks_EnumerableAsyncExtensions_Select__2_System_Collections_Generic_IEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___ + commentId: M:Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}}) name.vb: Select(Of T, TR)(IEnumerable(Of T), Func(Of T, UniTask(Of TR))) - fullName: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select(IEnumerable, System.Func>) - fullName.vb: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select(Of T, TR)(IEnumerable(Of T), System.Func(Of T, Cysharp.Threading.Tasks.UniTask(Of TR))) + fullName: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select(System.Collections.Generic.IEnumerable, System.Func>) + fullName.vb: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select(Of T, TR)(System.Collections.Generic.IEnumerable(Of T), System.Func(Of T, Cysharp.Threading.Tasks.UniTask(Of TR))) nameWithType: EnumerableAsyncExtensions.Select(IEnumerable, Func>) nameWithType.vb: EnumerableAsyncExtensions.Select(Of T, TR)(IEnumerable(Of T), Func(Of T, UniTask(Of TR))) -- uid: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``2(IEnumerable{``0},System.Func{``0,System.Int32,Cysharp.Threading.Tasks.UniTask{``1}}) +- uid: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int32,Cysharp.Threading.Tasks.UniTask{``1}}) name: Select(IEnumerable, Func>) - href: api/Cysharp.Threading.Tasks.EnumerableAsyncExtensions.html#Cysharp_Threading_Tasks_EnumerableAsyncExtensions_Select__2_IEnumerable___0__System_Func___0_System_Int32_Cysharp_Threading_Tasks_UniTask___1___ - commentId: M:Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``2(IEnumerable{``0},System.Func{``0,System.Int32,Cysharp.Threading.Tasks.UniTask{``1}}) + href: api/Cysharp.Threading.Tasks.EnumerableAsyncExtensions.html#Cysharp_Threading_Tasks_EnumerableAsyncExtensions_Select__2_System_Collections_Generic_IEnumerable___0__System_Func___0_System_Int32_Cysharp_Threading_Tasks_UniTask___1___ + commentId: M:Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int32,Cysharp.Threading.Tasks.UniTask{``1}}) name.vb: Select(Of T, TR)(IEnumerable(Of T), Func(Of T, Int32, UniTask(Of TR))) - fullName: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select(IEnumerable, System.Func>) - fullName.vb: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select(Of T, TR)(IEnumerable(Of T), System.Func(Of T, System.Int32, Cysharp.Threading.Tasks.UniTask(Of TR))) + fullName: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select(System.Collections.Generic.IEnumerable, System.Func>) + fullName.vb: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select(Of T, TR)(System.Collections.Generic.IEnumerable(Of T), System.Func(Of T, System.Int32, Cysharp.Threading.Tasks.UniTask(Of TR))) nameWithType: EnumerableAsyncExtensions.Select(IEnumerable, Func>) nameWithType.vb: EnumerableAsyncExtensions.Select(Of T, TR)(IEnumerable(Of T), Func(Of T, Int32, UniTask(Of TR))) - uid: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions @@ -2244,17 +2244,17 @@ references: fullName.vb: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.GetAwaiter(Of T)(T) nameWithType: EnumeratorAsyncExtensions.GetAwaiter(T) nameWithType.vb: EnumeratorAsyncExtensions.GetAwaiter(Of T)(T) -- uid: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(IEnumerator,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(System.Collections.Generic.IEnumerator,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) name: ToUniTask(IEnumerator, PlayerLoopTiming, CancellationToken) - href: api/Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html#Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_ToUniTask_IEnumerator_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(IEnumerator,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) - fullName: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(IEnumerator, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html#Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_ToUniTask_System_Collections_Generic_IEnumerator_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(System.Collections.Generic.IEnumerator,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(System.Collections.Generic.IEnumerator, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken) nameWithType: EnumeratorAsyncExtensions.ToUniTask(IEnumerator, PlayerLoopTiming, CancellationToken) -- uid: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(IEnumerator,MonoBehaviour) +- uid: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(System.Collections.Generic.IEnumerator,MonoBehaviour) name: ToUniTask(IEnumerator, MonoBehaviour) - href: api/Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html#Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_ToUniTask_IEnumerator_MonoBehaviour_ - commentId: M:Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(IEnumerator,MonoBehaviour) - fullName: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(IEnumerator, MonoBehaviour) + href: api/Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html#Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_ToUniTask_System_Collections_Generic_IEnumerator_MonoBehaviour_ + commentId: M:Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(System.Collections.Generic.IEnumerator,MonoBehaviour) + fullName: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(System.Collections.Generic.IEnumerator, MonoBehaviour) nameWithType: EnumeratorAsyncExtensions.ToUniTask(IEnumerator, MonoBehaviour) - uid: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask* name: ToUniTask @@ -2263,11 +2263,11 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask nameWithType: EnumeratorAsyncExtensions.ToUniTask -- uid: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.WithCancellation(IEnumerator,System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.WithCancellation(System.Collections.Generic.IEnumerator,System.Threading.CancellationToken) name: WithCancellation(IEnumerator, CancellationToken) - href: api/Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html#Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_WithCancellation_IEnumerator_System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.WithCancellation(IEnumerator,System.Threading.CancellationToken) - fullName: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.WithCancellation(IEnumerator, System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html#Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_WithCancellation_System_Collections_Generic_IEnumerator_System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.WithCancellation(System.Collections.Generic.IEnumerator,System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.WithCancellation(System.Collections.Generic.IEnumerator, System.Threading.CancellationToken) nameWithType: EnumeratorAsyncExtensions.WithCancellation(IEnumerator, CancellationToken) - uid: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.WithCancellation* name: WithCancellation @@ -3076,31 +3076,31 @@ references: fullName.vb: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TElement).CreateOrderedEnumerable nameWithType: IUniTaskOrderedAsyncEnumerable.CreateOrderedEnumerable nameWithType.vb: IUniTaskOrderedAsyncEnumerable(Of TElement).CreateOrderedEnumerable -- uid: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable`1.CreateOrderedEnumerable``1(System.Func{`0,``0},IComparer{``0},System.Boolean) +- uid: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable`1.CreateOrderedEnumerable``1(System.Func{`0,``0},System.Collections.Generic.IComparer{``0},System.Boolean) name: CreateOrderedEnumerable(Func, IComparer, Boolean) - href: api/Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable-1.html#Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable_1_CreateOrderedEnumerable__1_System_Func__0___0__IComparer___0__System_Boolean_ - commentId: M:Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable`1.CreateOrderedEnumerable``1(System.Func{`0,``0},IComparer{``0},System.Boolean) + href: api/Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable-1.html#Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable_1_CreateOrderedEnumerable__1_System_Func__0___0__System_Collections_Generic_IComparer___0__System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable`1.CreateOrderedEnumerable``1(System.Func{`0,``0},System.Collections.Generic.IComparer{``0},System.Boolean) name.vb: CreateOrderedEnumerable(Of TKey)(Func(Of TElement, TKey), IComparer(Of TKey), Boolean) - fullName: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable.CreateOrderedEnumerable(System.Func, IComparer, System.Boolean) - fullName.vb: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TElement).CreateOrderedEnumerable(Of TKey)(System.Func(Of TElement, TKey), IComparer(Of TKey), System.Boolean) + fullName: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable.CreateOrderedEnumerable(System.Func, System.Collections.Generic.IComparer, System.Boolean) + fullName.vb: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TElement).CreateOrderedEnumerable(Of TKey)(System.Func(Of TElement, TKey), System.Collections.Generic.IComparer(Of TKey), System.Boolean) nameWithType: IUniTaskOrderedAsyncEnumerable.CreateOrderedEnumerable(Func, IComparer, Boolean) nameWithType.vb: IUniTaskOrderedAsyncEnumerable(Of TElement).CreateOrderedEnumerable(Of TKey)(Func(Of TElement, TKey), IComparer(Of TKey), Boolean) -- uid: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable`1.CreateOrderedEnumerable``1(System.Func{`0,Cysharp.Threading.Tasks.UniTask{``0}},IComparer{``0},System.Boolean) +- uid: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable`1.CreateOrderedEnumerable``1(System.Func{`0,Cysharp.Threading.Tasks.UniTask{``0}},System.Collections.Generic.IComparer{``0},System.Boolean) name: CreateOrderedEnumerable(Func>, IComparer, Boolean) - href: api/Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable-1.html#Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable_1_CreateOrderedEnumerable__1_System_Func__0_Cysharp_Threading_Tasks_UniTask___0___IComparer___0__System_Boolean_ - commentId: M:Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable`1.CreateOrderedEnumerable``1(System.Func{`0,Cysharp.Threading.Tasks.UniTask{``0}},IComparer{``0},System.Boolean) + href: api/Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable-1.html#Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable_1_CreateOrderedEnumerable__1_System_Func__0_Cysharp_Threading_Tasks_UniTask___0___System_Collections_Generic_IComparer___0__System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable`1.CreateOrderedEnumerable``1(System.Func{`0,Cysharp.Threading.Tasks.UniTask{``0}},System.Collections.Generic.IComparer{``0},System.Boolean) name.vb: CreateOrderedEnumerable(Of TKey)(Func(Of TElement, UniTask(Of TKey)), IComparer(Of TKey), Boolean) - fullName: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable.CreateOrderedEnumerable(System.Func>, IComparer, System.Boolean) - fullName.vb: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TElement).CreateOrderedEnumerable(Of TKey)(System.Func(Of TElement, Cysharp.Threading.Tasks.UniTask(Of TKey)), IComparer(Of TKey), System.Boolean) + fullName: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable.CreateOrderedEnumerable(System.Func>, System.Collections.Generic.IComparer, System.Boolean) + fullName.vb: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TElement).CreateOrderedEnumerable(Of TKey)(System.Func(Of TElement, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IComparer(Of TKey), System.Boolean) nameWithType: IUniTaskOrderedAsyncEnumerable.CreateOrderedEnumerable(Func>, IComparer, Boolean) nameWithType.vb: IUniTaskOrderedAsyncEnumerable(Of TElement).CreateOrderedEnumerable(Of TKey)(Func(Of TElement, UniTask(Of TKey)), IComparer(Of TKey), Boolean) -- uid: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable`1.CreateOrderedEnumerable``1(System.Func{`0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``0}},IComparer{``0},System.Boolean) +- uid: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable`1.CreateOrderedEnumerable``1(System.Func{`0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``0}},System.Collections.Generic.IComparer{``0},System.Boolean) name: CreateOrderedEnumerable(Func>, IComparer, Boolean) - href: api/Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable-1.html#Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable_1_CreateOrderedEnumerable__1_System_Func__0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___0___IComparer___0__System_Boolean_ - commentId: M:Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable`1.CreateOrderedEnumerable``1(System.Func{`0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``0}},IComparer{``0},System.Boolean) + href: api/Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable-1.html#Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable_1_CreateOrderedEnumerable__1_System_Func__0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___0___System_Collections_Generic_IComparer___0__System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable`1.CreateOrderedEnumerable``1(System.Func{`0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``0}},System.Collections.Generic.IComparer{``0},System.Boolean) name.vb: CreateOrderedEnumerable(Of TKey)(Func(Of TElement, CancellationToken, UniTask(Of TKey)), IComparer(Of TKey), Boolean) - fullName: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable.CreateOrderedEnumerable(System.Func>, IComparer, System.Boolean) - fullName.vb: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TElement).CreateOrderedEnumerable(Of TKey)(System.Func(Of TElement, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), IComparer(Of TKey), System.Boolean) + fullName: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable.CreateOrderedEnumerable(System.Func>, System.Collections.Generic.IComparer, System.Boolean) + fullName.vb: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TElement).CreateOrderedEnumerable(Of TKey)(System.Func(Of TElement, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IComparer(Of TKey), System.Boolean) nameWithType: IUniTaskOrderedAsyncEnumerable.CreateOrderedEnumerable(Func>, IComparer, Boolean) nameWithType.vb: IUniTaskOrderedAsyncEnumerable(Of TElement).CreateOrderedEnumerable(Of TKey)(Func(Of TElement, CancellationToken, UniTask(Of TKey)), IComparer(Of TKey), Boolean) - uid: Cysharp.Threading.Tasks.IUniTaskSource @@ -4045,13 +4045,13 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ContainsAsync nameWithType: UniTaskAsyncEnumerable.ContainsAsync -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ContainsAsync``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},``0,IEqualityComparer{``0},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ContainsAsync``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},``0,System.Collections.Generic.IEqualityComparer{``0},System.Threading.CancellationToken) name: ContainsAsync(IUniTaskAsyncEnumerable, TSource, IEqualityComparer, CancellationToken) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ContainsAsync__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0____0_IEqualityComparer___0__System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ContainsAsync``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},``0,IEqualityComparer{``0},System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ContainsAsync__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0____0_System_Collections_Generic_IEqualityComparer___0__System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ContainsAsync``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},``0,System.Collections.Generic.IEqualityComparer{``0},System.Threading.CancellationToken) name.vb: ContainsAsync(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), TSource, IEqualityComparer(Of TSource), CancellationToken) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ContainsAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, TSource, IEqualityComparer, System.Threading.CancellationToken) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ContainsAsync(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), TSource, IEqualityComparer(Of TSource), System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ContainsAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, TSource, System.Collections.Generic.IEqualityComparer, System.Threading.CancellationToken) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ContainsAsync(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), TSource, System.Collections.Generic.IEqualityComparer(Of TSource), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ContainsAsync(IUniTaskAsyncEnumerable, TSource, IEqualityComparer, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ContainsAsync(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), TSource, IEqualityComparer(Of TSource), CancellationToken) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ContainsAsync``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},``0,System.Threading.CancellationToken) @@ -4177,13 +4177,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource)) nameWithType: UniTaskAsyncEnumerable.Distinct(IUniTaskAsyncEnumerable) nameWithType.vb: UniTaskAsyncEnumerable.Distinct(Of TSource)(IUniTaskAsyncEnumerable(Of TSource)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},IEqualityComparer{``0}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}) name: Distinct(IUniTaskAsyncEnumerable, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Distinct__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__IEqualityComparer___0__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},IEqualityComparer{``0}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Distinct__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Collections_Generic_IEqualityComparer___0__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}) name.vb: Distinct(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Collections.Generic.IEqualityComparer(Of TSource)) nameWithType: UniTaskAsyncEnumerable.Distinct(IUniTaskAsyncEnumerable, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.Distinct(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1}) @@ -4195,13 +4195,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey)) nameWithType: UniTaskAsyncEnumerable.Distinct(IUniTaskAsyncEnumerable, Func) nameWithType.vb: UniTaskAsyncEnumerable.Distinct(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1}) name: Distinct(IUniTaskAsyncEnumerable, Func, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Distinct__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__IEqualityComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Distinct__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1}) name.vb: Distinct(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.Distinct(IUniTaskAsyncEnumerable, Func, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.Distinct(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwait* @@ -4220,13 +4220,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwait(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey))) nameWithType: UniTaskAsyncEnumerable.DistinctAwait(IUniTaskAsyncEnumerable, Func>) nameWithType.vb: UniTaskAsyncEnumerable.DistinctAwait(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1}) name: DistinctAwait(IUniTaskAsyncEnumerable, Func>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_DistinctAwait__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___IEqualityComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_DistinctAwait__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1}) name.vb: DistinctAwait(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwait(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwait(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.DistinctAwait(IUniTaskAsyncEnumerable, Func>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.DistinctAwait(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwaitWithCancellation* @@ -4245,13 +4245,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwaitWithCancellation(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey))) nameWithType: UniTaskAsyncEnumerable.DistinctAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>) nameWithType.vb: UniTaskAsyncEnumerable.DistinctAwaitWithCancellation(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1}) name: DistinctAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_DistinctAwaitWithCancellation__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___IEqualityComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_DistinctAwaitWithCancellation__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1}) name.vb: DistinctAwaitWithCancellation(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwaitWithCancellation(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwaitWithCancellation(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.DistinctAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.DistinctAwaitWithCancellation(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged* @@ -4270,13 +4270,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource)) nameWithType: UniTaskAsyncEnumerable.DistinctUntilChanged(IUniTaskAsyncEnumerable) nameWithType.vb: UniTaskAsyncEnumerable.DistinctUntilChanged(Of TSource)(IUniTaskAsyncEnumerable(Of TSource)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},IEqualityComparer{``0}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}) name: DistinctUntilChanged(IUniTaskAsyncEnumerable, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_DistinctUntilChanged__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__IEqualityComparer___0__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},IEqualityComparer{``0}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_DistinctUntilChanged__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Collections_Generic_IEqualityComparer___0__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}) name.vb: DistinctUntilChanged(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Collections.Generic.IEqualityComparer(Of TSource)) nameWithType: UniTaskAsyncEnumerable.DistinctUntilChanged(IUniTaskAsyncEnumerable, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.DistinctUntilChanged(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1}) @@ -4288,13 +4288,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey)) nameWithType: UniTaskAsyncEnumerable.DistinctUntilChanged(IUniTaskAsyncEnumerable, Func) nameWithType.vb: UniTaskAsyncEnumerable.DistinctUntilChanged(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1}) name: DistinctUntilChanged(IUniTaskAsyncEnumerable, Func, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_DistinctUntilChanged__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__IEqualityComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_DistinctUntilChanged__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1}) name.vb: DistinctUntilChanged(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.DistinctUntilChanged(IUniTaskAsyncEnumerable, Func, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.DistinctUntilChanged(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwait* @@ -4313,13 +4313,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwait(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey))) nameWithType: UniTaskAsyncEnumerable.DistinctUntilChangedAwait(IUniTaskAsyncEnumerable, Func>) nameWithType.vb: UniTaskAsyncEnumerable.DistinctUntilChangedAwait(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1}) name: DistinctUntilChangedAwait(IUniTaskAsyncEnumerable, Func>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_DistinctUntilChangedAwait__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___IEqualityComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_DistinctUntilChangedAwait__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1}) name.vb: DistinctUntilChangedAwait(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwait(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwait(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.DistinctUntilChangedAwait(IUniTaskAsyncEnumerable, Func>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.DistinctUntilChangedAwait(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwaitWithCancellation* @@ -4338,13 +4338,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwaitWithCancellation(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey))) nameWithType: UniTaskAsyncEnumerable.DistinctUntilChangedAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>) nameWithType.vb: UniTaskAsyncEnumerable.DistinctUntilChangedAwaitWithCancellation(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1}) name: DistinctUntilChangedAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_DistinctUntilChangedAwaitWithCancellation__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___IEqualityComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_DistinctUntilChangedAwaitWithCancellation__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1}) name.vb: DistinctUntilChangedAwaitWithCancellation(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwaitWithCancellation(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwaitWithCancellation(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.DistinctUntilChangedAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.DistinctUntilChangedAwaitWithCancellation(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Do* @@ -4467,13 +4467,13 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.EveryValueChanged nameWithType: UniTaskAsyncEnumerable.EveryValueChanged -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.EveryValueChanged``2(``0,System.Func{``0,``1},Cysharp.Threading.Tasks.PlayerLoopTiming,IEqualityComparer{``1},System.Boolean) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.EveryValueChanged``2(``0,System.Func{``0,``1},Cysharp.Threading.Tasks.PlayerLoopTiming,System.Collections.Generic.IEqualityComparer{``1},System.Boolean) name: EveryValueChanged(TTarget, Func, PlayerLoopTiming, IEqualityComparer, Boolean) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_EveryValueChanged__2___0_System_Func___0___1__Cysharp_Threading_Tasks_PlayerLoopTiming_IEqualityComparer___1__System_Boolean_ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.EveryValueChanged``2(``0,System.Func{``0,``1},Cysharp.Threading.Tasks.PlayerLoopTiming,IEqualityComparer{``1},System.Boolean) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_EveryValueChanged__2___0_System_Func___0___1__Cysharp_Threading_Tasks_PlayerLoopTiming_System_Collections_Generic_IEqualityComparer___1__System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.EveryValueChanged``2(``0,System.Func{``0,``1},Cysharp.Threading.Tasks.PlayerLoopTiming,System.Collections.Generic.IEqualityComparer{``1},System.Boolean) name.vb: EveryValueChanged(Of TTarget, TProperty)(TTarget, Func(Of TTarget, TProperty), PlayerLoopTiming, IEqualityComparer(Of TProperty), Boolean) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.EveryValueChanged(TTarget, System.Func, Cysharp.Threading.Tasks.PlayerLoopTiming, IEqualityComparer, System.Boolean) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.EveryValueChanged(Of TTarget, TProperty)(TTarget, System.Func(Of TTarget, TProperty), Cysharp.Threading.Tasks.PlayerLoopTiming, IEqualityComparer(Of TProperty), System.Boolean) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.EveryValueChanged(TTarget, System.Func, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Collections.Generic.IEqualityComparer, System.Boolean) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.EveryValueChanged(Of TTarget, TProperty)(TTarget, System.Func(Of TTarget, TProperty), Cysharp.Threading.Tasks.PlayerLoopTiming, System.Collections.Generic.IEqualityComparer(Of TProperty), System.Boolean) nameWithType: UniTaskAsyncEnumerable.EveryValueChanged(TTarget, Func, PlayerLoopTiming, IEqualityComparer, Boolean) nameWithType.vb: UniTaskAsyncEnumerable.EveryValueChanged(Of TTarget, TProperty)(TTarget, Func(Of TTarget, TProperty), PlayerLoopTiming, IEqualityComparer(Of TProperty), Boolean) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Except* @@ -4492,13 +4492,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Except(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource)) nameWithType: UniTaskAsyncEnumerable.Except(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable) nameWithType.vb: UniTaskAsyncEnumerable.Except(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), IUniTaskAsyncEnumerable(Of TSource)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Except``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},IEqualityComparer{``0}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Except``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}) name: Except(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Except__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__IEqualityComparer___0__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Except``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},IEqualityComparer{``0}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Except__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Collections_Generic_IEqualityComparer___0__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Except``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}) name.vb: Except(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Except(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Except(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Except(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Except(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Collections.Generic.IEqualityComparer(Of TSource)) nameWithType: UniTaskAsyncEnumerable.Except(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.Except(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.FirstAsync* @@ -4706,13 +4706,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey)) nameWithType: UniTaskAsyncEnumerable.GroupBy(IUniTaskAsyncEnumerable, Func) nameWithType.vb: UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1}) name: GroupBy(IUniTaskAsyncEnumerable, Func, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupBy__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__IEqualityComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupBy__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1}) name.vb: GroupBy(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.GroupBy(IUniTaskAsyncEnumerable, Func, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2}) @@ -4724,49 +4724,49 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey, TElement)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Func(Of TSource, TElement)) nameWithType: UniTaskAsyncEnumerable.GroupBy(IUniTaskAsyncEnumerable, Func, Func) nameWithType.vb: UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), Func(Of TSource, TElement)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1}) name: GroupBy(IUniTaskAsyncEnumerable, Func, Func, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupBy__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Func___0___2__IEqualityComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupBy__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Func___0___2__System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1}) name.vb: GroupBy(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), Func(Of TSource, TElement), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey, TElement)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Func(Of TSource, TElement), IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey, TElement)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Func(Of TSource, TElement), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.GroupBy(IUniTaskAsyncEnumerable, Func, Func, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), Func(Of TSource, TElement), IEqualityComparer(Of TKey)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``1,IEnumerable{``0},``2}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}) name: GroupBy(IUniTaskAsyncEnumerable, Func, Func, TResult>) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupBy__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Func___1_IEnumerable___0____2__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``1,IEnumerable{``0},``2}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupBy__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Func___1_System_Collections_Generic_IEnumerable___0____2__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}) name.vb: GroupBy(Of TSource, TKey, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), Func(Of TKey, IEnumerable(Of TSource), TResult)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, TResult>) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Func(Of TKey, IEnumerable(Of TSource), TResult)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, TResult>) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Func(Of TKey, System.Collections.Generic.IEnumerable(Of TSource), TResult)) nameWithType: UniTaskAsyncEnumerable.GroupBy(IUniTaskAsyncEnumerable, Func, Func, TResult>) nameWithType.vb: UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), Func(Of TKey, IEnumerable(Of TSource), TResult)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``1,IEnumerable{``0},``2},IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2},System.Collections.Generic.IEqualityComparer{``1}) name: GroupBy(IUniTaskAsyncEnumerable, Func, Func, TResult>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupBy__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Func___1_IEnumerable___0____2__IEqualityComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``1,IEnumerable{``0},``2},IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupBy__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Func___1_System_Collections_Generic_IEnumerable___0____2__System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2},System.Collections.Generic.IEqualityComparer{``1}) name.vb: GroupBy(Of TSource, TKey, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), Func(Of TKey, IEnumerable(Of TSource), TResult), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, TResult>, IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Func(Of TKey, IEnumerable(Of TSource), TResult), IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, TResult>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Func(Of TKey, System.Collections.Generic.IEnumerable(Of TSource), TResult), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.GroupBy(IUniTaskAsyncEnumerable, Func, Func, TResult>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), Func(Of TKey, IEnumerable(Of TSource), TResult), IEqualityComparer(Of TKey)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Func{``1,IEnumerable{``2},``3}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}) name: GroupBy(IUniTaskAsyncEnumerable, Func, Func, Func, TResult>) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupBy__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Func___0___2__System_Func___1_IEnumerable___2____3__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Func{``1,IEnumerable{``2},``3}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupBy__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Func___0___2__System_Func___1_System_Collections_Generic_IEnumerable___2____3__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}) name.vb: GroupBy(Of TSource, TKey, TElement, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), Func(Of TSource, TElement), Func(Of TKey, IEnumerable(Of TElement), TResult)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, System.Func, TResult>) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey, TElement, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Func(Of TSource, TElement), System.Func(Of TKey, IEnumerable(Of TElement), TResult)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, System.Func, TResult>) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey, TElement, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Func(Of TSource, TElement), System.Func(Of TKey, System.Collections.Generic.IEnumerable(Of TElement), TResult)) nameWithType: UniTaskAsyncEnumerable.GroupBy(IUniTaskAsyncEnumerable, Func, Func, Func, TResult>) nameWithType.vb: UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey, TElement, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), Func(Of TSource, TElement), Func(Of TKey, IEnumerable(Of TElement), TResult)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Func{``1,IEnumerable{``2},``3},IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3},System.Collections.Generic.IEqualityComparer{``1}) name: GroupBy(IUniTaskAsyncEnumerable, Func, Func, Func, TResult>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupBy__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Func___0___2__System_Func___1_IEnumerable___2____3__IEqualityComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Func{``1,IEnumerable{``2},``3},IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupBy__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Func___0___2__System_Func___1_System_Collections_Generic_IEnumerable___2____3__System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3},System.Collections.Generic.IEqualityComparer{``1}) name.vb: GroupBy(Of TSource, TKey, TElement, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), Func(Of TSource, TElement), Func(Of TKey, IEnumerable(Of TElement), TResult), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, System.Func, TResult>, IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey, TElement, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Func(Of TSource, TElement), System.Func(Of TKey, IEnumerable(Of TElement), TResult), IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, System.Func, TResult>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey, TElement, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Func(Of TSource, TElement), System.Func(Of TKey, System.Collections.Generic.IEnumerable(Of TElement), TResult), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.GroupBy(IUniTaskAsyncEnumerable, Func, Func, Func, TResult>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey, TElement, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), Func(Of TSource, TElement), Func(Of TKey, IEnumerable(Of TElement), TResult), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait* @@ -4785,13 +4785,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey))) nameWithType: UniTaskAsyncEnumerable.GroupByAwait(IUniTaskAsyncEnumerable, Func>) nameWithType.vb: UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1}) name: GroupByAwait(IUniTaskAsyncEnumerable, Func>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwait__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___IEqualityComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwait__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1}) name.vb: GroupByAwait(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.GroupByAwait(IUniTaskAsyncEnumerable, Func>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}}) @@ -4803,49 +4803,49 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey, TElement)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TElement))) nameWithType: UniTaskAsyncEnumerable.GroupByAwait(IUniTaskAsyncEnumerable, Func>, Func>) nameWithType.vb: UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), Func(Of TSource, UniTask(Of TElement))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.IEqualityComparer{``1}) name: GroupByAwait(IUniTaskAsyncEnumerable, Func>, Func>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwait__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_Cysharp_Threading_Tasks_UniTask___2___IEqualityComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwait__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_Cysharp_Threading_Tasks_UniTask___2___System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.IEqualityComparer{``1}) name.vb: GroupByAwait(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), Func(Of TSource, UniTask(Of TElement)), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey, TElement)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TElement)), IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey, TElement)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TElement)), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.GroupByAwait(IUniTaskAsyncEnumerable, Func>, Func>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), Func(Of TSource, UniTask(Of TElement)), IEqualityComparer(Of TKey)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``1,IEnumerable{``0},Cysharp.Threading.Tasks.UniTask{``2}}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``1,System.Collections.Generic.IEnumerable{``0},Cysharp.Threading.Tasks.UniTask{``2}}) name: GroupByAwait(IUniTaskAsyncEnumerable, Func>, Func, UniTask>) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwait__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Func___1_IEnumerable___0__Cysharp_Threading_Tasks_UniTask___2___ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``1,IEnumerable{``0},Cysharp.Threading.Tasks.UniTask{``2}}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwait__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Func___1_System_Collections_Generic_IEnumerable___0__Cysharp_Threading_Tasks_UniTask___2___ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``1,System.Collections.Generic.IEnumerable{``0},Cysharp.Threading.Tasks.UniTask{``2}}) name.vb: GroupByAwait(Of TSource, TKey, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), Func(Of TKey, IEnumerable(Of TSource), UniTask(Of TResult))) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func, Cysharp.Threading.Tasks.UniTask>) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TKey, IEnumerable(Of TSource), Cysharp.Threading.Tasks.UniTask(Of TResult))) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func, Cysharp.Threading.Tasks.UniTask>) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TKey, System.Collections.Generic.IEnumerable(Of TSource), Cysharp.Threading.Tasks.UniTask(Of TResult))) nameWithType: UniTaskAsyncEnumerable.GroupByAwait(IUniTaskAsyncEnumerable, Func>, Func, UniTask>) nameWithType.vb: UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), Func(Of TKey, IEnumerable(Of TSource), UniTask(Of TResult))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``1,IEnumerable{``0},Cysharp.Threading.Tasks.UniTask{``2}},IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``1,System.Collections.Generic.IEnumerable{``0},Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.IEqualityComparer{``1}) name: GroupByAwait(IUniTaskAsyncEnumerable, Func>, Func, UniTask>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwait__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Func___1_IEnumerable___0__Cysharp_Threading_Tasks_UniTask___2___IEqualityComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``1,IEnumerable{``0},Cysharp.Threading.Tasks.UniTask{``2}},IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwait__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Func___1_System_Collections_Generic_IEnumerable___0__Cysharp_Threading_Tasks_UniTask___2___System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``1,System.Collections.Generic.IEnumerable{``0},Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.IEqualityComparer{``1}) name.vb: GroupByAwait(Of TSource, TKey, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), Func(Of TKey, IEnumerable(Of TSource), UniTask(Of TResult)), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func, Cysharp.Threading.Tasks.UniTask>, IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TKey, IEnumerable(Of TSource), Cysharp.Threading.Tasks.UniTask(Of TResult)), IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func, Cysharp.Threading.Tasks.UniTask>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TKey, System.Collections.Generic.IEnumerable(Of TSource), Cysharp.Threading.Tasks.UniTask(Of TResult)), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.GroupByAwait(IUniTaskAsyncEnumerable, Func>, Func, UniTask>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), Func(Of TKey, IEnumerable(Of TSource), UniTask(Of TResult)), IEqualityComparer(Of TKey)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,IEnumerable{``2},Cysharp.Threading.Tasks.UniTask{``3}}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Collections.Generic.IEnumerable{``2},Cysharp.Threading.Tasks.UniTask{``3}}) name: GroupByAwait(IUniTaskAsyncEnumerable, Func>, Func>, Func, UniTask>) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwait__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_IEnumerable___2__Cysharp_Threading_Tasks_UniTask___3___ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,IEnumerable{``2},Cysharp.Threading.Tasks.UniTask{``3}}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwait__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_System_Collections_Generic_IEnumerable___2__Cysharp_Threading_Tasks_UniTask___3___ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Collections.Generic.IEnumerable{``2},Cysharp.Threading.Tasks.UniTask{``3}}) name.vb: GroupByAwait(Of TSource, TKey, TElement, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), Func(Of TSource, UniTask(Of TElement)), Func(Of TKey, IEnumerable(Of TElement), UniTask(Of TResult))) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func, Cysharp.Threading.Tasks.UniTask>) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey, TElement, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TElement)), System.Func(Of TKey, IEnumerable(Of TElement), Cysharp.Threading.Tasks.UniTask(Of TResult))) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func, Cysharp.Threading.Tasks.UniTask>) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey, TElement, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TElement)), System.Func(Of TKey, System.Collections.Generic.IEnumerable(Of TElement), Cysharp.Threading.Tasks.UniTask(Of TResult))) nameWithType: UniTaskAsyncEnumerable.GroupByAwait(IUniTaskAsyncEnumerable, Func>, Func>, Func, UniTask>) nameWithType.vb: UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey, TElement, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), Func(Of TSource, UniTask(Of TElement)), Func(Of TKey, IEnumerable(Of TElement), UniTask(Of TResult))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,IEnumerable{``2},Cysharp.Threading.Tasks.UniTask{``3}},IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Collections.Generic.IEnumerable{``2},Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.Generic.IEqualityComparer{``1}) name: GroupByAwait(IUniTaskAsyncEnumerable, Func>, Func>, Func, UniTask>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwait__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_IEnumerable___2__Cysharp_Threading_Tasks_UniTask___3___IEqualityComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,IEnumerable{``2},Cysharp.Threading.Tasks.UniTask{``3}},IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwait__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_System_Collections_Generic_IEnumerable___2__Cysharp_Threading_Tasks_UniTask___3___System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Collections.Generic.IEnumerable{``2},Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.Generic.IEqualityComparer{``1}) name.vb: GroupByAwait(Of TSource, TKey, TElement, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), Func(Of TSource, UniTask(Of TElement)), Func(Of TKey, IEnumerable(Of TElement), UniTask(Of TResult)), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func, Cysharp.Threading.Tasks.UniTask>, IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey, TElement, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TElement)), System.Func(Of TKey, IEnumerable(Of TElement), Cysharp.Threading.Tasks.UniTask(Of TResult)), IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func, Cysharp.Threading.Tasks.UniTask>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey, TElement, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TElement)), System.Func(Of TKey, System.Collections.Generic.IEnumerable(Of TElement), Cysharp.Threading.Tasks.UniTask(Of TResult)), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.GroupByAwait(IUniTaskAsyncEnumerable, Func>, Func>, Func, UniTask>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey, TElement, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), Func(Of TSource, UniTask(Of TElement)), Func(Of TKey, IEnumerable(Of TElement), UniTask(Of TResult)), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation* @@ -4864,13 +4864,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey))) nameWithType: UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>) nameWithType.vb: UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1}) name: GroupByAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwaitWithCancellation__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___IEqualityComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwaitWithCancellation__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1}) name.vb: GroupByAwaitWithCancellation(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}}) @@ -4882,49 +4882,49 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey, TElement)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TElement))) nameWithType: UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, Func>) nameWithType.vb: UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), Func(Of TSource, CancellationToken, UniTask(Of TElement))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.IEqualityComparer{``1}) name: GroupByAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, Func>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwaitWithCancellation__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___IEqualityComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwaitWithCancellation__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.IEqualityComparer{``1}) name.vb: GroupByAwaitWithCancellation(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), Func(Of TSource, CancellationToken, UniTask(Of TElement)), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey, TElement)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TElement)), IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey, TElement)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TElement)), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, Func>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), Func(Of TSource, CancellationToken, UniTask(Of TElement)), IEqualityComparer(Of TKey)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``1,IEnumerable{``0},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``1,System.Collections.Generic.IEnumerable{``0},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}}) name: GroupByAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, Func, CancellationToken, UniTask>) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwaitWithCancellation__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Func___1_IEnumerable___0__System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``1,IEnumerable{``0},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwaitWithCancellation__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Func___1_System_Collections_Generic_IEnumerable___0__System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``1,System.Collections.Generic.IEnumerable{``0},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}}) name.vb: GroupByAwaitWithCancellation(Of TSource, TKey, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), Func(Of TKey, IEnumerable(Of TSource), CancellationToken, UniTask(Of TResult))) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask>) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TKey, IEnumerable(Of TSource), System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TResult))) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask>) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TKey, System.Collections.Generic.IEnumerable(Of TSource), System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TResult))) nameWithType: UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, Func, CancellationToken, UniTask>) nameWithType.vb: UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), Func(Of TKey, IEnumerable(Of TSource), CancellationToken, UniTask(Of TResult))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``1,IEnumerable{``0},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``1,System.Collections.Generic.IEnumerable{``0},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.IEqualityComparer{``1}) name: GroupByAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, Func, CancellationToken, UniTask>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwaitWithCancellation__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Func___1_IEnumerable___0__System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___IEqualityComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``1,IEnumerable{``0},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwaitWithCancellation__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Func___1_System_Collections_Generic_IEnumerable___0__System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``1,System.Collections.Generic.IEnumerable{``0},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.IEqualityComparer{``1}) name.vb: GroupByAwaitWithCancellation(Of TSource, TKey, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), Func(Of TKey, IEnumerable(Of TSource), CancellationToken, UniTask(Of TResult)), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask>, IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TKey, IEnumerable(Of TSource), System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TResult)), IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TKey, System.Collections.Generic.IEnumerable(Of TSource), System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TResult)), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, Func, CancellationToken, UniTask>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), Func(Of TKey, IEnumerable(Of TSource), CancellationToken, UniTask(Of TResult)), IEqualityComparer(Of TKey)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,IEnumerable{``2},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Collections.Generic.IEnumerable{``2},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}}) name: GroupByAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, Func>, Func, CancellationToken, UniTask>) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwaitWithCancellation__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_IEnumerable___2__System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___3___ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,IEnumerable{``2},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwaitWithCancellation__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_System_Collections_Generic_IEnumerable___2__System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___3___ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Collections.Generic.IEnumerable{``2},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}}) name.vb: GroupByAwaitWithCancellation(Of TSource, TKey, TElement, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), Func(Of TSource, CancellationToken, UniTask(Of TElement)), Func(Of TKey, IEnumerable(Of TElement), CancellationToken, UniTask(Of TResult))) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask>) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey, TElement, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TElement)), System.Func(Of TKey, IEnumerable(Of TElement), System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TResult))) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask>) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey, TElement, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TElement)), System.Func(Of TKey, System.Collections.Generic.IEnumerable(Of TElement), System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TResult))) nameWithType: UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, Func>, Func, CancellationToken, UniTask>) nameWithType.vb: UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey, TElement, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), Func(Of TSource, CancellationToken, UniTask(Of TElement)), Func(Of TKey, IEnumerable(Of TElement), CancellationToken, UniTask(Of TResult))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,IEnumerable{``2},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}},IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Collections.Generic.IEnumerable{``2},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.Generic.IEqualityComparer{``1}) name: GroupByAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, Func>, Func, CancellationToken, UniTask>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwaitWithCancellation__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_IEnumerable___2__System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___3___IEqualityComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,IEnumerable{``2},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}},IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwaitWithCancellation__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_System_Collections_Generic_IEnumerable___2__System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___3___System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Collections.Generic.IEnumerable{``2},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.Generic.IEqualityComparer{``1}) name.vb: GroupByAwaitWithCancellation(Of TSource, TKey, TElement, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), Func(Of TSource, CancellationToken, UniTask(Of TElement)), Func(Of TKey, IEnumerable(Of TElement), CancellationToken, UniTask(Of TResult)), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask>, IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey, TElement, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TElement)), System.Func(Of TKey, IEnumerable(Of TElement), System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TResult)), IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey, TElement, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TElement)), System.Func(Of TKey, System.Collections.Generic.IEnumerable(Of TElement), System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TResult)), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, Func>, Func, CancellationToken, UniTask>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey, TElement, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), Func(Of TSource, CancellationToken, UniTask(Of TElement)), Func(Of TKey, IEnumerable(Of TElement), CancellationToken, UniTask(Of TResult)), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoin* @@ -4934,22 +4934,22 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoin nameWithType: UniTaskAsyncEnumerable.GroupJoin -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoin``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,IEnumerable{``1},``3}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoin``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}) name: GroupJoin(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func, Func, Func, TResult>) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupJoin__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0___2__System_Func___1___2__System_Func___0_IEnumerable___1____3__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoin``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,IEnumerable{``1},``3}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupJoin__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0___2__System_Func___1___2__System_Func___0_System_Collections_Generic_IEnumerable___1____3__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoin``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}) name.vb: GroupJoin(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, TKey), Func(Of TInner, TKey), Func(Of TOuter, IEnumerable(Of TInner), TResult)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoin(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, System.Func, TResult>) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoin(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, TKey), System.Func(Of TInner, TKey), System.Func(Of TOuter, IEnumerable(Of TInner), TResult)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoin(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, System.Func, TResult>) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoin(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, TKey), System.Func(Of TInner, TKey), System.Func(Of TOuter, System.Collections.Generic.IEnumerable(Of TInner), TResult)) nameWithType: UniTaskAsyncEnumerable.GroupJoin(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func, Func, Func, TResult>) nameWithType.vb: UniTaskAsyncEnumerable.GroupJoin(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, TKey), Func(Of TInner, TKey), Func(Of TOuter, IEnumerable(Of TInner), TResult)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoin``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,IEnumerable{``1},``3},IEqualityComparer{``2}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoin``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3},System.Collections.Generic.IEqualityComparer{``2}) name: GroupJoin(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func, Func, Func, TResult>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupJoin__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0___2__System_Func___1___2__System_Func___0_IEnumerable___1____3__IEqualityComparer___2__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoin``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,IEnumerable{``1},``3},IEqualityComparer{``2}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupJoin__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0___2__System_Func___1___2__System_Func___0_System_Collections_Generic_IEnumerable___1____3__System_Collections_Generic_IEqualityComparer___2__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoin``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3},System.Collections.Generic.IEqualityComparer{``2}) name.vb: GroupJoin(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, TKey), Func(Of TInner, TKey), Func(Of TOuter, IEnumerable(Of TInner), TResult), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoin(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, System.Func, TResult>, IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoin(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, TKey), System.Func(Of TInner, TKey), System.Func(Of TOuter, IEnumerable(Of TInner), TResult), IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoin(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, System.Func, TResult>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoin(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, TKey), System.Func(Of TInner, TKey), System.Func(Of TOuter, System.Collections.Generic.IEnumerable(Of TInner), TResult), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.GroupJoin(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func, Func, Func, TResult>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.GroupJoin(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, TKey), Func(Of TInner, TKey), Func(Of TOuter, IEnumerable(Of TInner), TResult), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwait* @@ -4959,22 +4959,22 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwait nameWithType: UniTaskAsyncEnumerable.GroupJoinAwait -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,IEnumerable{``1},Cysharp.Threading.Tasks.UniTask{``3}}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,System.Collections.Generic.IEnumerable{``1},Cysharp.Threading.Tasks.UniTask{``3}}) name: GroupJoinAwait(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func>, Func>, Func, UniTask>) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupJoinAwait__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_Cysharp_Threading_Tasks_UniTask___2___System_Func___0_IEnumerable___1__Cysharp_Threading_Tasks_UniTask___3___ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,IEnumerable{``1},Cysharp.Threading.Tasks.UniTask{``3}}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupJoinAwait__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_Cysharp_Threading_Tasks_UniTask___2___System_Func___0_System_Collections_Generic_IEnumerable___1__Cysharp_Threading_Tasks_UniTask___3___ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,System.Collections.Generic.IEnumerable{``1},Cysharp.Threading.Tasks.UniTask{``3}}) name.vb: GroupJoinAwait(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, UniTask(Of TKey)), Func(Of TInner, UniTask(Of TKey)), Func(Of TOuter, IEnumerable(Of TInner), UniTask(Of TResult))) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func, Cysharp.Threading.Tasks.UniTask>) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwait(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TInner, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TOuter, IEnumerable(Of TInner), Cysharp.Threading.Tasks.UniTask(Of TResult))) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func, Cysharp.Threading.Tasks.UniTask>) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwait(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TInner, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TOuter, System.Collections.Generic.IEnumerable(Of TInner), Cysharp.Threading.Tasks.UniTask(Of TResult))) nameWithType: UniTaskAsyncEnumerable.GroupJoinAwait(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func>, Func>, Func, UniTask>) nameWithType.vb: UniTaskAsyncEnumerable.GroupJoinAwait(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, UniTask(Of TKey)), Func(Of TInner, UniTask(Of TKey)), Func(Of TOuter, IEnumerable(Of TInner), UniTask(Of TResult))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,IEnumerable{``1},Cysharp.Threading.Tasks.UniTask{``3}},IEqualityComparer{``2}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,System.Collections.Generic.IEnumerable{``1},Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.Generic.IEqualityComparer{``2}) name: GroupJoinAwait(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func>, Func>, Func, UniTask>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupJoinAwait__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_Cysharp_Threading_Tasks_UniTask___2___System_Func___0_IEnumerable___1__Cysharp_Threading_Tasks_UniTask___3___IEqualityComparer___2__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,IEnumerable{``1},Cysharp.Threading.Tasks.UniTask{``3}},IEqualityComparer{``2}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupJoinAwait__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_Cysharp_Threading_Tasks_UniTask___2___System_Func___0_System_Collections_Generic_IEnumerable___1__Cysharp_Threading_Tasks_UniTask___3___System_Collections_Generic_IEqualityComparer___2__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,System.Collections.Generic.IEnumerable{``1},Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.Generic.IEqualityComparer{``2}) name.vb: GroupJoinAwait(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, UniTask(Of TKey)), Func(Of TInner, UniTask(Of TKey)), Func(Of TOuter, IEnumerable(Of TInner), UniTask(Of TResult)), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func, Cysharp.Threading.Tasks.UniTask>, IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwait(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TInner, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TOuter, IEnumerable(Of TInner), Cysharp.Threading.Tasks.UniTask(Of TResult)), IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func, Cysharp.Threading.Tasks.UniTask>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwait(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TInner, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TOuter, System.Collections.Generic.IEnumerable(Of TInner), Cysharp.Threading.Tasks.UniTask(Of TResult)), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.GroupJoinAwait(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func>, Func>, Func, UniTask>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.GroupJoinAwait(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, UniTask(Of TKey)), Func(Of TInner, UniTask(Of TKey)), Func(Of TOuter, IEnumerable(Of TInner), UniTask(Of TResult)), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation* @@ -4984,22 +4984,22 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation nameWithType: UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,IEnumerable{``1},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,System.Collections.Generic.IEnumerable{``1},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}}) name: GroupJoinAwaitWithCancellation(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func>, Func>, Func, CancellationToken, UniTask>) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupJoinAwaitWithCancellation__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Func___0_IEnumerable___1__System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___3___ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,IEnumerable{``1},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupJoinAwaitWithCancellation__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Func___0_System_Collections_Generic_IEnumerable___1__System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___3___ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,System.Collections.Generic.IEnumerable{``1},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}}) name.vb: GroupJoinAwaitWithCancellation(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, CancellationToken, UniTask(Of TKey)), Func(Of TInner, CancellationToken, UniTask(Of TKey)), Func(Of TOuter, IEnumerable(Of TInner), CancellationToken, UniTask(Of TResult))) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask>) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TInner, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TOuter, IEnumerable(Of TInner), System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TResult))) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask>) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TInner, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TOuter, System.Collections.Generic.IEnumerable(Of TInner), System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TResult))) nameWithType: UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func>, Func>, Func, CancellationToken, UniTask>) nameWithType.vb: UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, CancellationToken, UniTask(Of TKey)), Func(Of TInner, CancellationToken, UniTask(Of TKey)), Func(Of TOuter, IEnumerable(Of TInner), CancellationToken, UniTask(Of TResult))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,IEnumerable{``1},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}},IEqualityComparer{``2}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,System.Collections.Generic.IEnumerable{``1},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.Generic.IEqualityComparer{``2}) name: GroupJoinAwaitWithCancellation(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func>, Func>, Func, CancellationToken, UniTask>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupJoinAwaitWithCancellation__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Func___0_IEnumerable___1__System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___3___IEqualityComparer___2__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,IEnumerable{``1},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}},IEqualityComparer{``2}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupJoinAwaitWithCancellation__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Func___0_System_Collections_Generic_IEnumerable___1__System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___3___System_Collections_Generic_IEqualityComparer___2__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,System.Collections.Generic.IEnumerable{``1},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.Generic.IEqualityComparer{``2}) name.vb: GroupJoinAwaitWithCancellation(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, CancellationToken, UniTask(Of TKey)), Func(Of TInner, CancellationToken, UniTask(Of TKey)), Func(Of TOuter, IEnumerable(Of TInner), CancellationToken, UniTask(Of TResult)), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask>, IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TInner, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TOuter, IEnumerable(Of TInner), System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TResult)), IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TInner, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TOuter, System.Collections.Generic.IEnumerable(Of TInner), System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TResult)), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func>, Func>, Func, CancellationToken, UniTask>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, CancellationToken, UniTask(Of TKey)), Func(Of TInner, CancellationToken, UniTask(Of TKey)), Func(Of TOuter, IEnumerable(Of TInner), CancellationToken, UniTask(Of TResult)), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Intersect* @@ -5018,13 +5018,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Intersect(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource)) nameWithType: UniTaskAsyncEnumerable.Intersect(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable) nameWithType.vb: UniTaskAsyncEnumerable.Intersect(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), IUniTaskAsyncEnumerable(Of TSource)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Intersect``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},IEqualityComparer{``0}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Intersect``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}) name: Intersect(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Intersect__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__IEqualityComparer___0__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Intersect``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},IEqualityComparer{``0}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Intersect__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Collections_Generic_IEqualityComparer___0__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Intersect``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}) name.vb: Intersect(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Intersect(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Intersect(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Intersect(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Intersect(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Collections.Generic.IEqualityComparer(Of TSource)) nameWithType: UniTaskAsyncEnumerable.Intersect(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.Intersect(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Interval(System.TimeSpan,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Boolean,System.Boolean) @@ -5069,13 +5069,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Join(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, TKey), System.Func(Of TInner, TKey), System.Func(Of TOuter, TInner, TResult)) nameWithType: UniTaskAsyncEnumerable.Join(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func, Func, Func) nameWithType.vb: UniTaskAsyncEnumerable.Join(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, TKey), Func(Of TInner, TKey), Func(Of TOuter, TInner, TResult)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Join``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,``1,``3},IEqualityComparer{``2}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Join``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,``1,``3},System.Collections.Generic.IEqualityComparer{``2}) name: Join(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func, Func, Func, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Join__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0___2__System_Func___1___2__System_Func___0___1___3__IEqualityComparer___2__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Join``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,``1,``3},IEqualityComparer{``2}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Join__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0___2__System_Func___1___2__System_Func___0___1___3__System_Collections_Generic_IEqualityComparer___2__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Join``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,``1,``3},System.Collections.Generic.IEqualityComparer{``2}) name.vb: Join(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, TKey), Func(Of TInner, TKey), Func(Of TOuter, TInner, TResult), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Join(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, System.Func, IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Join(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, TKey), System.Func(Of TInner, TKey), System.Func(Of TOuter, TInner, TResult), IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Join(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, System.Func, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Join(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, TKey), System.Func(Of TInner, TKey), System.Func(Of TOuter, TInner, TResult), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.Join(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func, Func, Func, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.Join(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, TKey), Func(Of TInner, TKey), Func(Of TOuter, TInner, TResult), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwait* @@ -5094,13 +5094,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwait(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TInner, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TOuter, TInner, Cysharp.Threading.Tasks.UniTask(Of TResult))) nameWithType: UniTaskAsyncEnumerable.JoinAwait(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func>, Func>, Func>) nameWithType.vb: UniTaskAsyncEnumerable.JoinAwait(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, UniTask(Of TKey)), Func(Of TInner, UniTask(Of TKey)), Func(Of TOuter, TInner, UniTask(Of TResult))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,``1,Cysharp.Threading.Tasks.UniTask{``3}},IEqualityComparer{``2}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,``1,Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.Generic.IEqualityComparer{``2}) name: JoinAwait(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func>, Func>, Func>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_JoinAwait__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_Cysharp_Threading_Tasks_UniTask___2___System_Func___0___1_Cysharp_Threading_Tasks_UniTask___3___IEqualityComparer___2__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,``1,Cysharp.Threading.Tasks.UniTask{``3}},IEqualityComparer{``2}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_JoinAwait__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_Cysharp_Threading_Tasks_UniTask___2___System_Func___0___1_Cysharp_Threading_Tasks_UniTask___3___System_Collections_Generic_IEqualityComparer___2__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,``1,Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.Generic.IEqualityComparer{``2}) name.vb: JoinAwait(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, UniTask(Of TKey)), Func(Of TInner, UniTask(Of TKey)), Func(Of TOuter, TInner, UniTask(Of TResult)), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func>, IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwait(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TInner, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TOuter, TInner, Cysharp.Threading.Tasks.UniTask(Of TResult)), IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwait(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TInner, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TOuter, TInner, Cysharp.Threading.Tasks.UniTask(Of TResult)), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.JoinAwait(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func>, Func>, Func>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.JoinAwait(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, UniTask(Of TKey)), Func(Of TInner, UniTask(Of TKey)), Func(Of TOuter, TInner, UniTask(Of TResult)), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwaitWithCancellation* @@ -5119,13 +5119,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwaitWithCancellation(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TInner, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TOuter, TInner, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TResult))) nameWithType: UniTaskAsyncEnumerable.JoinAwaitWithCancellation(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func>, Func>, Func>) nameWithType.vb: UniTaskAsyncEnumerable.JoinAwaitWithCancellation(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, CancellationToken, UniTask(Of TKey)), Func(Of TInner, CancellationToken, UniTask(Of TKey)), Func(Of TOuter, TInner, CancellationToken, UniTask(Of TResult))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,``1,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}},IEqualityComparer{``2}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,``1,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.Generic.IEqualityComparer{``2}) name: JoinAwaitWithCancellation(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func>, Func>, Func>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_JoinAwaitWithCancellation__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Func___0___1_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___3___IEqualityComparer___2__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,``1,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}},IEqualityComparer{``2}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_JoinAwaitWithCancellation__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Func___0___1_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___3___System_Collections_Generic_IEqualityComparer___2__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,``1,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.Generic.IEqualityComparer{``2}) name.vb: JoinAwaitWithCancellation(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, CancellationToken, UniTask(Of TKey)), Func(Of TInner, CancellationToken, UniTask(Of TKey)), Func(Of TOuter, TInner, CancellationToken, UniTask(Of TResult)), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func>, IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwaitWithCancellation(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TInner, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TOuter, TInner, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TResult)), IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwaitWithCancellation(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TInner, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TOuter, TInner, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TResult)), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.JoinAwaitWithCancellation(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func>, Func>, Func>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.JoinAwaitWithCancellation(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, CancellationToken, UniTask(Of TKey)), Func(Of TInner, CancellationToken, UniTask(Of TKey)), Func(Of TOuter, TInner, CancellationToken, UniTask(Of TResult)), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.LastAsync* @@ -5750,13 +5750,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Merge(Of T)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of T)()) nameWithType: UniTaskAsyncEnumerable.Merge(IUniTaskAsyncEnumerable[]) nameWithType.vb: UniTaskAsyncEnumerable.Merge(Of T)(IUniTaskAsyncEnumerable(Of T)()) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Merge``1(IEnumerable{Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0}}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Merge``1(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0}}) name: Merge(IEnumerable>) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Merge__1_IEnumerable_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0___ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Merge``1(IEnumerable{Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0}}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Merge__1_System_Collections_Generic_IEnumerable_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0___ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Merge``1(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0}}) name.vb: Merge(Of T)(IEnumerable(Of IUniTaskAsyncEnumerable(Of T))) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Merge(IEnumerable>) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Merge(Of T)(IEnumerable(Of Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of T))) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Merge(System.Collections.Generic.IEnumerable>) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Merge(Of T)(System.Collections.Generic.IEnumerable(Of Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of T))) nameWithType: UniTaskAsyncEnumerable.Merge(IEnumerable>) nameWithType.vb: UniTaskAsyncEnumerable.Merge(Of T)(IEnumerable(Of IUniTaskAsyncEnumerable(Of T))) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.MinAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{System.Decimal},System.Threading.CancellationToken) @@ -6224,13 +6224,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderBy(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey)) nameWithType: UniTaskAsyncEnumerable.OrderBy(IUniTaskAsyncEnumerable, Func) nameWithType.vb: UniTaskAsyncEnumerable.OrderBy(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderBy``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},IComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderBy``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1}) name: OrderBy(IUniTaskAsyncEnumerable, Func, IComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_OrderBy__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__IComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderBy``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},IComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_OrderBy__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Collections_Generic_IComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderBy``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1}) name.vb: OrderBy(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderBy(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, IComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderBy(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), IComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderBy(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Collections.Generic.IComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderBy(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Collections.Generic.IComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.OrderBy(IUniTaskAsyncEnumerable, Func, IComparer) nameWithType.vb: UniTaskAsyncEnumerable.OrderBy(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByAwait* @@ -6249,13 +6249,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByAwait(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey))) nameWithType: UniTaskAsyncEnumerable.OrderByAwait(IUniTaskAsyncEnumerable, Func>) nameWithType.vb: UniTaskAsyncEnumerable.OrderByAwait(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},IComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IComparer{``1}) name: OrderByAwait(IUniTaskAsyncEnumerable, Func>, IComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_OrderByAwait__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___IComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},IComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_OrderByAwait__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IComparer{``1}) name.vb: OrderByAwait(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, IComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByAwait(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), IComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.Generic.IComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByAwait(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.OrderByAwait(IUniTaskAsyncEnumerable, Func>, IComparer) nameWithType.vb: UniTaskAsyncEnumerable.OrderByAwait(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByAwaitWithCancellation* @@ -6274,13 +6274,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByAwaitWithCancellation(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey))) nameWithType: UniTaskAsyncEnumerable.OrderByAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>) nameWithType.vb: UniTaskAsyncEnumerable.OrderByAwaitWithCancellation(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},IComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IComparer{``1}) name: OrderByAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, IComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_OrderByAwaitWithCancellation__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___IComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},IComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_OrderByAwaitWithCancellation__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IComparer{``1}) name.vb: OrderByAwaitWithCancellation(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, IComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByAwaitWithCancellation(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), IComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.Generic.IComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByAwaitWithCancellation(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.OrderByAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, IComparer) nameWithType.vb: UniTaskAsyncEnumerable.OrderByAwaitWithCancellation(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescending* @@ -6299,13 +6299,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescending(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey)) nameWithType: UniTaskAsyncEnumerable.OrderByDescending(IUniTaskAsyncEnumerable, Func) nameWithType.vb: UniTaskAsyncEnumerable.OrderByDescending(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescending``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},IComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescending``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1}) name: OrderByDescending(IUniTaskAsyncEnumerable, Func, IComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_OrderByDescending__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__IComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescending``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},IComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_OrderByDescending__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Collections_Generic_IComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescending``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1}) name.vb: OrderByDescending(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescending(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, IComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescending(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), IComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescending(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Collections.Generic.IComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescending(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Collections.Generic.IComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.OrderByDescending(IUniTaskAsyncEnumerable, Func, IComparer) nameWithType.vb: UniTaskAsyncEnumerable.OrderByDescending(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescendingAwait* @@ -6324,13 +6324,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescendingAwait(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey))) nameWithType: UniTaskAsyncEnumerable.OrderByDescendingAwait(IUniTaskAsyncEnumerable, Func>) nameWithType.vb: UniTaskAsyncEnumerable.OrderByDescendingAwait(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescendingAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},IComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescendingAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IComparer{``1}) name: OrderByDescendingAwait(IUniTaskAsyncEnumerable, Func>, IComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_OrderByDescendingAwait__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___IComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescendingAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},IComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_OrderByDescendingAwait__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescendingAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IComparer{``1}) name.vb: OrderByDescendingAwait(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescendingAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, IComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescendingAwait(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), IComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescendingAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.Generic.IComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescendingAwait(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.OrderByDescendingAwait(IUniTaskAsyncEnumerable, Func>, IComparer) nameWithType.vb: UniTaskAsyncEnumerable.OrderByDescendingAwait(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescendingAwaitWithCancellation* @@ -6349,13 +6349,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescendingAwaitWithCancellation(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey))) nameWithType: UniTaskAsyncEnumerable.OrderByDescendingAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>) nameWithType.vb: UniTaskAsyncEnumerable.OrderByDescendingAwaitWithCancellation(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescendingAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},IComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescendingAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IComparer{``1}) name: OrderByDescendingAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, IComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_OrderByDescendingAwaitWithCancellation__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___IComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescendingAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},IComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_OrderByDescendingAwaitWithCancellation__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescendingAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IComparer{``1}) name.vb: OrderByDescendingAwaitWithCancellation(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescendingAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, IComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescendingAwaitWithCancellation(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), IComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescendingAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.Generic.IComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescendingAwaitWithCancellation(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.OrderByDescendingAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, IComparer) nameWithType.vb: UniTaskAsyncEnumerable.OrderByDescendingAwaitWithCancellation(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Pairwise* @@ -6694,13 +6694,13 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.SequenceEqualAsync nameWithType: UniTaskAsyncEnumerable.SequenceEqualAsync -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.SequenceEqualAsync``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},IEqualityComparer{``0},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.SequenceEqualAsync``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0},System.Threading.CancellationToken) name: SequenceEqualAsync(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, IEqualityComparer, CancellationToken) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_SequenceEqualAsync__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__IEqualityComparer___0__System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.SequenceEqualAsync``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},IEqualityComparer{``0},System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_SequenceEqualAsync__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Collections_Generic_IEqualityComparer___0__System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.SequenceEqualAsync``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0},System.Threading.CancellationToken) name.vb: SequenceEqualAsync(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource), CancellationToken) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.SequenceEqualAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, IEqualityComparer, System.Threading.CancellationToken) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.SequenceEqualAsync(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource), System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.SequenceEqualAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Collections.Generic.IEqualityComparer, System.Threading.CancellationToken) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.SequenceEqualAsync(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Collections.Generic.IEqualityComparer(Of TSource), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.SequenceEqualAsync(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, IEqualityComparer, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.SequenceEqualAsync(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource), CancellationToken) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.SequenceEqualAsync``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Threading.CancellationToken) @@ -7785,13 +7785,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenBy(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey)) nameWithType: UniTaskAsyncEnumerable.ThenBy(IUniTaskOrderedAsyncEnumerable, Func) nameWithType.vb: UniTaskAsyncEnumerable.ThenBy(Of TSource, TKey)(IUniTaskOrderedAsyncEnumerable(Of TSource), Func(Of TSource, TKey)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenBy``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,``1},IComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenBy``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1}) name: ThenBy(IUniTaskOrderedAsyncEnumerable, Func, IComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ThenBy__2_Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable___0__System_Func___0___1__IComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenBy``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,``1},IComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ThenBy__2_Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable___0__System_Func___0___1__System_Collections_Generic_IComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenBy``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1}) name.vb: ThenBy(Of TSource, TKey)(IUniTaskOrderedAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenBy(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable, System.Func, IComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenBy(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), IComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenBy(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable, System.Func, System.Collections.Generic.IComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenBy(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Collections.Generic.IComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.ThenBy(IUniTaskOrderedAsyncEnumerable, Func, IComparer) nameWithType.vb: UniTaskAsyncEnumerable.ThenBy(Of TSource, TKey)(IUniTaskOrderedAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByAwait* @@ -7810,13 +7810,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByAwait(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey))) nameWithType: UniTaskAsyncEnumerable.ThenByAwait(IUniTaskOrderedAsyncEnumerable, Func>) nameWithType.vb: UniTaskAsyncEnumerable.ThenByAwait(Of TSource, TKey)(IUniTaskOrderedAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByAwait``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},IComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByAwait``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IComparer{``1}) name: ThenByAwait(IUniTaskOrderedAsyncEnumerable, Func>, IComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ThenByAwait__2_Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___IComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByAwait``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},IComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ThenByAwait__2_Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByAwait``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IComparer{``1}) name.vb: ThenByAwait(Of TSource, TKey)(IUniTaskOrderedAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByAwait(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable, System.Func>, IComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByAwait(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), IComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByAwait(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable, System.Func>, System.Collections.Generic.IComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByAwait(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.ThenByAwait(IUniTaskOrderedAsyncEnumerable, Func>, IComparer) nameWithType.vb: UniTaskAsyncEnumerable.ThenByAwait(Of TSource, TKey)(IUniTaskOrderedAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByAwaitWithCancellation* @@ -7835,13 +7835,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByAwaitWithCancellation(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey))) nameWithType: UniTaskAsyncEnumerable.ThenByAwaitWithCancellation(IUniTaskOrderedAsyncEnumerable, Func>) nameWithType.vb: UniTaskAsyncEnumerable.ThenByAwaitWithCancellation(Of TSource, TKey)(IUniTaskOrderedAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},IComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IComparer{``1}) name: ThenByAwaitWithCancellation(IUniTaskOrderedAsyncEnumerable, Func>, IComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ThenByAwaitWithCancellation__2_Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___IComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},IComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ThenByAwaitWithCancellation__2_Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IComparer{``1}) name.vb: ThenByAwaitWithCancellation(Of TSource, TKey)(IUniTaskOrderedAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable, System.Func>, IComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByAwaitWithCancellation(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), IComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable, System.Func>, System.Collections.Generic.IComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByAwaitWithCancellation(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.ThenByAwaitWithCancellation(IUniTaskOrderedAsyncEnumerable, Func>, IComparer) nameWithType.vb: UniTaskAsyncEnumerable.ThenByAwaitWithCancellation(Of TSource, TKey)(IUniTaskOrderedAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescending* @@ -7860,13 +7860,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescending(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey)) nameWithType: UniTaskAsyncEnumerable.ThenByDescending(IUniTaskOrderedAsyncEnumerable, Func) nameWithType.vb: UniTaskAsyncEnumerable.ThenByDescending(Of TSource, TKey)(IUniTaskOrderedAsyncEnumerable(Of TSource), Func(Of TSource, TKey)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescending``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,``1},IComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescending``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1}) name: ThenByDescending(IUniTaskOrderedAsyncEnumerable, Func, IComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ThenByDescending__2_Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable___0__System_Func___0___1__IComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescending``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,``1},IComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ThenByDescending__2_Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable___0__System_Func___0___1__System_Collections_Generic_IComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescending``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1}) name.vb: ThenByDescending(Of TSource, TKey)(IUniTaskOrderedAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescending(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable, System.Func, IComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescending(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), IComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescending(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable, System.Func, System.Collections.Generic.IComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescending(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Collections.Generic.IComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.ThenByDescending(IUniTaskOrderedAsyncEnumerable, Func, IComparer) nameWithType.vb: UniTaskAsyncEnumerable.ThenByDescending(Of TSource, TKey)(IUniTaskOrderedAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescendingAwait* @@ -7885,13 +7885,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescendingAwait(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey))) nameWithType: UniTaskAsyncEnumerable.ThenByDescendingAwait(IUniTaskOrderedAsyncEnumerable, Func>) nameWithType.vb: UniTaskAsyncEnumerable.ThenByDescendingAwait(Of TSource, TKey)(IUniTaskOrderedAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescendingAwait``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},IComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescendingAwait``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IComparer{``1}) name: ThenByDescendingAwait(IUniTaskOrderedAsyncEnumerable, Func>, IComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ThenByDescendingAwait__2_Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___IComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescendingAwait``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},IComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ThenByDescendingAwait__2_Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescendingAwait``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IComparer{``1}) name.vb: ThenByDescendingAwait(Of TSource, TKey)(IUniTaskOrderedAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescendingAwait(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable, System.Func>, IComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescendingAwait(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), IComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescendingAwait(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable, System.Func>, System.Collections.Generic.IComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescendingAwait(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.ThenByDescendingAwait(IUniTaskOrderedAsyncEnumerable, Func>, IComparer) nameWithType.vb: UniTaskAsyncEnumerable.ThenByDescendingAwait(Of TSource, TKey)(IUniTaskOrderedAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescendingAwaitWithCancellation* @@ -7910,13 +7910,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescendingAwaitWithCancellation(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey))) nameWithType: UniTaskAsyncEnumerable.ThenByDescendingAwaitWithCancellation(IUniTaskOrderedAsyncEnumerable, Func>) nameWithType.vb: UniTaskAsyncEnumerable.ThenByDescendingAwaitWithCancellation(Of TSource, TKey)(IUniTaskOrderedAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescendingAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},IComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescendingAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IComparer{``1}) name: ThenByDescendingAwaitWithCancellation(IUniTaskOrderedAsyncEnumerable, Func>, IComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ThenByDescendingAwaitWithCancellation__2_Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___IComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescendingAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},IComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ThenByDescendingAwaitWithCancellation__2_Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescendingAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IComparer{``1}) name.vb: ThenByDescendingAwaitWithCancellation(Of TSource, TKey)(IUniTaskOrderedAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescendingAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable, System.Func>, IComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescendingAwaitWithCancellation(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), IComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescendingAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable, System.Func>, System.Collections.Generic.IComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescendingAwaitWithCancellation(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.ThenByDescendingAwaitWithCancellation(IUniTaskOrderedAsyncEnumerable, Func>, IComparer) nameWithType.vb: UniTaskAsyncEnumerable.ThenByDescendingAwaitWithCancellation(Of TSource, TKey)(IUniTaskOrderedAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Throw* @@ -7996,13 +7996,13 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAsync nameWithType: UniTaskAsyncEnumerable.ToDictionaryAsync -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},IEqualityComparer{``1},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name: ToDictionaryAsync(IUniTaskAsyncEnumerable, Func, IEqualityComparer, CancellationToken) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToDictionaryAsync__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__IEqualityComparer___1__System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},IEqualityComparer{``1},System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToDictionaryAsync__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Collections_Generic_IEqualityComparer___1__System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name.vb: ToDictionaryAsync(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IEqualityComparer(Of TKey), CancellationToken) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, IEqualityComparer, System.Threading.CancellationToken) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAsync(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), IEqualityComparer(Of TKey), System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Collections.Generic.IEqualityComparer, System.Threading.CancellationToken) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAsync(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Collections.Generic.IEqualityComparer(Of TKey), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ToDictionaryAsync(IUniTaskAsyncEnumerable, Func, IEqualityComparer, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ToDictionaryAsync(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IEqualityComparer(Of TKey), CancellationToken) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Threading.CancellationToken) @@ -8014,13 +8014,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAsync(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ToDictionaryAsync(IUniTaskAsyncEnumerable, Func, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ToDictionaryAsync(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), CancellationToken) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},IEqualityComparer{``1},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name: ToDictionaryAsync(IUniTaskAsyncEnumerable, Func, Func, IEqualityComparer, CancellationToken) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToDictionaryAsync__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Func___0___2__IEqualityComparer___1__System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},IEqualityComparer{``1},System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToDictionaryAsync__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Func___0___2__System_Collections_Generic_IEqualityComparer___1__System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name.vb: ToDictionaryAsync(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), Func(Of TSource, TElement), IEqualityComparer(Of TKey), CancellationToken) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, IEqualityComparer, System.Threading.CancellationToken) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAsync(Of TSource, TKey, TElement)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Func(Of TSource, TElement), IEqualityComparer(Of TKey), System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, System.Collections.Generic.IEqualityComparer, System.Threading.CancellationToken) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAsync(Of TSource, TKey, TElement)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Func(Of TSource, TElement), System.Collections.Generic.IEqualityComparer(Of TKey), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ToDictionaryAsync(IUniTaskAsyncEnumerable, Func, Func, IEqualityComparer, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ToDictionaryAsync(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), Func(Of TSource, TElement), IEqualityComparer(Of TKey), CancellationToken) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Threading.CancellationToken) @@ -8039,13 +8039,13 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitAsync nameWithType: UniTaskAsyncEnumerable.ToDictionaryAwaitAsync -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},IEqualityComparer{``1},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name: ToDictionaryAwaitAsync(IUniTaskAsyncEnumerable, Func>, IEqualityComparer, CancellationToken) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToDictionaryAwaitAsync__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___IEqualityComparer___1__System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},IEqualityComparer{``1},System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToDictionaryAwaitAsync__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IEqualityComparer___1__System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name.vb: ToDictionaryAwaitAsync(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IEqualityComparer(Of TKey), CancellationToken) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, IEqualityComparer, System.Threading.CancellationToken) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitAsync(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), IEqualityComparer(Of TKey), System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.Generic.IEqualityComparer, System.Threading.CancellationToken) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitAsync(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IEqualityComparer(Of TKey), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ToDictionaryAwaitAsync(IUniTaskAsyncEnumerable, Func>, IEqualityComparer, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ToDictionaryAwaitAsync(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IEqualityComparer(Of TKey), CancellationToken) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Threading.CancellationToken) @@ -8057,13 +8057,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitAsync(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ToDictionaryAwaitAsync(IUniTaskAsyncEnumerable, Func>, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ToDictionaryAwaitAsync(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), CancellationToken) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},IEqualityComparer{``1},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name: ToDictionaryAwaitAsync(IUniTaskAsyncEnumerable, Func>, Func>, IEqualityComparer, CancellationToken) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToDictionaryAwaitAsync__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_Cysharp_Threading_Tasks_UniTask___2___IEqualityComparer___1__System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},IEqualityComparer{``1},System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToDictionaryAwaitAsync__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_Cysharp_Threading_Tasks_UniTask___2___System_Collections_Generic_IEqualityComparer___1__System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name.vb: ToDictionaryAwaitAsync(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), Func(Of TSource, UniTask(Of TElement)), IEqualityComparer(Of TKey), CancellationToken) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, IEqualityComparer, System.Threading.CancellationToken) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitAsync(Of TSource, TKey, TElement)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TElement)), IEqualityComparer(Of TKey), System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Collections.Generic.IEqualityComparer, System.Threading.CancellationToken) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitAsync(Of TSource, TKey, TElement)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TElement)), System.Collections.Generic.IEqualityComparer(Of TKey), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ToDictionaryAwaitAsync(IUniTaskAsyncEnumerable, Func>, Func>, IEqualityComparer, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ToDictionaryAwaitAsync(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), Func(Of TSource, UniTask(Of TElement)), IEqualityComparer(Of TKey), CancellationToken) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Threading.CancellationToken) @@ -8082,13 +8082,13 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync nameWithType: UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},IEqualityComparer{``1},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name: ToDictionaryAwaitWithCancellationAsync(IUniTaskAsyncEnumerable, Func>, IEqualityComparer, CancellationToken) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToDictionaryAwaitWithCancellationAsync__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___IEqualityComparer___1__System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},IEqualityComparer{``1},System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToDictionaryAwaitWithCancellationAsync__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IEqualityComparer___1__System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name.vb: ToDictionaryAwaitWithCancellationAsync(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IEqualityComparer(Of TKey), CancellationToken) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, IEqualityComparer, System.Threading.CancellationToken) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), IEqualityComparer(Of TKey), System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.Generic.IEqualityComparer, System.Threading.CancellationToken) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IEqualityComparer(Of TKey), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync(IUniTaskAsyncEnumerable, Func>, IEqualityComparer, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IEqualityComparer(Of TKey), CancellationToken) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Threading.CancellationToken) @@ -8100,13 +8100,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync(IUniTaskAsyncEnumerable, Func>, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), CancellationToken) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},IEqualityComparer{``1},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name: ToDictionaryAwaitWithCancellationAsync(IUniTaskAsyncEnumerable, Func>, Func>, IEqualityComparer, CancellationToken) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToDictionaryAwaitWithCancellationAsync__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___IEqualityComparer___1__System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},IEqualityComparer{``1},System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToDictionaryAwaitWithCancellationAsync__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Collections_Generic_IEqualityComparer___1__System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name.vb: ToDictionaryAwaitWithCancellationAsync(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), Func(Of TSource, CancellationToken, UniTask(Of TElement)), IEqualityComparer(Of TKey), CancellationToken) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, IEqualityComparer, System.Threading.CancellationToken) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync(Of TSource, TKey, TElement)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TElement)), IEqualityComparer(Of TKey), System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Collections.Generic.IEqualityComparer, System.Threading.CancellationToken) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync(Of TSource, TKey, TElement)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TElement)), System.Collections.Generic.IEqualityComparer(Of TKey), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync(IUniTaskAsyncEnumerable, Func>, Func>, IEqualityComparer, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), Func(Of TSource, CancellationToken, UniTask(Of TElement)), IEqualityComparer(Of TKey), CancellationToken) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Threading.CancellationToken) @@ -8125,13 +8125,13 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToHashSetAsync nameWithType: UniTaskAsyncEnumerable.ToHashSetAsync -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToHashSetAsync``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},IEqualityComparer{``0},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToHashSetAsync``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0},System.Threading.CancellationToken) name: ToHashSetAsync(IUniTaskAsyncEnumerable, IEqualityComparer, CancellationToken) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToHashSetAsync__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__IEqualityComparer___0__System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToHashSetAsync``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},IEqualityComparer{``0},System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToHashSetAsync__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Collections_Generic_IEqualityComparer___0__System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToHashSetAsync``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0},System.Threading.CancellationToken) name.vb: ToHashSetAsync(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource), CancellationToken) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToHashSetAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, IEqualityComparer, System.Threading.CancellationToken) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToHashSetAsync(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource), System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToHashSetAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Collections.Generic.IEqualityComparer, System.Threading.CancellationToken) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToHashSetAsync(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Collections.Generic.IEqualityComparer(Of TSource), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ToHashSetAsync(IUniTaskAsyncEnumerable, IEqualityComparer, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ToHashSetAsync(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource), CancellationToken) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToHashSetAsync``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Threading.CancellationToken) @@ -8166,13 +8166,13 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAsync nameWithType: UniTaskAsyncEnumerable.ToLookupAsync -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},IEqualityComparer{``1},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name: ToLookupAsync(IUniTaskAsyncEnumerable, Func, IEqualityComparer, CancellationToken) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToLookupAsync__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__IEqualityComparer___1__System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},IEqualityComparer{``1},System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToLookupAsync__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Collections_Generic_IEqualityComparer___1__System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name.vb: ToLookupAsync(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IEqualityComparer(Of TKey), CancellationToken) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, IEqualityComparer, System.Threading.CancellationToken) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAsync(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), IEqualityComparer(Of TKey), System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Collections.Generic.IEqualityComparer, System.Threading.CancellationToken) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAsync(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Collections.Generic.IEqualityComparer(Of TKey), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ToLookupAsync(IUniTaskAsyncEnumerable, Func, IEqualityComparer, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ToLookupAsync(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IEqualityComparer(Of TKey), CancellationToken) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Threading.CancellationToken) @@ -8184,13 +8184,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAsync(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ToLookupAsync(IUniTaskAsyncEnumerable, Func, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ToLookupAsync(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), CancellationToken) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},IEqualityComparer{``1},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name: ToLookupAsync(IUniTaskAsyncEnumerable, Func, Func, IEqualityComparer, CancellationToken) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToLookupAsync__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Func___0___2__IEqualityComparer___1__System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},IEqualityComparer{``1},System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToLookupAsync__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Func___0___2__System_Collections_Generic_IEqualityComparer___1__System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name.vb: ToLookupAsync(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), Func(Of TSource, TElement), IEqualityComparer(Of TKey), CancellationToken) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, IEqualityComparer, System.Threading.CancellationToken) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAsync(Of TSource, TKey, TElement)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Func(Of TSource, TElement), IEqualityComparer(Of TKey), System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, System.Collections.Generic.IEqualityComparer, System.Threading.CancellationToken) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAsync(Of TSource, TKey, TElement)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Func(Of TSource, TElement), System.Collections.Generic.IEqualityComparer(Of TKey), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ToLookupAsync(IUniTaskAsyncEnumerable, Func, Func, IEqualityComparer, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ToLookupAsync(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), Func(Of TSource, TElement), IEqualityComparer(Of TKey), CancellationToken) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Threading.CancellationToken) @@ -8209,13 +8209,13 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitAsync nameWithType: UniTaskAsyncEnumerable.ToLookupAwaitAsync -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},IEqualityComparer{``1},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name: ToLookupAwaitAsync(IUniTaskAsyncEnumerable, Func>, IEqualityComparer, CancellationToken) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToLookupAwaitAsync__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___IEqualityComparer___1__System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},IEqualityComparer{``1},System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToLookupAwaitAsync__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IEqualityComparer___1__System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name.vb: ToLookupAwaitAsync(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IEqualityComparer(Of TKey), CancellationToken) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, IEqualityComparer, System.Threading.CancellationToken) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitAsync(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), IEqualityComparer(Of TKey), System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.Generic.IEqualityComparer, System.Threading.CancellationToken) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitAsync(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IEqualityComparer(Of TKey), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ToLookupAwaitAsync(IUniTaskAsyncEnumerable, Func>, IEqualityComparer, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ToLookupAwaitAsync(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IEqualityComparer(Of TKey), CancellationToken) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Threading.CancellationToken) @@ -8227,13 +8227,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitAsync(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ToLookupAwaitAsync(IUniTaskAsyncEnumerable, Func>, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ToLookupAwaitAsync(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), CancellationToken) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},IEqualityComparer{``1},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name: ToLookupAwaitAsync(IUniTaskAsyncEnumerable, Func>, Func>, IEqualityComparer, CancellationToken) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToLookupAwaitAsync__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_Cysharp_Threading_Tasks_UniTask___2___IEqualityComparer___1__System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},IEqualityComparer{``1},System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToLookupAwaitAsync__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_Cysharp_Threading_Tasks_UniTask___2___System_Collections_Generic_IEqualityComparer___1__System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name.vb: ToLookupAwaitAsync(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), Func(Of TSource, UniTask(Of TElement)), IEqualityComparer(Of TKey), CancellationToken) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, IEqualityComparer, System.Threading.CancellationToken) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitAsync(Of TSource, TKey, TElement)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TElement)), IEqualityComparer(Of TKey), System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Collections.Generic.IEqualityComparer, System.Threading.CancellationToken) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitAsync(Of TSource, TKey, TElement)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TElement)), System.Collections.Generic.IEqualityComparer(Of TKey), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ToLookupAwaitAsync(IUniTaskAsyncEnumerable, Func>, Func>, IEqualityComparer, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ToLookupAwaitAsync(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), Func(Of TSource, UniTask(Of TElement)), IEqualityComparer(Of TKey), CancellationToken) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Threading.CancellationToken) @@ -8252,13 +8252,13 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync nameWithType: UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},IEqualityComparer{``1},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name: ToLookupAwaitWithCancellationAsync(IUniTaskAsyncEnumerable, Func>, IEqualityComparer, CancellationToken) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToLookupAwaitWithCancellationAsync__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___IEqualityComparer___1__System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},IEqualityComparer{``1},System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToLookupAwaitWithCancellationAsync__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IEqualityComparer___1__System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name.vb: ToLookupAwaitWithCancellationAsync(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IEqualityComparer(Of TKey), CancellationToken) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, IEqualityComparer, System.Threading.CancellationToken) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), IEqualityComparer(Of TKey), System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.Generic.IEqualityComparer, System.Threading.CancellationToken) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IEqualityComparer(Of TKey), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync(IUniTaskAsyncEnumerable, Func>, IEqualityComparer, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IEqualityComparer(Of TKey), CancellationToken) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Threading.CancellationToken) @@ -8270,13 +8270,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync(IUniTaskAsyncEnumerable, Func>, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), CancellationToken) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},IEqualityComparer{``1},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name: ToLookupAwaitWithCancellationAsync(IUniTaskAsyncEnumerable, Func>, Func>, IEqualityComparer, CancellationToken) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToLookupAwaitWithCancellationAsync__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___IEqualityComparer___1__System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},IEqualityComparer{``1},System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToLookupAwaitWithCancellationAsync__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Collections_Generic_IEqualityComparer___1__System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name.vb: ToLookupAwaitWithCancellationAsync(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), Func(Of TSource, CancellationToken, UniTask(Of TElement)), IEqualityComparer(Of TKey), CancellationToken) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, IEqualityComparer, System.Threading.CancellationToken) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync(Of TSource, TKey, TElement)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TElement)), IEqualityComparer(Of TKey), System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Collections.Generic.IEqualityComparer, System.Threading.CancellationToken) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync(Of TSource, TKey, TElement)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TElement)), System.Collections.Generic.IEqualityComparer(Of TKey), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync(IUniTaskAsyncEnumerable, Func>, Func>, IEqualityComparer, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), Func(Of TSource, CancellationToken, UniTask(Of TElement)), IEqualityComparer(Of TKey), CancellationToken) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Threading.CancellationToken) @@ -8320,13 +8320,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable(Of TSource)(Cysharp.Threading.Tasks.UniTask(Of TSource)) nameWithType: UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable(UniTask) nameWithType.vb: UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable(Of TSource)(UniTask(Of TSource)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable``1(IEnumerable{``0}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable``1(System.Collections.Generic.IEnumerable{``0}) name: ToUniTaskAsyncEnumerable(IEnumerable) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToUniTaskAsyncEnumerable__1_IEnumerable___0__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable``1(IEnumerable{``0}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToUniTaskAsyncEnumerable__1_System_Collections_Generic_IEnumerable___0__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable``1(System.Collections.Generic.IEnumerable{``0}) name.vb: ToUniTaskAsyncEnumerable(Of TSource)(IEnumerable(Of TSource)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable(IEnumerable) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable(Of TSource)(IEnumerable(Of TSource)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable(System.Collections.Generic.IEnumerable) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable(Of TSource)(System.Collections.Generic.IEnumerable(Of TSource)) nameWithType: UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable(IEnumerable) nameWithType.vb: UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable(Of TSource)(IEnumerable(Of TSource)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable``1(System.IObservable{``0}) @@ -8363,13 +8363,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Union(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource)) nameWithType: UniTaskAsyncEnumerable.Union(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable) nameWithType.vb: UniTaskAsyncEnumerable.Union(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), IUniTaskAsyncEnumerable(Of TSource)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Union``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},IEqualityComparer{``0}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Union``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}) name: Union(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Union__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__IEqualityComparer___0__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Union``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},IEqualityComparer{``0}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Union__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Collections_Generic_IEqualityComparer___0__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Union``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}) name.vb: Union(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Union(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Union(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Union(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Union(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Collections.Generic.IEqualityComparer(Of TSource)) nameWithType: UniTaskAsyncEnumerable.Union(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.Union(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Where* @@ -8961,13 +8961,13 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.Progress.CreateOnlyValueChanged nameWithType: Progress.CreateOnlyValueChanged -- uid: Cysharp.Threading.Tasks.Progress.CreateOnlyValueChanged``1(System.Action{``0},IEqualityComparer{``0}) +- uid: Cysharp.Threading.Tasks.Progress.CreateOnlyValueChanged``1(System.Action{``0},System.Collections.Generic.IEqualityComparer{``0}) name: CreateOnlyValueChanged(Action, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Progress.html#Cysharp_Threading_Tasks_Progress_CreateOnlyValueChanged__1_System_Action___0__IEqualityComparer___0__ - commentId: M:Cysharp.Threading.Tasks.Progress.CreateOnlyValueChanged``1(System.Action{``0},IEqualityComparer{``0}) + href: api/Cysharp.Threading.Tasks.Progress.html#Cysharp_Threading_Tasks_Progress_CreateOnlyValueChanged__1_System_Action___0__System_Collections_Generic_IEqualityComparer___0__ + commentId: M:Cysharp.Threading.Tasks.Progress.CreateOnlyValueChanged``1(System.Action{``0},System.Collections.Generic.IEqualityComparer{``0}) name.vb: CreateOnlyValueChanged(Of T)(Action(Of T), IEqualityComparer(Of T)) - fullName: Cysharp.Threading.Tasks.Progress.CreateOnlyValueChanged(System.Action, IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Progress.CreateOnlyValueChanged(Of T)(System.Action(Of T), IEqualityComparer(Of T)) + fullName: Cysharp.Threading.Tasks.Progress.CreateOnlyValueChanged(System.Action, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Progress.CreateOnlyValueChanged(Of T)(System.Action(Of T), System.Collections.Generic.IEqualityComparer(Of T)) nameWithType: Progress.CreateOnlyValueChanged(Action, IEqualityComparer) nameWithType.vb: Progress.CreateOnlyValueChanged(Of T)(Action(Of T), IEqualityComparer(Of T)) - uid: Cysharp.Threading.Tasks.ReadOnlyAsyncReactiveProperty`1 @@ -18674,13 +18674,13 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.UniTask.WaitUntilValueChanged nameWithType: UniTask.WaitUntilValueChanged -- uid: Cysharp.Threading.Tasks.UniTask.WaitUntilValueChanged``2(``0,System.Func{``0,``1},Cysharp.Threading.Tasks.PlayerLoopTiming,IEqualityComparer{``1},System.Threading.CancellationToken,System.Boolean) +- uid: Cysharp.Threading.Tasks.UniTask.WaitUntilValueChanged``2(``0,System.Func{``0,``1},Cysharp.Threading.Tasks.PlayerLoopTiming,System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken,System.Boolean) name: WaitUntilValueChanged(T, Func, PlayerLoopTiming, IEqualityComparer, CancellationToken, Boolean) - href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WaitUntilValueChanged__2___0_System_Func___0___1__Cysharp_Threading_Tasks_PlayerLoopTiming_IEqualityComparer___1__System_Threading_CancellationToken_System_Boolean_ - commentId: M:Cysharp.Threading.Tasks.UniTask.WaitUntilValueChanged``2(``0,System.Func{``0,``1},Cysharp.Threading.Tasks.PlayerLoopTiming,IEqualityComparer{``1},System.Threading.CancellationToken,System.Boolean) + href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WaitUntilValueChanged__2___0_System_Func___0___1__Cysharp_Threading_Tasks_PlayerLoopTiming_System_Collections_Generic_IEqualityComparer___1__System_Threading_CancellationToken_System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.UniTask.WaitUntilValueChanged``2(``0,System.Func{``0,``1},Cysharp.Threading.Tasks.PlayerLoopTiming,System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken,System.Boolean) name.vb: WaitUntilValueChanged(Of T, U)(T, Func(Of T, U), PlayerLoopTiming, IEqualityComparer(Of U), CancellationToken, Boolean) - fullName: Cysharp.Threading.Tasks.UniTask.WaitUntilValueChanged(T, System.Func, Cysharp.Threading.Tasks.PlayerLoopTiming, IEqualityComparer, System.Threading.CancellationToken, System.Boolean) - fullName.vb: Cysharp.Threading.Tasks.UniTask.WaitUntilValueChanged(Of T, U)(T, System.Func(Of T, U), Cysharp.Threading.Tasks.PlayerLoopTiming, IEqualityComparer(Of U), System.Threading.CancellationToken, System.Boolean) + fullName: Cysharp.Threading.Tasks.UniTask.WaitUntilValueChanged(T, System.Func, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Collections.Generic.IEqualityComparer, System.Threading.CancellationToken, System.Boolean) + fullName.vb: Cysharp.Threading.Tasks.UniTask.WaitUntilValueChanged(Of T, U)(T, System.Func(Of T, U), Cysharp.Threading.Tasks.PlayerLoopTiming, System.Collections.Generic.IEqualityComparer(Of U), System.Threading.CancellationToken, System.Boolean) nameWithType: UniTask.WaitUntilValueChanged(T, Func, PlayerLoopTiming, IEqualityComparer, CancellationToken, Boolean) nameWithType.vb: UniTask.WaitUntilValueChanged(Of T, U)(T, Func(Of T, U), PlayerLoopTiming, IEqualityComparer(Of U), CancellationToken, Boolean) - uid: Cysharp.Threading.Tasks.UniTask.WaitWhile(System.Func{System.Boolean},Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,System.Boolean) @@ -18717,13 +18717,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.UniTask.WhenAll(Cysharp.Threading.Tasks.UniTask()) nameWithType: UniTask.WhenAll(UniTask[]) nameWithType.vb: UniTask.WhenAll(UniTask()) -- uid: Cysharp.Threading.Tasks.UniTask.WhenAll(IEnumerable{Cysharp.Threading.Tasks.UniTask}) +- uid: Cysharp.Threading.Tasks.UniTask.WhenAll(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.UniTask}) name: WhenAll(IEnumerable) - href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WhenAll_IEnumerable_Cysharp_Threading_Tasks_UniTask__ - commentId: M:Cysharp.Threading.Tasks.UniTask.WhenAll(IEnumerable{Cysharp.Threading.Tasks.UniTask}) + href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WhenAll_System_Collections_Generic_IEnumerable_Cysharp_Threading_Tasks_UniTask__ + commentId: M:Cysharp.Threading.Tasks.UniTask.WhenAll(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.UniTask}) name.vb: WhenAll(IEnumerable(Of UniTask)) - fullName: Cysharp.Threading.Tasks.UniTask.WhenAll(IEnumerable) - fullName.vb: Cysharp.Threading.Tasks.UniTask.WhenAll(IEnumerable(Of Cysharp.Threading.Tasks.UniTask)) + fullName: Cysharp.Threading.Tasks.UniTask.WhenAll(System.Collections.Generic.IEnumerable) + fullName.vb: Cysharp.Threading.Tasks.UniTask.WhenAll(System.Collections.Generic.IEnumerable(Of Cysharp.Threading.Tasks.UniTask)) nameWithType: UniTask.WhenAll(IEnumerable) nameWithType.vb: UniTask.WhenAll(IEnumerable(Of UniTask)) - uid: Cysharp.Threading.Tasks.UniTask.WhenAll* @@ -18742,13 +18742,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.UniTask.WhenAll(Of T)(Cysharp.Threading.Tasks.UniTask(Of T)()) nameWithType: UniTask.WhenAll(UniTask[]) nameWithType.vb: UniTask.WhenAll(Of T)(UniTask(Of T)()) -- uid: Cysharp.Threading.Tasks.UniTask.WhenAll``1(IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) +- uid: Cysharp.Threading.Tasks.UniTask.WhenAll``1(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) name: WhenAll(IEnumerable>) - href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WhenAll__1_IEnumerable_Cysharp_Threading_Tasks_UniTask___0___ - commentId: M:Cysharp.Threading.Tasks.UniTask.WhenAll``1(IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) + href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WhenAll__1_System_Collections_Generic_IEnumerable_Cysharp_Threading_Tasks_UniTask___0___ + commentId: M:Cysharp.Threading.Tasks.UniTask.WhenAll``1(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) name.vb: WhenAll(Of T)(IEnumerable(Of UniTask(Of T))) - fullName: Cysharp.Threading.Tasks.UniTask.WhenAll(IEnumerable>) - fullName.vb: Cysharp.Threading.Tasks.UniTask.WhenAll(Of T)(IEnumerable(Of Cysharp.Threading.Tasks.UniTask(Of T))) + fullName: Cysharp.Threading.Tasks.UniTask.WhenAll(System.Collections.Generic.IEnumerable>) + fullName.vb: Cysharp.Threading.Tasks.UniTask.WhenAll(Of T)(System.Collections.Generic.IEnumerable(Of Cysharp.Threading.Tasks.UniTask(Of T))) nameWithType: UniTask.WhenAll(IEnumerable>) nameWithType.vb: UniTask.WhenAll(Of T)(IEnumerable(Of UniTask(Of T))) - uid: Cysharp.Threading.Tasks.UniTask.WhenAll``10(Cysharp.Threading.Tasks.UniTask{``0},Cysharp.Threading.Tasks.UniTask{``1},Cysharp.Threading.Tasks.UniTask{``2},Cysharp.Threading.Tasks.UniTask{``3},Cysharp.Threading.Tasks.UniTask{``4},Cysharp.Threading.Tasks.UniTask{``5},Cysharp.Threading.Tasks.UniTask{``6},Cysharp.Threading.Tasks.UniTask{``7},Cysharp.Threading.Tasks.UniTask{``8},Cysharp.Threading.Tasks.UniTask{``9}) @@ -18886,13 +18886,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.UniTask.WhenAny(Cysharp.Threading.Tasks.UniTask()) nameWithType: UniTask.WhenAny(UniTask[]) nameWithType.vb: UniTask.WhenAny(UniTask()) -- uid: Cysharp.Threading.Tasks.UniTask.WhenAny(IEnumerable{Cysharp.Threading.Tasks.UniTask}) +- uid: Cysharp.Threading.Tasks.UniTask.WhenAny(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.UniTask}) name: WhenAny(IEnumerable) - href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WhenAny_IEnumerable_Cysharp_Threading_Tasks_UniTask__ - commentId: M:Cysharp.Threading.Tasks.UniTask.WhenAny(IEnumerable{Cysharp.Threading.Tasks.UniTask}) + href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WhenAny_System_Collections_Generic_IEnumerable_Cysharp_Threading_Tasks_UniTask__ + commentId: M:Cysharp.Threading.Tasks.UniTask.WhenAny(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.UniTask}) name.vb: WhenAny(IEnumerable(Of UniTask)) - fullName: Cysharp.Threading.Tasks.UniTask.WhenAny(IEnumerable) - fullName.vb: Cysharp.Threading.Tasks.UniTask.WhenAny(IEnumerable(Of Cysharp.Threading.Tasks.UniTask)) + fullName: Cysharp.Threading.Tasks.UniTask.WhenAny(System.Collections.Generic.IEnumerable) + fullName.vb: Cysharp.Threading.Tasks.UniTask.WhenAny(System.Collections.Generic.IEnumerable(Of Cysharp.Threading.Tasks.UniTask)) nameWithType: UniTask.WhenAny(IEnumerable) nameWithType.vb: UniTask.WhenAny(IEnumerable(Of UniTask)) - uid: Cysharp.Threading.Tasks.UniTask.WhenAny* @@ -18920,13 +18920,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.UniTask.WhenAny(Of T)(Cysharp.Threading.Tasks.UniTask(Of T)()) nameWithType: UniTask.WhenAny(UniTask[]) nameWithType.vb: UniTask.WhenAny(Of T)(UniTask(Of T)()) -- uid: Cysharp.Threading.Tasks.UniTask.WhenAny``1(IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) +- uid: Cysharp.Threading.Tasks.UniTask.WhenAny``1(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) name: WhenAny(IEnumerable>) - href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WhenAny__1_IEnumerable_Cysharp_Threading_Tasks_UniTask___0___ - commentId: M:Cysharp.Threading.Tasks.UniTask.WhenAny``1(IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) + href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WhenAny__1_System_Collections_Generic_IEnumerable_Cysharp_Threading_Tasks_UniTask___0___ + commentId: M:Cysharp.Threading.Tasks.UniTask.WhenAny``1(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) name.vb: WhenAny(Of T)(IEnumerable(Of UniTask(Of T))) - fullName: Cysharp.Threading.Tasks.UniTask.WhenAny(IEnumerable>) - fullName.vb: Cysharp.Threading.Tasks.UniTask.WhenAny(Of T)(IEnumerable(Of Cysharp.Threading.Tasks.UniTask(Of T))) + fullName: Cysharp.Threading.Tasks.UniTask.WhenAny(System.Collections.Generic.IEnumerable>) + fullName.vb: Cysharp.Threading.Tasks.UniTask.WhenAny(Of T)(System.Collections.Generic.IEnumerable(Of Cysharp.Threading.Tasks.UniTask(Of T))) nameWithType: UniTask.WhenAny(IEnumerable>) nameWithType.vb: UniTask.WhenAny(Of T)(IEnumerable(Of UniTask(Of T))) - uid: Cysharp.Threading.Tasks.UniTask.WhenAny``10(Cysharp.Threading.Tasks.UniTask{``0},Cysharp.Threading.Tasks.UniTask{``1},Cysharp.Threading.Tasks.UniTask{``2},Cysharp.Threading.Tasks.UniTask{``3},Cysharp.Threading.Tasks.UniTask{``4},Cysharp.Threading.Tasks.UniTask{``5},Cysharp.Threading.Tasks.UniTask{``6},Cysharp.Threading.Tasks.UniTask{``7},Cysharp.Threading.Tasks.UniTask{``8},Cysharp.Threading.Tasks.UniTask{``9}) @@ -19071,13 +19071,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.UniTask.WhenEach(Of T)(Cysharp.Threading.Tasks.UniTask(Of T)()) nameWithType: UniTask.WhenEach(UniTask[]) nameWithType.vb: UniTask.WhenEach(Of T)(UniTask(Of T)()) -- uid: Cysharp.Threading.Tasks.UniTask.WhenEach``1(IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) +- uid: Cysharp.Threading.Tasks.UniTask.WhenEach``1(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) name: WhenEach(IEnumerable>) - href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WhenEach__1_IEnumerable_Cysharp_Threading_Tasks_UniTask___0___ - commentId: M:Cysharp.Threading.Tasks.UniTask.WhenEach``1(IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) + href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WhenEach__1_System_Collections_Generic_IEnumerable_Cysharp_Threading_Tasks_UniTask___0___ + commentId: M:Cysharp.Threading.Tasks.UniTask.WhenEach``1(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) name.vb: WhenEach(Of T)(IEnumerable(Of UniTask(Of T))) - fullName: Cysharp.Threading.Tasks.UniTask.WhenEach(IEnumerable>) - fullName.vb: Cysharp.Threading.Tasks.UniTask.WhenEach(Of T)(IEnumerable(Of Cysharp.Threading.Tasks.UniTask(Of T))) + fullName: Cysharp.Threading.Tasks.UniTask.WhenEach(System.Collections.Generic.IEnumerable>) + fullName.vb: Cysharp.Threading.Tasks.UniTask.WhenEach(Of T)(System.Collections.Generic.IEnumerable(Of Cysharp.Threading.Tasks.UniTask(Of T))) nameWithType: UniTask.WhenEach(IEnumerable>) nameWithType.vb: UniTask.WhenEach(Of T)(IEnumerable(Of UniTask(Of T))) - uid: Cysharp.Threading.Tasks.UniTask.Yield @@ -20181,13 +20181,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter(Cysharp.Threading.Tasks.UniTask()) nameWithType: UniTaskExtensions.GetAwaiter(UniTask[]) nameWithType.vb: UniTaskExtensions.GetAwaiter(UniTask()) -- uid: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter(IEnumerable{Cysharp.Threading.Tasks.UniTask}) +- uid: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.UniTask}) name: GetAwaiter(IEnumerable) - href: api/Cysharp.Threading.Tasks.UniTaskExtensions.html#Cysharp_Threading_Tasks_UniTaskExtensions_GetAwaiter_IEnumerable_Cysharp_Threading_Tasks_UniTask__ - commentId: M:Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter(IEnumerable{Cysharp.Threading.Tasks.UniTask}) + href: api/Cysharp.Threading.Tasks.UniTaskExtensions.html#Cysharp_Threading_Tasks_UniTaskExtensions_GetAwaiter_System_Collections_Generic_IEnumerable_Cysharp_Threading_Tasks_UniTask__ + commentId: M:Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.UniTask}) name.vb: GetAwaiter(IEnumerable(Of UniTask)) - fullName: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter(IEnumerable) - fullName.vb: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter(IEnumerable(Of Cysharp.Threading.Tasks.UniTask)) + fullName: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter(System.Collections.Generic.IEnumerable) + fullName.vb: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter(System.Collections.Generic.IEnumerable(Of Cysharp.Threading.Tasks.UniTask)) nameWithType: UniTaskExtensions.GetAwaiter(IEnumerable) nameWithType.vb: UniTaskExtensions.GetAwaiter(IEnumerable(Of UniTask)) - uid: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter(System.ValueTuple{Cysharp.Threading.Tasks.UniTask,Cysharp.Threading.Tasks.UniTask,Cysharp.Threading.Tasks.UniTask,Cysharp.Threading.Tasks.UniTask,Cysharp.Threading.Tasks.UniTask,Cysharp.Threading.Tasks.UniTask,Cysharp.Threading.Tasks.UniTask,System.ValueTuple{Cysharp.Threading.Tasks.UniTask,Cysharp.Threading.Tasks.UniTask,Cysharp.Threading.Tasks.UniTask,Cysharp.Threading.Tasks.UniTask,Cysharp.Threading.Tasks.UniTask,Cysharp.Threading.Tasks.UniTask,Cysharp.Threading.Tasks.UniTask,System.ValueTuple{Cysharp.Threading.Tasks.UniTask}}}) @@ -20332,13 +20332,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter(Of T)(Cysharp.Threading.Tasks.UniTask(Of T)()) nameWithType: UniTaskExtensions.GetAwaiter(UniTask[]) nameWithType.vb: UniTaskExtensions.GetAwaiter(Of T)(UniTask(Of T)()) -- uid: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter``1(IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) +- uid: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter``1(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) name: GetAwaiter(IEnumerable>) - href: api/Cysharp.Threading.Tasks.UniTaskExtensions.html#Cysharp_Threading_Tasks_UniTaskExtensions_GetAwaiter__1_IEnumerable_Cysharp_Threading_Tasks_UniTask___0___ - commentId: M:Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter``1(IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) + href: api/Cysharp.Threading.Tasks.UniTaskExtensions.html#Cysharp_Threading_Tasks_UniTaskExtensions_GetAwaiter__1_System_Collections_Generic_IEnumerable_Cysharp_Threading_Tasks_UniTask___0___ + commentId: M:Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter``1(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) name.vb: GetAwaiter(Of T)(IEnumerable(Of UniTask(Of T))) - fullName: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter(IEnumerable>) - fullName.vb: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter(Of T)(IEnumerable(Of Cysharp.Threading.Tasks.UniTask(Of T))) + fullName: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter(System.Collections.Generic.IEnumerable>) + fullName.vb: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter(Of T)(System.Collections.Generic.IEnumerable(Of Cysharp.Threading.Tasks.UniTask(Of T))) nameWithType: UniTaskExtensions.GetAwaiter(IEnumerable>) nameWithType.vb: UniTaskExtensions.GetAwaiter(Of T)(IEnumerable(Of UniTask(Of T))) - uid: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter``10(System.ValueTuple{Cysharp.Threading.Tasks.UniTask{``0},Cysharp.Threading.Tasks.UniTask{``1},Cysharp.Threading.Tasks.UniTask{``2},Cysharp.Threading.Tasks.UniTask{``3},Cysharp.Threading.Tasks.UniTask{``4},Cysharp.Threading.Tasks.UniTask{``5},Cysharp.Threading.Tasks.UniTask{``6},System.ValueTuple{Cysharp.Threading.Tasks.UniTask{``7},Cysharp.Threading.Tasks.UniTask{``8},Cysharp.Threading.Tasks.UniTask{``9}}})