diff --git a/api/Cysharp.Threading.Tasks.CancellationTokenEqualityComparer.html b/api/Cysharp.Threading.Tasks.CancellationTokenEqualityComparer.html index 5b2c73ab..f8c2162e 100644 --- a/api/Cysharp.Threading.Tasks.CancellationTokenEqualityComparer.html +++ b/api/Cysharp.Threading.Tasks.CancellationTokenEqualityComparer.html @@ -91,6 +91,10 @@
Inheritance
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 @@
Returns
+

Implements

+
+ System.Collections.Generic.IEqualityComparer<T> +
diff --git a/api/Cysharp.Threading.Tasks.EnumerableAsyncExtensions.html b/api/Cysharp.Threading.Tasks.EnumerableAsyncExtensions.html index 1a74329d..4f7de55c 100644 --- a/api/Cysharp.Threading.Tasks.EnumerableAsyncExtensions.html +++ b/api/Cysharp.Threading.Tasks.EnumerableAsyncExtensions.html @@ -110,25 +110,25 @@

Methods - 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 @@

Methods

-

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 @@
Parameters
Returns
-
IEnumerable<UniTask>
+
System.Collections.Generic.IEnumerable<UniTask>
@@ -185,7 +185,7 @@
Type Parameters
-

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 @@
Parameters
Returns
-
IEnumerable<UniTask>
+
System.Collections.Generic.IEnumerable<UniTask>
@@ -231,7 +231,7 @@
Type Parameters
-

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 @@
Parameters
Returns
-
IEnumerable<UniTask<TR>>
+
System.Collections.Generic.IEnumerable<UniTask<TR>>
@@ -279,7 +279,7 @@
Type Parameters
-

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 @@
Parameters
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 15f70773..85724d37 100644 --- a/api/Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html +++ b/api/Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html @@ -116,19 +116,19 @@

Methods - ToUniTask(IEnumerator, PlayerLoopTiming, CancellationToken) + ToUniTask(IEnumerator, PlayerLoopTiming, CancellationToken) - ToUniTask(IEnumerator, MonoBehaviour) + ToUniTask(IEnumerator, MonoBehaviour) - WithCancellation(IEnumerator, CancellationToken) + WithCancellation(IEnumerator, CancellationToken) @@ -184,7 +184,7 @@

Type Parameters
-

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 @@
Returns
-

ToUniTask(IEnumerator, MonoBehaviour)

+

ToUniTask(IEnumerator, MonoBehaviour)

@@ -236,7 +236,7 @@

Parameters

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

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 de40320b..c256fb15 100644 --- a/api/Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable-1.html +++ b/api/Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable-1.html @@ -112,19 +112,19 @@

Methods - 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 @@

Methods

-

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

+

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

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

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

+

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

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

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

+

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

@@ -244,7 +244,7 @@
Parameters
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 64c18bca..402710c1 100644 --- a/api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html +++ b/api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html @@ -566,7 +566,7 @@

Methods - ContainsAsync<TSource>(IUniTaskAsyncEnumerable<TSource>, TSource, IEqualityComparer<TSource>, CancellationToken) + ContainsAsync<TSource>(IUniTaskAsyncEnumerable<TSource>, TSource, IEqualityComparer<TSource>, CancellationToken) @@ -626,7 +626,7 @@

Methods - Distinct<TSource>(IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>) + Distinct<TSource>(IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>) @@ -638,7 +638,7 @@

Methods - Distinct<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>) + Distinct<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>) @@ -650,7 +650,7 @@

Methods - 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 @@

Methods - 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 @@

Methods - DistinctUntilChanged<TSource>(IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>) + DistinctUntilChanged<TSource>(IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>) @@ -686,7 +686,7 @@

Methods - DistinctUntilChanged<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>) + DistinctUntilChanged<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>) @@ -698,7 +698,7 @@

Methods - 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 @@

Methods - 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 @@

Methods - 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 @@

Methods - Except<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>) + Except<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>) @@ -878,7 +878,7 @@

Methods - GroupBy<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>) + GroupBy<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>) @@ -890,31 +890,31 @@

Methods - 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 @@

Methods - 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 @@

Methods - 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 @@

Methods - 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 @@

Methods - 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 @@

Methods - Intersect<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>) + Intersect<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>) @@ -1082,7 +1082,7 @@

Methods - 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 @@

Methods - 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 @@

Methods - 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 @@

Methods - Merge<T>(IEnumerable<IUniTaskAsyncEnumerable<T>>) + Merge<T>(IEnumerable<IUniTaskAsyncEnumerable<T>>) @@ -1754,7 +1754,7 @@

Methods - OrderBy<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>) + OrderBy<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>) @@ -1766,7 +1766,7 @@

Methods - 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 @@

Methods - 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 @@

Methods - OrderByDescending<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>) + OrderByDescending<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>) @@ -1802,7 +1802,7 @@

Methods - 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 @@

Methods - 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 @@

Methods - SequenceEqualAsync<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>, CancellationToken) + SequenceEqualAsync<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>, CancellationToken) @@ -2582,7 +2582,7 @@

Methods - ThenBy<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>) + ThenBy<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>) @@ -2594,7 +2594,7 @@

Methods - 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 @@

Methods - 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 @@

Methods - ThenByDescending<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>) + ThenByDescending<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>) @@ -2630,7 +2630,7 @@

Methods - 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 @@

Methods - 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 @@

Methods - 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 @@

Methods - 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 @@

Methods - 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 @@

Methods - 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 @@

Methods - 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 @@

Methods - 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 @@

Methods - ToHashSetAsync<TSource>(IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>, CancellationToken) + ToHashSetAsync<TSource>(IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>, CancellationToken) @@ -2774,7 +2774,7 @@

Methods - 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 @@

Methods - 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 @@

Methods - 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 @@

Methods - 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 @@

Methods - 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 @@

Methods - 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 @@

Methods - ToUniTaskAsyncEnumerable<TSource>(IEnumerable<TSource>) + ToUniTaskAsyncEnumerable<TSource>(IEnumerable<TSource>) @@ -2882,7 +2882,7 @@

Methods - Union<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>) + Union<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>) @@ -5696,7 +5696,7 @@

Parameters
Returns
-
IUniTaskAsyncEnumerable<IList<TSource>>
+
IUniTaskAsyncEnumerable<System.Collections.Generic.IList<TSource>>
@@ -5744,7 +5744,7 @@
Parameters
Returns
-
IUniTaskAsyncEnumerable<IList<TSource>>
+
IUniTaskAsyncEnumerable<System.Collections.Generic.IList<TSource>>
@@ -6951,7 +6951,7 @@
Type Parameters
-

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

+

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

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

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

+

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

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

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

+

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

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

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 @@
Parameters
keySelector System.Func<TSource, UniTask<TKey>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -7707,7 +7707,7 @@
Type Parameters
-

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 @@
Parameters
keySelector System.Func<TSource, System.Threading.CancellationToken, UniTask<TKey>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -7801,7 +7801,7 @@
Type Parameters
-

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

+

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

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

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

+

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

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

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 @@
Parameters
keySelector System.Func<TSource, UniTask<TKey>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -8091,7 +8091,7 @@
Type Parameters
-

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 @@
Parameters
keySelector System.Func<TSource, System.Threading.CancellationToken, UniTask<TKey>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -8551,7 +8551,7 @@
Returns
-

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 @@
Parameters
monitorTiming PlayerLoopTiming
-
equalityComparer IEqualityComparer<TProperty>
+
equalityComparer System.Collections.Generic.IEqualityComparer<TProperty>
cancelImmediately System.Boolean
@@ -8652,7 +8652,7 @@
Type Parameters
-

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

+

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

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

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

+

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

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

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 @@
Parameters
elementSelector System.Func<TSource, TElement>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -9572,7 +9572,7 @@
Type Parameters
-

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 @@
Parameters
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 @@
Type Parameters
-

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 @@
Parameters
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 @@
Type Parameters
-

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 @@
Parameters
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 @@
Type Parameters
-

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 @@
Parameters
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 @@
Type Parameters
-

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 @@
Parameters
keySelector System.Func<TSource, UniTask<TKey>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -9942,7 +9942,7 @@
Type Parameters
-

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 @@
Parameters
elementSelector System.Func<TSource, UniTask<TElement>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -9996,7 +9996,7 @@
Type Parameters
-

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 @@
Parameters
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 @@
Type Parameters
-

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 @@
Parameters
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 @@
Type Parameters
-

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 @@
Parameters
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 @@
Type Parameters
-

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 @@
Parameters
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 @@
Type Parameters
-

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 @@
Parameters
keySelector System.Func<TSource, System.Threading.CancellationToken, UniTask<TKey>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -10366,7 +10366,7 @@
Type Parameters
-

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 @@
Parameters
elementSelector System.Func<TSource, System.Threading.CancellationToken, UniTask<TElement>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -10420,7 +10420,7 @@
Type Parameters
-

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 @@
Parameters
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 @@
Type Parameters
-

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 @@
Parameters
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 @@
Type Parameters
-

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 @@
Parameters
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 @@
Type Parameters
-

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 @@
Parameters
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 @@
Type Parameters
-

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 @@
Parameters
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 @@
Type Parameters
-

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 @@
Parameters
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 @@
Type Parameters
-

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 @@
Parameters
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 @@
Type Parameters
-

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 @@
Parameters
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 @@
Type Parameters
-

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 @@
Parameters
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 @@
Type Parameters
-

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 @@
Parameters
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 @@
Type Parameters
-

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

+

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

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

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 @@
Parameters
resultSelector System.Func<TOuter, TInner, TResult>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -11348,7 +11348,7 @@
Type Parameters
-

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 @@
Parameters
resultSelector System.Func<TOuter, TInner, UniTask<TResult>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -11466,7 +11466,7 @@
Type Parameters
-

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 @@
Parameters
resultSelector System.Func<TOuter, TInner, System.Threading.CancellationToken, UniTask<TResult>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
@@ -14260,7 +14260,7 @@
Type Parameters
-

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 @@
Type Parameters
-

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

+

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

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

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 @@
Parameters
keySelector System.Func<TSource, UniTask<TKey>>
-
comparer IComparer<TKey>
+
comparer System.Collections.Generic.IComparer<TKey>
@@ -16655,7 +16655,7 @@
Type Parameters
-

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 @@
Parameters
keySelector System.Func<TSource, System.Threading.CancellationToken, UniTask<TKey>>
-
comparer IComparer<TKey>
+
comparer System.Collections.Generic.IComparer<TKey>
@@ -16753,7 +16753,7 @@
Type Parameters
-

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

+

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

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

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 @@
Parameters
keySelector System.Func<TSource, UniTask<TKey>>
-
comparer IComparer<TKey>
+
comparer System.Collections.Generic.IComparer<TKey>
@@ -16949,7 +16949,7 @@
Type Parameters
-

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 @@
Parameters
keySelector System.Func<TSource, System.Threading.CancellationToken, UniTask<TKey>>
-
comparer IComparer<TKey>
+
comparer System.Collections.Generic.IComparer<TKey>
@@ -18238,7 +18238,7 @@
Type Parameters
-

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

+

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

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

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

+

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

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

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 @@
Parameters
keySelector System.Func<TSource, UniTask<TKey>>
-
comparer IComparer<TKey>
+
comparer System.Collections.Generic.IComparer<TKey>
@@ -23052,7 +23052,7 @@
Type Parameters
-

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 @@
Parameters
keySelector System.Func<TSource, System.Threading.CancellationToken, UniTask<TKey>>
-
comparer IComparer<TKey>
+
comparer System.Collections.Generic.IComparer<TKey>
@@ -23150,7 +23150,7 @@
Type Parameters
-

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

+

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

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

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 @@
Parameters
keySelector System.Func<TSource, UniTask<TKey>>
-
comparer IComparer<TKey>
+
comparer System.Collections.Generic.IComparer<TKey>
@@ -23346,7 +23346,7 @@
Type Parameters
-

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 @@
Parameters
keySelector System.Func<TSource, System.Threading.CancellationToken, UniTask<TKey>>
-
comparer IComparer<TKey>
+
comparer System.Collections.Generic.IComparer<TKey>
@@ -23658,7 +23658,7 @@
Type Parameters
-

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 @@
Parameters
keySelector System.Func<TSource, TKey>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
cancellationToken System.Threading.CancellationToken
@@ -23683,7 +23683,7 @@
Parameters
Returns
-
UniTask<Dictionary<TKey, TSource>>
+
UniTask<System.Collections.Generic.Dictionary<TKey, TSource>>
@@ -23733,7 +23733,7 @@
Parameters
Returns
-
UniTask<Dictionary<TKey, TSource>>
+
UniTask<System.Collections.Generic.Dictionary<TKey, TSource>>
@@ -23760,7 +23760,7 @@
Type Parameters
-

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 @@
Parameters
elementSelector System.Func<TSource, TElement>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
cancellationToken System.Threading.CancellationToken
@@ -23787,7 +23787,7 @@
Parameters
Returns
-
UniTask<Dictionary<TKey, TElement>>
+
UniTask<System.Collections.Generic.Dictionary<TKey, TElement>>
@@ -23841,7 +23841,7 @@
Parameters
Returns
-
UniTask<Dictionary<TKey, TElement>>
+
UniTask<System.Collections.Generic.Dictionary<TKey, TElement>>
@@ -23870,7 +23870,7 @@
Type Parameters
-

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 @@
Parameters
keySelector System.Func<TSource, UniTask<TKey>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
cancellationToken System.Threading.CancellationToken
@@ -23895,7 +23895,7 @@
Parameters
Returns
-
UniTask<Dictionary<TKey, TSource>>
+
UniTask<System.Collections.Generic.Dictionary<TKey, TSource>>
@@ -23945,7 +23945,7 @@
Parameters
Returns
-
UniTask<Dictionary<TKey, TSource>>
+
UniTask<System.Collections.Generic.Dictionary<TKey, TSource>>
@@ -23972,7 +23972,7 @@
Type Parameters
-

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 @@
Parameters
elementSelector System.Func<TSource, UniTask<TElement>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
cancellationToken System.Threading.CancellationToken
@@ -23999,7 +23999,7 @@
Parameters
Returns
-
UniTask<Dictionary<TKey, TElement>>
+
UniTask<System.Collections.Generic.Dictionary<TKey, TElement>>
@@ -24053,7 +24053,7 @@
Parameters
Returns
-
UniTask<Dictionary<TKey, TElement>>
+
UniTask<System.Collections.Generic.Dictionary<TKey, TElement>>
@@ -24082,7 +24082,7 @@
Type Parameters
-

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 @@
Parameters
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 @@
Parameters
Returns
-
UniTask<Dictionary<TKey, TSource>>
+
UniTask<System.Collections.Generic.Dictionary<TKey, TSource>>
@@ -24157,7 +24157,7 @@
Parameters
Returns
-
UniTask<Dictionary<TKey, TSource>>
+
UniTask<System.Collections.Generic.Dictionary<TKey, TSource>>
@@ -24184,7 +24184,7 @@
Type Parameters
-

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 @@
Parameters
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 @@
Parameters
Returns
-
UniTask<Dictionary<TKey, TElement>>
+
UniTask<System.Collections.Generic.Dictionary<TKey, TElement>>
@@ -24265,7 +24265,7 @@
Parameters
Returns
-
UniTask<Dictionary<TKey, TElement>>
+
UniTask<System.Collections.Generic.Dictionary<TKey, TElement>>
@@ -24294,7 +24294,7 @@
Type Parameters
-

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

+

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

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

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 @@
Parameters
keySelector System.Func<TSource, TKey>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
cancellationToken System.Threading.CancellationToken
@@ -24536,7 +24536,7 @@
Type Parameters
-

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 @@
Parameters
elementSelector System.Func<TSource, TElement>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
cancellationToken System.Threading.CancellationToken
@@ -24646,7 +24646,7 @@
Type Parameters
-

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 @@
Parameters
keySelector System.Func<TSource, UniTask<TKey>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
cancellationToken System.Threading.CancellationToken
@@ -24748,7 +24748,7 @@
Type Parameters
-

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 @@
Parameters
elementSelector System.Func<TSource, UniTask<TElement>>
-
comparer IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
cancellationToken System.Threading.CancellationToken
@@ -24858,7 +24858,7 @@
Type Parameters
-

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 @@
Parameters
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 @@
Type Parameters
-

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 @@
Parameters
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 @@
Type Parameters
-

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 @@
Type Parameters
-

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

+

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

@@ -25351,7 +25351,7 @@
Parameters
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 f9b754e6..531358be 100644 --- a/api/Cysharp.Threading.Tasks.Progress.html +++ b/api/Cysharp.Threading.Tasks.Progress.html @@ -117,7 +117,7 @@

Methods - CreateOnlyValueChanged<T>(Action<T>, IEqualityComparer<T>) + CreateOnlyValueChanged<T>(Action<T>, IEqualityComparer<T>) @@ -172,7 +172,7 @@

Type Parameters
-

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

+

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

@@ -185,7 +185,7 @@
Parameters
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 fc1ba1fb..d63f3fbf 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.Triggers.AsyncTriggerHandler-1.html b/api/Cysharp.Threading.Tasks.Triggers.AsyncTriggerHandler-1.html index 97b1fd75..d687ee46 100644 --- a/api/Cysharp.Threading.Tasks.Triggers.AsyncTriggerHandler-1.html +++ b/api/Cysharp.Threading.Tasks.Triggers.AsyncTriggerHandler-1.html @@ -82,7 +82,7 @@
Assembly: cs.temp.dll.dll
-
public sealed class AsyncTriggerHandler<T> : IAsyncFixedUpdateHandler, IAsyncLateUpdateHandler, IAsyncOnAnimatorIKHandler, IAsyncOnAnimatorMoveHandler, IAsyncOnApplicationFocusHandler, IAsyncOnApplicationPauseHandler, IAsyncOnApplicationQuitHandler, IAsyncOnAudioFilterReadHandler, IAsyncOnBecameInvisibleHandler, IAsyncOnBecameVisibleHandler, IAsyncOnBeforeTransformParentChangedHandler, IAsyncOnCanvasGroupChangedHandler, IAsyncOnCollisionEnterHandler, IAsyncOnCollisionEnter2DHandler, IAsyncOnCollisionExitHandler, IAsyncOnCollisionExit2DHandler, IAsyncOnCollisionStayHandler, IAsyncOnCollisionStay2DHandler, IAsyncOnControllerColliderHitHandler, IAsyncOnDisableHandler, IAsyncOnDrawGizmosHandler, IAsyncOnDrawGizmosSelectedHandler, IAsyncOnEnableHandler, IAsyncOnGUIHandler, IAsyncOnJointBreakHandler, IAsyncOnJointBreak2DHandler, IAsyncOnMouseDownHandler, IAsyncOnMouseDragHandler, IAsyncOnMouseEnterHandler, IAsyncOnMouseExitHandler, IAsyncOnMouseOverHandler, IAsyncOnMouseUpHandler, IAsyncOnMouseUpAsButtonHandler, IAsyncOnParticleCollisionHandler, IAsyncOnParticleSystemStoppedHandler, IAsyncOnParticleTriggerHandler, IAsyncOnPostRenderHandler, IAsyncOnPreCullHandler, IAsyncOnPreRenderHandler, IAsyncOnRectTransformDimensionsChangeHandler, IAsyncOnRectTransformRemovedHandler, IAsyncOnRenderImageHandler, IAsyncOnRenderObjectHandler, IAsyncOnServerInitializedHandler, IAsyncOnTransformChildrenChangedHandler, IAsyncOnTransformParentChangedHandler, IAsyncOnTriggerEnterHandler, IAsyncOnTriggerEnter2DHandler, IAsyncOnTriggerExitHandler, IAsyncOnTriggerExit2DHandler, IAsyncOnTriggerStayHandler, IAsyncOnTriggerStay2DHandler, IAsyncOnValidateHandler, IAsyncOnWillRenderObjectHandler, IAsyncResetHandler, IAsyncUpdateHandler, IAsyncOnBeginDragHandler, IAsyncOnCancelHandler, IAsyncOnDeselectHandler, IAsyncOnDragHandler, IAsyncOnDropHandler, IAsyncOnEndDragHandler, IAsyncOnInitializePotentialDragHandler, IAsyncOnMoveHandler, IAsyncOnPointerClickHandler, IAsyncOnPointerDownHandler, IAsyncOnPointerEnterHandler, IAsyncOnPointerExitHandler, IAsyncOnPointerUpHandler, IAsyncOnScrollHandler, IAsyncOnSelectHandler, IAsyncOnSubmitHandler, IAsyncOnUpdateSelectedHandler, IAsyncOneShotTrigger, IUniTaskSource<T>, IUniTaskSource, IValueTaskSource, IValueTaskSource<T>, ITriggerHandler<T>, IDisposable
+
public sealed class AsyncTriggerHandler<T> : IAsyncOneShotTrigger, IUniTaskSource<T>, IUniTaskSource, IValueTaskSource, IValueTaskSource<T>, ITriggerHandler<T>, IDisposable, IAsyncFixedUpdateHandler, IAsyncLateUpdateHandler, IAsyncOnAnimatorIKHandler, IAsyncOnAnimatorMoveHandler, IAsyncOnApplicationFocusHandler, IAsyncOnApplicationPauseHandler, IAsyncOnApplicationQuitHandler, IAsyncOnAudioFilterReadHandler, IAsyncOnBecameInvisibleHandler, IAsyncOnBecameVisibleHandler, IAsyncOnBeforeTransformParentChangedHandler, IAsyncOnCanvasGroupChangedHandler, IAsyncOnCollisionEnterHandler, IAsyncOnCollisionEnter2DHandler, IAsyncOnCollisionExitHandler, IAsyncOnCollisionExit2DHandler, IAsyncOnCollisionStayHandler, IAsyncOnCollisionStay2DHandler, IAsyncOnControllerColliderHitHandler, IAsyncOnDisableHandler, IAsyncOnDrawGizmosHandler, IAsyncOnDrawGizmosSelectedHandler, IAsyncOnEnableHandler, IAsyncOnGUIHandler, IAsyncOnJointBreakHandler, IAsyncOnJointBreak2DHandler, IAsyncOnMouseDownHandler, IAsyncOnMouseDragHandler, IAsyncOnMouseEnterHandler, IAsyncOnMouseExitHandler, IAsyncOnMouseOverHandler, IAsyncOnMouseUpHandler, IAsyncOnMouseUpAsButtonHandler, IAsyncOnParticleCollisionHandler, IAsyncOnParticleSystemStoppedHandler, IAsyncOnParticleTriggerHandler, IAsyncOnPostRenderHandler, IAsyncOnPreCullHandler, IAsyncOnPreRenderHandler, IAsyncOnRectTransformDimensionsChangeHandler, IAsyncOnRectTransformRemovedHandler, IAsyncOnRenderImageHandler, IAsyncOnRenderObjectHandler, IAsyncOnServerInitializedHandler, IAsyncOnTransformChildrenChangedHandler, IAsyncOnTransformParentChangedHandler, IAsyncOnTriggerEnterHandler, IAsyncOnTriggerEnter2DHandler, IAsyncOnTriggerExitHandler, IAsyncOnTriggerExit2DHandler, IAsyncOnTriggerStayHandler, IAsyncOnTriggerStay2DHandler, IAsyncOnValidateHandler, IAsyncOnWillRenderObjectHandler, IAsyncResetHandler, IAsyncUpdateHandler, IAsyncOnBeginDragHandler, IAsyncOnCancelHandler, IAsyncOnDeselectHandler, IAsyncOnDragHandler, IAsyncOnDropHandler, IAsyncOnEndDragHandler, IAsyncOnInitializePotentialDragHandler, IAsyncOnMoveHandler, IAsyncOnPointerClickHandler, IAsyncOnPointerDownHandler, IAsyncOnPointerEnterHandler, IAsyncOnPointerExitHandler, IAsyncOnPointerUpHandler, IAsyncOnScrollHandler, IAsyncOnSelectHandler, IAsyncOnSubmitHandler, IAsyncOnUpdateSelectedHandler
@@ -93,6 +93,13 @@
Inheritance
Implements
+
IAsyncOneShotTrigger
+
IUniTaskSource<T>
+
IUniTaskSource
+
System.Threading.Tasks.Sources.IValueTaskSource
+
System.Threading.Tasks.Sources.IValueTaskSource<T>
+
ITriggerHandler<T>
+
System.IDisposable
IAsyncFixedUpdateHandler
IAsyncLateUpdateHandler
IAsyncOnAnimatorIKHandler
@@ -166,13 +173,6 @@
Implements
IAsyncOnSelectHandler
IAsyncOnSubmitHandler
IAsyncOnUpdateSelectedHandler
-
IAsyncOneShotTrigger
-
IUniTaskSource<T>
-
IUniTaskSource
-
System.Threading.Tasks.Sources.IValueTaskSource
-
System.Threading.Tasks.Sources.IValueTaskSource<T>
-
ITriggerHandler<T>
-
System.IDisposable
@@ -3319,6 +3319,27 @@
Returns

Implements

+
+ IAsyncOneShotTrigger +
+
+ IUniTaskSource<T> +
+
+ IUniTaskSource +
+
+ System.Threading.Tasks.Sources.IValueTaskSource +
+
+ System.Threading.Tasks.Sources.IValueTaskSource<TResult> +
+
+ ITriggerHandler<T> +
+
+ System.IDisposable +
IAsyncFixedUpdateHandler
@@ -3538,27 +3559,6 @@

Implements

IAsyncOnUpdateSelectedHandler
-
- IAsyncOneShotTrigger -
-
- IUniTaskSource<T> -
-
- IUniTaskSource -
-
- System.Threading.Tasks.Sources.IValueTaskSource -
-
- System.Threading.Tasks.Sources.IValueTaskSource<TResult> -
-
- ITriggerHandler<T> -
-
- System.IDisposable -
diff --git a/api/Cysharp.Threading.Tasks.UniTask.html b/api/Cysharp.Threading.Tasks.UniTask.html index cc95cd74..271fe4a2 100644 --- a/api/Cysharp.Threading.Tasks.UniTask.html +++ b/api/Cysharp.Threading.Tasks.UniTask.html @@ -571,7 +571,7 @@

Methods - WaitUntilValueChanged<T, U>(T, Func<T, U>, PlayerLoopTiming, IEqualityComparer<U>, CancellationToken, Boolean) + WaitUntilValueChanged<T, U>(T, Func<T, U>, PlayerLoopTiming, IEqualityComparer<U>, CancellationToken, Boolean) @@ -589,7 +589,7 @@

Methods - WhenAll(IEnumerable<UniTask>) + WhenAll(IEnumerable<UniTask>) @@ -601,7 +601,7 @@

Methods - WhenAll<T>(IEnumerable<UniTask<T>>) + WhenAll<T>(IEnumerable<UniTask<T>>) @@ -698,7 +698,7 @@

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

Return value is winArgumentIndex

@@ -717,7 +717,7 @@

Methods - WhenAny<T>(IEnumerable<UniTask<T>>) + WhenAny<T>(IEnumerable<UniTask<T>>) @@ -3001,7 +3001,7 @@

Parameters
Returns
-
IEnumerator
+
System.Collections.Generic.IEnumerator
@@ -3549,7 +3549,7 @@
Returns
-

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

+

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

@@ -3567,7 +3567,7 @@
Parameters
monitorTiming PlayerLoopTiming
-
equalityComparer IEqualityComparer<U>
+
equalityComparer System.Collections.Generic.IEqualityComparer<U>
cancellationToken System.Threading.CancellationToken
@@ -3686,7 +3686,7 @@
Returns
-

WhenAll(IEnumerable<UniTask>)

+

WhenAll(IEnumerable<UniTask>)

@@ -3697,7 +3697,7 @@

Parameters

-
tasks IEnumerable<UniTask>
+
tasks System.Collections.Generic.IEnumerable<UniTask>
@@ -3767,7 +3767,7 @@
Type Parameters
-

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

+

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

@@ -3778,7 +3778,7 @@

Parameters

-
tasks IEnumerable<UniTask<T>>
+
tasks System.Collections.Generic.IEnumerable<UniTask<T>>
@@ -4885,7 +4885,7 @@
Returns
-

WhenAny(IEnumerable<UniTask>)

+

WhenAny(IEnumerable<UniTask>)

Return value is winArgumentIndex

@@ -4897,7 +4897,7 @@

Parameters

-
tasks IEnumerable<UniTask>
+
tasks System.Collections.Generic.IEnumerable<UniTask>
@@ -5013,7 +5013,7 @@
Type Parameters
-

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

+

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

@@ -5024,7 +5024,7 @@

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 c2fa9ac4..051af0ff 100644 --- a/api/Cysharp.Threading.Tasks.UniTaskExtensions.html +++ b/api/Cysharp.Threading.Tasks.UniTaskExtensions.html @@ -228,7 +228,7 @@

Methods - GetAwaiter(IEnumerable<UniTask>) + GetAwaiter(IEnumerable<UniTask>) @@ -324,7 +324,7 @@

Methods - GetAwaiter<T>(IEnumerable<UniTask<T>>) + GetAwaiter<T>(IEnumerable<UniTask<T>>) @@ -1283,7 +1283,7 @@

Returns
-

GetAwaiter(IEnumerable<UniTask>)

+

GetAwaiter(IEnumerable<UniTask>)

@@ -1294,7 +1294,7 @@

Parameters

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

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 6bfcd53b..8b0ad8fe 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, @@ -1797,7 +1797,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.Triggers.AsyncTriggerHandler-1.html", - "hash": "nkDucKlCTV7EQ0MiISJtCevbrAG+N0BoTtD54Q7avoY=" + "hash": "OEOGyIS9KwG0wqc4jAR9ZI8PPWg2rotmZMH7WswOfF0=" } }, "is_incremental": false, @@ -2817,7 +2817,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.UniTask.html", - "hash": "SkC+/1FQy1vp+1U71OyAAJMtEZWNOgPSPcrPK0YH1L4=" + "hash": "CUBtku+z6ikxm31pFwHs//e14QAMQ0oL7Lp2ByRdd/I=" } }, "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 62832fa2..1a2ae503 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 @@ -4189,13 +4189,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) @@ -4321,13 +4321,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}) @@ -4339,13 +4339,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* @@ -4364,13 +4364,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* @@ -4389,13 +4389,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* @@ -4414,13 +4414,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}) @@ -4432,13 +4432,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* @@ -4457,13 +4457,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* @@ -4482,13 +4482,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* @@ -4611,13 +4611,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* @@ -4636,13 +4636,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* @@ -4850,13 +4850,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}) @@ -4868,49 +4868,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* @@ -4929,13 +4929,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}}) @@ -4947,49 +4947,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* @@ -5008,13 +5008,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}}) @@ -5026,49 +5026,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* @@ -5078,22 +5078,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* @@ -5103,22 +5103,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* @@ -5128,22 +5128,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* @@ -5162,13 +5162,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) @@ -5213,13 +5213,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* @@ -5238,13 +5238,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* @@ -5263,13 +5263,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* @@ -5894,13 +5894,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) @@ -6368,13 +6368,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* @@ -6393,13 +6393,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* @@ -6418,13 +6418,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* @@ -6443,13 +6443,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* @@ -6468,13 +6468,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* @@ -6493,13 +6493,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* @@ -6838,13 +6838,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) @@ -7929,13 +7929,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* @@ -7954,13 +7954,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* @@ -7979,13 +7979,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* @@ -8004,13 +8004,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* @@ -8029,13 +8029,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* @@ -8054,13 +8054,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* @@ -8140,13 +8140,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) @@ -8158,13 +8158,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) @@ -8183,13 +8183,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) @@ -8201,13 +8201,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) @@ -8226,13 +8226,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) @@ -8244,13 +8244,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) @@ -8269,13 +8269,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) @@ -8310,13 +8310,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) @@ -8328,13 +8328,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) @@ -8353,13 +8353,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) @@ -8371,13 +8371,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) @@ -8396,13 +8396,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) @@ -8414,13 +8414,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) @@ -8464,13 +8464,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}) @@ -8507,13 +8507,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* @@ -9105,13 +9105,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 @@ -18783,13 +18783,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) @@ -18817,13 +18817,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* @@ -18842,13 +18842,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}) @@ -18986,13 +18986,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* @@ -19020,13 +19020,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}) @@ -20265,13 +20265,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}}}) @@ -20416,13 +20416,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}}})