From ef941698375d141debebcb9705ead99925f88594 Mon Sep 17 00:00:00 2001 From: hadashiA Date: Thu, 2 Nov 2023 04:54:10 +0000 Subject: [PATCH] deploy: 0970ae8c31bf30895decfd1231052e476bcae444 --- ...sks.CancellationTokenEqualityComparer.html | 10 +- ...ading.Tasks.EnumerableAsyncExtensions.html | 32 +- ...ading.Tasks.EnumeratorAsyncExtensions.html | 18 +- ...asks.IUniTaskOrderedAsyncEnumerable-1.html | 18 +- ...ing.Tasks.Linq.UniTaskAsyncEnumerable.html | 516 +++---- api/Cysharp.Threading.Tasks.Progress.html | 6 +- api/Cysharp.Threading.Tasks.TaskPool.html | 2 +- ....Tasks.Triggers.AsyncTriggerHandler-1.html | 58 +- api/Cysharp.Threading.Tasks.UniTask.html | 215 ++- ...arp.Threading.Tasks.UniTaskExtensions.html | 12 +- ....Threading.Tasks.UnityAsyncExtensions.html | 165 ++- manifest.json | 22 +- xrefmap.yml | 1242 +++++++++-------- 13 files changed, 1287 insertions(+), 1029 deletions(-) diff --git a/api/Cysharp.Threading.Tasks.CancellationTokenEqualityComparer.html b/api/Cysharp.Threading.Tasks.CancellationTokenEqualityComparer.html index f8c2162e..5b2c73ab 100644 --- a/api/Cysharp.Threading.Tasks.CancellationTokenEqualityComparer.html +++ b/api/Cysharp.Threading.Tasks.CancellationTokenEqualityComparer.html @@ -91,10 +91,6 @@
Inheritance
CancellationTokenEqualityComparer -
-
Implements
-
System.Collections.Generic.IEqualityComparer<System.Threading.CancellationToken>
-
@@ -162,7 +158,7 @@

Field Value
-
System.Collections.Generic.IEqualityComparer<System.Threading.CancellationToken>
+
IEqualityComparer<System.Threading.CancellationToken>
@@ -255,10 +251,6 @@
Returns
-

Implements

-
- System.Collections.Generic.IEqualityComparer<T> -
diff --git a/api/Cysharp.Threading.Tasks.EnumerableAsyncExtensions.html b/api/Cysharp.Threading.Tasks.EnumerableAsyncExtensions.html index 4f7de55c..1a74329d 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 System.Collections.Generic.IEnumerable<T>
+
source IEnumerable<T>
selector System.Func<T, UniTask>
@@ -160,7 +160,7 @@
Parameters
Returns
-
System.Collections.Generic.IEnumerable<UniTask>
+
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 System.Collections.Generic.IEnumerable<T>
+
source IEnumerable<T>
selector System.Func<T, System.Int32, UniTask>
@@ -206,7 +206,7 @@
Parameters
Returns
-
System.Collections.Generic.IEnumerable<UniTask>
+
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 System.Collections.Generic.IEnumerable<T>
+
source IEnumerable<T>
selector System.Func<T, UniTask<TR>>
@@ -252,7 +252,7 @@
Parameters
Returns
-
System.Collections.Generic.IEnumerable<UniTask<TR>>
+
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 System.Collections.Generic.IEnumerable<T>
+
source IEnumerable<T>
selector System.Func<T, System.Int32, UniTask<TR>>
@@ -300,7 +300,7 @@
Parameters
Returns
-
System.Collections.Generic.IEnumerable<UniTask<TR>>
+
IEnumerable<UniTask<TR>>
diff --git a/api/Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html b/api/Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html index 85724d37..15f70773 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 System.Collections.Generic.IEnumerator
+
enumerator IEnumerator
timing PlayerLoopTiming
@@ -225,7 +225,7 @@
Returns
-

ToUniTask(IEnumerator, MonoBehaviour)

+

ToUniTask(IEnumerator, MonoBehaviour)

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

Parameters

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

WithCancellation(IEnumerator, CancellationToken)

+

WithCancellation(IEnumerator, CancellationToken)

@@ -275,7 +275,7 @@

Parameters

-
enumerator System.Collections.Generic.IEnumerator
+
enumerator IEnumerator
cancellationToken System.Threading.CancellationToken
diff --git a/api/Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable-1.html b/api/Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable-1.html index c256fb15..de40320b 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 System.Collections.Generic.IComparer<TKey>
+
comparer 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 System.Collections.Generic.IComparer<TKey>
+
comparer 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 System.Collections.Generic.IComparer<TKey>
+
comparer IComparer<TKey>
descending System.Boolean
diff --git a/api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html b/api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html index fbcc6b8a..64c18bca 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>) @@ -764,13 +764,13 @@

Methods - EveryUpdate(PlayerLoopTiming) + EveryUpdate(PlayerLoopTiming, Boolean) - EveryValueChanged<TTarget, TProperty>(TTarget, Func<TTarget, TProperty>, PlayerLoopTiming, IEqualityComparer<TProperty>) + 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,19 +1058,19 @@

Methods - Intersect<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>) + Intersect<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>) - Interval(TimeSpan, PlayerLoopTiming, Boolean) + Interval(TimeSpan, PlayerLoopTiming, Boolean, Boolean) - IntervalFrame(Int32, PlayerLoopTiming) + IntervalFrame(Int32, PlayerLoopTiming, Boolean) @@ -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>) @@ -2654,25 +2654,25 @@

Methods - Timer(TimeSpan, PlayerLoopTiming, Boolean) + Timer(TimeSpan, PlayerLoopTiming, Boolean, Boolean) - Timer(TimeSpan, TimeSpan, PlayerLoopTiming, Boolean) + Timer(TimeSpan, TimeSpan, PlayerLoopTiming, Boolean, Boolean) - TimerFrame(Int32, PlayerLoopTiming) + TimerFrame(Int32, PlayerLoopTiming, Boolean) - TimerFrame(Int32, Int32, PlayerLoopTiming) + TimerFrame(Int32, Int32, PlayerLoopTiming, Boolean) @@ -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<System.Collections.Generic.IList<TSource>>
+
IUniTaskAsyncEnumerable<IList<TSource>>
@@ -5744,7 +5744,7 @@
Parameters
Returns
-
IUniTaskAsyncEnumerable<System.Collections.Generic.IList<TSource>>
+
IUniTaskAsyncEnumerable<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 System.Collections.Generic.IEqualityComparer<TSource>
+
comparer 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 System.Collections.Generic.IEqualityComparer<TSource>
+
comparer 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 System.Collections.Generic.IEqualityComparer<TKey>
+
comparer 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 System.Collections.Generic.IEqualityComparer<TKey>
+
comparer 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 System.Collections.Generic.IEqualityComparer<TKey>
+
comparer 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 System.Collections.Generic.IEqualityComparer<TSource>
+
comparer 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 System.Collections.Generic.IEqualityComparer<TKey>
+
comparer 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 System.Collections.Generic.IEqualityComparer<TKey>
+
comparer 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 System.Collections.Generic.IEqualityComparer<TKey>
+
comparer IEqualityComparer<TKey>
@@ -8512,12 +8512,12 @@
Type Parameters
-

EveryUpdate(PlayerLoopTiming)

+

EveryUpdate(PlayerLoopTiming, Boolean)

-
public static IUniTaskAsyncEnumerable<AsyncUnit> EveryUpdate(PlayerLoopTiming updateTiming = PlayerLoopTiming.Update)
+
public static IUniTaskAsyncEnumerable<AsyncUnit> EveryUpdate(PlayerLoopTiming updateTiming = PlayerLoopTiming.Update, bool cancelImmediately = false)
@@ -8525,6 +8525,8 @@
Parameters
updateTiming PlayerLoopTiming
+
cancelImmediately System.Boolean
+
@@ -8549,12 +8551,12 @@
Returns
-

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

+

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

-
public static IUniTaskAsyncEnumerable<TProperty> EveryValueChanged<TTarget, TProperty>(TTarget target, Func<TTarget, TProperty> propertySelector, PlayerLoopTiming monitorTiming = PlayerLoopTiming.Update, IEqualityComparer<TProperty> equalityComparer = null)
+    
public static IUniTaskAsyncEnumerable<TProperty> EveryValueChanged<TTarget, TProperty>(TTarget target, Func<TTarget, TProperty> propertySelector, PlayerLoopTiming monitorTiming = PlayerLoopTiming.Update, IEqualityComparer<TProperty> equalityComparer = null, bool cancelImmediately = false)
     where TTarget : class
@@ -8567,7 +8569,9 @@
Parameters
monitorTiming PlayerLoopTiming
-
equalityComparer System.Collections.Generic.IEqualityComparer<TProperty>
+
equalityComparer IEqualityComparer<TProperty>
+
+
cancelImmediately System.Boolean
@@ -8648,7 +8652,7 @@
Type Parameters
-

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

+

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

@@ -8663,7 +8667,7 @@
Parameters
second IUniTaskAsyncEnumerable<TSource>
-
comparer System.Collections.Generic.IEqualityComparer<TSource>
+
comparer IEqualityComparer<TSource>
@@ -9412,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>)

@@ -9427,7 +9431,7 @@
Parameters
keySelector System.Func<TSource, TKey>
-
comparer System.Collections.Generic.IEqualityComparer<TKey>
+
comparer IEqualityComparer<TKey>
@@ -9514,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>)

@@ -9531,7 +9535,7 @@
Parameters
elementSelector System.Func<TSource, TElement>
-
comparer System.Collections.Generic.IEqualityComparer<TKey>
+
comparer IEqualityComparer<TKey>
@@ -9568,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>)

@@ -9583,7 +9587,7 @@
Parameters
keySelector System.Func<TSource, TKey>
-
resultSelector System.Func<TKey, System.Collections.Generic.IEnumerable<TSource>, TResult>
+
resultSelector System.Func<TKey, IEnumerable<TSource>, TResult>
@@ -9620,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>)

@@ -9635,9 +9639,9 @@
Parameters
keySelector System.Func<TSource, TKey>
-
resultSelector System.Func<TKey, System.Collections.Generic.IEnumerable<TSource>, TResult>
+
resultSelector System.Func<TKey, IEnumerable<TSource>, TResult>
-
comparer System.Collections.Generic.IEqualityComparer<TKey>
+
comparer IEqualityComparer<TKey>
@@ -9674,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>)

@@ -9691,7 +9695,7 @@
Parameters
elementSelector System.Func<TSource, TElement>
-
resultSelector System.Func<TKey, System.Collections.Generic.IEnumerable<TElement>, TResult>
+
resultSelector System.Func<TKey, IEnumerable<TElement>, TResult>
@@ -9730,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>)

@@ -9747,9 +9751,9 @@
Parameters
elementSelector System.Func<TSource, TElement>
-
resultSelector System.Func<TKey, System.Collections.Generic.IEnumerable<TElement>, TResult>
+
resultSelector System.Func<TKey, IEnumerable<TElement>, TResult>
-
comparer System.Collections.Generic.IEqualityComparer<TKey>
+
comparer IEqualityComparer<TKey>
@@ -9836,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>)

@@ -9851,7 +9855,7 @@
Parameters
keySelector System.Func<TSource, UniTask<TKey>>
-
comparer System.Collections.Generic.IEqualityComparer<TKey>
+
comparer IEqualityComparer<TKey>
@@ -9938,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>)

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

@@ -10007,7 +10011,7 @@
Parameters
keySelector System.Func<TSource, UniTask<TKey>>
-
resultSelector System.Func<TKey, System.Collections.Generic.IEnumerable<TSource>, UniTask<TResult>>
+
resultSelector System.Func<TKey, IEnumerable<TSource>, UniTask<TResult>>
@@ -10044,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>)

@@ -10059,9 +10063,9 @@
Parameters
keySelector System.Func<TSource, UniTask<TKey>>
-
resultSelector System.Func<TKey, System.Collections.Generic.IEnumerable<TSource>, UniTask<TResult>>
+
resultSelector System.Func<TKey, IEnumerable<TSource>, UniTask<TResult>>
-
comparer System.Collections.Generic.IEqualityComparer<TKey>
+
comparer IEqualityComparer<TKey>
@@ -10098,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>>)

@@ -10115,7 +10119,7 @@
Parameters
elementSelector System.Func<TSource, UniTask<TElement>>
-
resultSelector System.Func<TKey, System.Collections.Generic.IEnumerable<TElement>, UniTask<TResult>>
+
resultSelector System.Func<TKey, IEnumerable<TElement>, UniTask<TResult>>
@@ -10154,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>)

@@ -10171,9 +10175,9 @@
Parameters
elementSelector System.Func<TSource, UniTask<TElement>>
-
resultSelector System.Func<TKey, System.Collections.Generic.IEnumerable<TElement>, UniTask<TResult>>
+
resultSelector System.Func<TKey, IEnumerable<TElement>, UniTask<TResult>>
-
comparer System.Collections.Generic.IEqualityComparer<TKey>
+
comparer IEqualityComparer<TKey>
@@ -10260,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>)

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

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

@@ -10431,7 +10435,7 @@
Parameters
keySelector System.Func<TSource, System.Threading.CancellationToken, UniTask<TKey>>
-
resultSelector System.Func<TKey, System.Collections.Generic.IEnumerable<TSource>, System.Threading.CancellationToken, UniTask<TResult>>
+
resultSelector System.Func<TKey, IEnumerable<TSource>, System.Threading.CancellationToken, UniTask<TResult>>
@@ -10468,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>)

@@ -10483,9 +10487,9 @@
Parameters
keySelector System.Func<TSource, System.Threading.CancellationToken, UniTask<TKey>>
-
resultSelector System.Func<TKey, System.Collections.Generic.IEnumerable<TSource>, System.Threading.CancellationToken, UniTask<TResult>>
+
resultSelector System.Func<TKey, IEnumerable<TSource>, System.Threading.CancellationToken, UniTask<TResult>>
-
comparer System.Collections.Generic.IEqualityComparer<TKey>
+
comparer IEqualityComparer<TKey>
@@ -10522,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>>)

@@ -10539,7 +10543,7 @@
Parameters
elementSelector System.Func<TSource, System.Threading.CancellationToken, UniTask<TElement>>
-
resultSelector System.Func<TKey, System.Collections.Generic.IEnumerable<TElement>, System.Threading.CancellationToken, UniTask<TResult>>
+
resultSelector System.Func<TKey, IEnumerable<TElement>, System.Threading.CancellationToken, UniTask<TResult>>
@@ -10578,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>)

@@ -10595,9 +10599,9 @@
Parameters
elementSelector System.Func<TSource, System.Threading.CancellationToken, UniTask<TElement>>
-
resultSelector System.Func<TKey, System.Collections.Generic.IEnumerable<TElement>, System.Threading.CancellationToken, UniTask<TResult>>
+
resultSelector System.Func<TKey, IEnumerable<TElement>, System.Threading.CancellationToken, UniTask<TResult>>
-
comparer System.Collections.Generic.IEqualityComparer<TKey>
+
comparer IEqualityComparer<TKey>
@@ -10636,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>)

@@ -10655,7 +10659,7 @@
Parameters
innerKeySelector System.Func<TInner, TKey>
-
resultSelector System.Func<TOuter, System.Collections.Generic.IEnumerable<TInner>, TResult>
+
resultSelector System.Func<TOuter, IEnumerable<TInner>, TResult>
@@ -10694,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>)

@@ -10713,9 +10717,9 @@
Parameters
innerKeySelector System.Func<TInner, TKey>
-
resultSelector System.Func<TOuter, System.Collections.Generic.IEnumerable<TInner>, TResult>
+
resultSelector System.Func<TOuter, IEnumerable<TInner>, TResult>
-
comparer System.Collections.Generic.IEqualityComparer<TKey>
+
comparer IEqualityComparer<TKey>
@@ -10754,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>>)

@@ -10773,7 +10777,7 @@
Parameters
innerKeySelector System.Func<TInner, UniTask<TKey>>
-
resultSelector System.Func<TOuter, System.Collections.Generic.IEnumerable<TInner>, UniTask<TResult>>
+
resultSelector System.Func<TOuter, IEnumerable<TInner>, UniTask<TResult>>
@@ -10812,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>)

@@ -10831,9 +10835,9 @@
Parameters
innerKeySelector System.Func<TInner, UniTask<TKey>>
-
resultSelector System.Func<TOuter, System.Collections.Generic.IEnumerable<TInner>, UniTask<TResult>>
+
resultSelector System.Func<TOuter, IEnumerable<TInner>, UniTask<TResult>>
-
comparer System.Collections.Generic.IEqualityComparer<TKey>
+
comparer IEqualityComparer<TKey>
@@ -10872,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>>)

@@ -10891,7 +10895,7 @@
Parameters
innerKeySelector System.Func<TInner, System.Threading.CancellationToken, UniTask<TKey>>
-
resultSelector System.Func<TOuter, System.Collections.Generic.IEnumerable<TInner>, System.Threading.CancellationToken, UniTask<TResult>>
+
resultSelector System.Func<TOuter, IEnumerable<TInner>, System.Threading.CancellationToken, UniTask<TResult>>
@@ -10930,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>)

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

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

+

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

@@ -11051,7 +11055,7 @@
Parameters
second IUniTaskAsyncEnumerable<TSource>
-
comparer System.Collections.Generic.IEqualityComparer<TSource>
+
comparer IEqualityComparer<TSource>
@@ -11084,12 +11088,12 @@
Type Parameters
-

Interval(TimeSpan, PlayerLoopTiming, Boolean)

+

Interval(TimeSpan, PlayerLoopTiming, Boolean, Boolean)

-
public static IUniTaskAsyncEnumerable<AsyncUnit> Interval(TimeSpan period, PlayerLoopTiming updateTiming = PlayerLoopTiming.Update, bool ignoreTimeScale = false)
+
public static IUniTaskAsyncEnumerable<AsyncUnit> Interval(TimeSpan period, PlayerLoopTiming updateTiming = PlayerLoopTiming.Update, bool ignoreTimeScale = false, bool cancelImmediately = false)
@@ -11101,6 +11105,8 @@
Parameters
ignoreTimeScale System.Boolean
+
cancelImmediately System.Boolean
+
@@ -11125,12 +11131,12 @@
Returns
-

IntervalFrame(Int32, PlayerLoopTiming)

+

IntervalFrame(Int32, PlayerLoopTiming, Boolean)

-
public static IUniTaskAsyncEnumerable<AsyncUnit> IntervalFrame(int intervalFrameCount, PlayerLoopTiming updateTiming = PlayerLoopTiming.Update)
+
public static IUniTaskAsyncEnumerable<AsyncUnit> IntervalFrame(int intervalFrameCount, PlayerLoopTiming updateTiming = PlayerLoopTiming.Update, bool cancelImmediately = false)
@@ -11140,6 +11146,8 @@
Parameters
updateTiming PlayerLoopTiming
+
cancelImmediately System.Boolean
+
@@ -11222,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>)

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

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

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

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

+

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

@@ -14263,7 +14271,7 @@

Parameters

-
sources System.Collections.Generic.IEnumerable<IUniTaskAsyncEnumerable<T>>
+
sources IEnumerable<IUniTaskAsyncEnumerable<T>>
@@ -16451,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>)

@@ -16466,7 +16474,7 @@
Parameters
keySelector System.Func<TSource, TKey>
-
comparer System.Collections.Generic.IComparer<TKey>
+
comparer IComparer<TKey>
@@ -16549,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>)

@@ -16564,7 +16572,7 @@
Parameters
keySelector System.Func<TSource, UniTask<TKey>>
-
comparer System.Collections.Generic.IComparer<TKey>
+
comparer IComparer<TKey>
@@ -16647,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>)

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

@@ -16760,7 +16768,7 @@
Parameters
keySelector System.Func<TSource, TKey>
-
comparer System.Collections.Generic.IComparer<TKey>
+
comparer IComparer<TKey>
@@ -16843,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>)

@@ -16858,7 +16866,7 @@
Parameters
keySelector System.Func<TSource, UniTask<TKey>>
-
comparer System.Collections.Generic.IComparer<TKey>
+
comparer IComparer<TKey>
@@ -16941,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>)

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

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

+

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

@@ -18245,7 +18253,7 @@
Parameters
second IUniTaskAsyncEnumerable<TSource>
-
comparer System.Collections.Generic.IEqualityComparer<TSource>
+
comparer IEqualityComparer<TSource>
cancellationToken System.Threading.CancellationToken
@@ -22848,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>)

@@ -22863,7 +22871,7 @@
Parameters
keySelector System.Func<TSource, TKey>
-
comparer System.Collections.Generic.IComparer<TKey>
+
comparer IComparer<TKey>
@@ -22946,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>)

@@ -22961,7 +22969,7 @@
Parameters
keySelector System.Func<TSource, UniTask<TKey>>
-
comparer System.Collections.Generic.IComparer<TKey>
+
comparer IComparer<TKey>
@@ -23044,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>)

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

@@ -23157,7 +23165,7 @@
Parameters
keySelector System.Func<TSource, TKey>
-
comparer System.Collections.Generic.IComparer<TKey>
+
comparer IComparer<TKey>
@@ -23240,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>)

@@ -23255,7 +23263,7 @@
Parameters
keySelector System.Func<TSource, UniTask<TKey>>
-
comparer System.Collections.Generic.IComparer<TKey>
+
comparer IComparer<TKey>
@@ -23338,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>)

@@ -23353,7 +23361,7 @@
Parameters
keySelector System.Func<TSource, System.Threading.CancellationToken, UniTask<TKey>>
-
comparer System.Collections.Generic.IComparer<TKey>
+
comparer IComparer<TKey>
@@ -23432,12 +23440,12 @@
Type Parameters
-

Timer(TimeSpan, PlayerLoopTiming, Boolean)

+

Timer(TimeSpan, PlayerLoopTiming, Boolean, Boolean)

-
public static IUniTaskAsyncEnumerable<AsyncUnit> Timer(TimeSpan dueTime, PlayerLoopTiming updateTiming = PlayerLoopTiming.Update, bool ignoreTimeScale = false)
+
public static IUniTaskAsyncEnumerable<AsyncUnit> Timer(TimeSpan dueTime, PlayerLoopTiming updateTiming = PlayerLoopTiming.Update, bool ignoreTimeScale = false, bool cancelImmediately = false)
@@ -23449,6 +23457,8 @@
Parameters
ignoreTimeScale System.Boolean
+
cancelImmediately System.Boolean
+
@@ -23473,12 +23483,12 @@
Returns
-

Timer(TimeSpan, TimeSpan, PlayerLoopTiming, Boolean)

+

Timer(TimeSpan, TimeSpan, PlayerLoopTiming, Boolean, Boolean)

-
public static IUniTaskAsyncEnumerable<AsyncUnit> Timer(TimeSpan dueTime, TimeSpan period, PlayerLoopTiming updateTiming = PlayerLoopTiming.Update, bool ignoreTimeScale = false)
+
public static IUniTaskAsyncEnumerable<AsyncUnit> Timer(TimeSpan dueTime, TimeSpan period, PlayerLoopTiming updateTiming = PlayerLoopTiming.Update, bool ignoreTimeScale = false, bool cancelImmediately = false)
@@ -23492,6 +23502,8 @@
Parameters
ignoreTimeScale System.Boolean
+
cancelImmediately System.Boolean
+
@@ -23516,12 +23528,12 @@
Returns
-

TimerFrame(Int32, PlayerLoopTiming)

+

TimerFrame(Int32, PlayerLoopTiming, Boolean)

-
public static IUniTaskAsyncEnumerable<AsyncUnit> TimerFrame(int dueTimeFrameCount, PlayerLoopTiming updateTiming = PlayerLoopTiming.Update)
+
public static IUniTaskAsyncEnumerable<AsyncUnit> TimerFrame(int dueTimeFrameCount, PlayerLoopTiming updateTiming = PlayerLoopTiming.Update, bool cancelImmediately = false)
@@ -23531,6 +23543,8 @@
Parameters
updateTiming PlayerLoopTiming
+
cancelImmediately System.Boolean
+
@@ -23555,12 +23569,12 @@
Returns
-

TimerFrame(Int32, Int32, PlayerLoopTiming)

+

TimerFrame(Int32, Int32, PlayerLoopTiming, Boolean)

-
public static IUniTaskAsyncEnumerable<AsyncUnit> TimerFrame(int dueTimeFrameCount, int periodFrameCount, PlayerLoopTiming updateTiming = PlayerLoopTiming.Update)
+
public static IUniTaskAsyncEnumerable<AsyncUnit> TimerFrame(int dueTimeFrameCount, int periodFrameCount, PlayerLoopTiming updateTiming = PlayerLoopTiming.Update, bool cancelImmediately = false)
@@ -23572,6 +23586,8 @@
Parameters
updateTiming PlayerLoopTiming
+
cancelImmediately System.Boolean
+
@@ -23642,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)

@@ -23657,7 +23673,7 @@
Parameters
keySelector System.Func<TSource, TKey>
-
comparer System.Collections.Generic.IEqualityComparer<TKey>
+
comparer IEqualityComparer<TKey>
cancellationToken System.Threading.CancellationToken
@@ -23667,7 +23683,7 @@
Parameters
Returns
-
UniTask<System.Collections.Generic.Dictionary<TKey, TSource>>
+
UniTask<Dictionary<TKey, TSource>>
@@ -23717,7 +23733,7 @@
Parameters
Returns
-
UniTask<System.Collections.Generic.Dictionary<TKey, TSource>>
+
UniTask<Dictionary<TKey, TSource>>
@@ -23744,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)

@@ -23761,7 +23777,7 @@
Parameters
elementSelector System.Func<TSource, TElement>
-
comparer System.Collections.Generic.IEqualityComparer<TKey>
+
comparer IEqualityComparer<TKey>
cancellationToken System.Threading.CancellationToken
@@ -23771,7 +23787,7 @@
Parameters
Returns
-
UniTask<System.Collections.Generic.Dictionary<TKey, TElement>>
+
UniTask<Dictionary<TKey, TElement>>
@@ -23825,7 +23841,7 @@
Parameters
Returns
-
UniTask<System.Collections.Generic.Dictionary<TKey, TElement>>
+
UniTask<Dictionary<TKey, TElement>>
@@ -23854,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)

@@ -23869,7 +23885,7 @@
Parameters
keySelector System.Func<TSource, UniTask<TKey>>
-
comparer System.Collections.Generic.IEqualityComparer<TKey>
+
comparer IEqualityComparer<TKey>
cancellationToken System.Threading.CancellationToken
@@ -23879,7 +23895,7 @@
Parameters
Returns
-
UniTask<System.Collections.Generic.Dictionary<TKey, TSource>>
+
UniTask<Dictionary<TKey, TSource>>
@@ -23929,7 +23945,7 @@
Parameters
Returns
-
UniTask<System.Collections.Generic.Dictionary<TKey, TSource>>
+
UniTask<Dictionary<TKey, TSource>>
@@ -23956,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)

@@ -23973,7 +23989,7 @@
Parameters
elementSelector System.Func<TSource, UniTask<TElement>>
-
comparer System.Collections.Generic.IEqualityComparer<TKey>
+
comparer IEqualityComparer<TKey>
cancellationToken System.Threading.CancellationToken
@@ -23983,7 +23999,7 @@
Parameters
Returns
-
UniTask<System.Collections.Generic.Dictionary<TKey, TElement>>
+
UniTask<Dictionary<TKey, TElement>>
@@ -24037,7 +24053,7 @@
Parameters
Returns
-
UniTask<System.Collections.Generic.Dictionary<TKey, TElement>>
+
UniTask<Dictionary<TKey, TElement>>
@@ -24066,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)

@@ -24081,7 +24097,7 @@
Parameters
keySelector System.Func<TSource, System.Threading.CancellationToken, UniTask<TKey>>
-
comparer System.Collections.Generic.IEqualityComparer<TKey>
+
comparer IEqualityComparer<TKey>
cancellationToken System.Threading.CancellationToken
@@ -24091,7 +24107,7 @@
Parameters
Returns
-
UniTask<System.Collections.Generic.Dictionary<TKey, TSource>>
+
UniTask<Dictionary<TKey, TSource>>
@@ -24141,7 +24157,7 @@
Parameters
Returns
-
UniTask<System.Collections.Generic.Dictionary<TKey, TSource>>
+
UniTask<Dictionary<TKey, TSource>>
@@ -24168,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)

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

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

+

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

@@ -24291,7 +24307,7 @@
Parameters
source IUniTaskAsyncEnumerable<TSource>
-
comparer System.Collections.Generic.IEqualityComparer<TSource>
+
comparer IEqualityComparer<TSource>
cancellationToken System.Threading.CancellationToken
@@ -24393,7 +24409,7 @@
Parameters
Returns
-
UniTask<System.Collections.Generic.List<TSource>>
+
UniTask<List<TSource>>
@@ -24418,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)

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

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

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

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

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

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

ToUniTaskAsyncEnumerable<TSource>(IEnumerable<TSource>)

+

ToUniTaskAsyncEnumerable<TSource>(IEnumerable<TSource>)

@@ -25153,7 +25169,7 @@

Parameters

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

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

+

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

@@ -25335,7 +25351,7 @@
Parameters
second IUniTaskAsyncEnumerable<TSource>
-
comparer System.Collections.Generic.IEqualityComparer<TSource>
+
comparer IEqualityComparer<TSource>
diff --git a/api/Cysharp.Threading.Tasks.Progress.html b/api/Cysharp.Threading.Tasks.Progress.html index 531358be..f9b754e6 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 System.Collections.Generic.IEqualityComparer<T>
+
comparer IEqualityComparer<T>
diff --git a/api/Cysharp.Threading.Tasks.TaskPool.html b/api/Cysharp.Threading.Tasks.TaskPool.html index d63f3fbf..fc1ba1fb 100644 --- a/api/Cysharp.Threading.Tasks.TaskPool.html +++ b/api/Cysharp.Threading.Tasks.TaskPool.html @@ -145,7 +145,7 @@

Returns

-
System.Collections.Generic.IEnumerable<System.ValueTuple<System.Type, System.Int32>>
+
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 d687ee46..97b1fd75 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> : 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
+
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
@@ -93,13 +93,6 @@
Inheritance
Implements
-
IAsyncOneShotTrigger
-
IUniTaskSource<T>
-
IUniTaskSource
-
System.Threading.Tasks.Sources.IValueTaskSource
-
System.Threading.Tasks.Sources.IValueTaskSource<T>
-
ITriggerHandler<T>
-
System.IDisposable
IAsyncFixedUpdateHandler
IAsyncLateUpdateHandler
IAsyncOnAnimatorIKHandler
@@ -173,6 +166,13 @@
Implements
IAsyncOnSelectHandler
IAsyncOnSubmitHandler
IAsyncOnUpdateSelectedHandler
+
IAsyncOneShotTrigger
+
IUniTaskSource<T>
+
IUniTaskSource
+
System.Threading.Tasks.Sources.IValueTaskSource
+
System.Threading.Tasks.Sources.IValueTaskSource<T>
+
ITriggerHandler<T>
+
System.IDisposable
@@ -3319,27 +3319,6 @@
Returns

Implements

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

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 0d908039..cc95cd74 100644 --- a/api/Cysharp.Threading.Tasks.UniTask.html +++ b/api/Cysharp.Threading.Tasks.UniTask.html @@ -207,31 +207,31 @@

Methods - Delay(Int32, DelayType, PlayerLoopTiming, CancellationToken) + Delay(Int32, DelayType, PlayerLoopTiming, CancellationToken, Boolean) - Delay(Int32, Boolean, PlayerLoopTiming, CancellationToken) + Delay(Int32, Boolean, PlayerLoopTiming, CancellationToken, Boolean) - Delay(TimeSpan, DelayType, PlayerLoopTiming, CancellationToken) + Delay(TimeSpan, DelayType, PlayerLoopTiming, CancellationToken, Boolean) - Delay(TimeSpan, Boolean, PlayerLoopTiming, CancellationToken) + Delay(TimeSpan, Boolean, PlayerLoopTiming, CancellationToken, Boolean) - DelayFrame(Int32, PlayerLoopTiming, CancellationToken) + DelayFrame(Int32, PlayerLoopTiming, CancellationToken, Boolean) @@ -313,14 +313,14 @@

Methods - NextFrame(PlayerLoopTiming, CancellationToken) + NextFrame(PlayerLoopTiming, CancellationToken, Boolean)

Similar as UniTask.Yield but guaranteed run on next frame.

- NextFrame(CancellationToken) + NextFrame(CancellationToken, Boolean)

Similar as UniTask.Yield but guaranteed run on next frame.

@@ -515,13 +515,19 @@

Methods - WaitForEndOfFrame(MonoBehaviour, CancellationToken) + WaitForEndOfFrame(MonoBehaviour) - WaitForEndOfFrame(CancellationToken) + WaitForEndOfFrame(MonoBehaviour, CancellationToken, Boolean) + + + + + + WaitForEndOfFrame(CancellationToken, Boolean) @@ -534,44 +540,44 @@

Methods - WaitForFixedUpdate(CancellationToken) + WaitForFixedUpdate(CancellationToken, Boolean)

Same as UniTask.Yield(PlayerLoopTiming.LastFixedUpdate, cancellationToken).

- WaitForSeconds(Int32, Boolean, PlayerLoopTiming, CancellationToken) + WaitForSeconds(Int32, Boolean, PlayerLoopTiming, CancellationToken, Boolean) - WaitForSeconds(Single, Boolean, PlayerLoopTiming, CancellationToken) + WaitForSeconds(Single, Boolean, PlayerLoopTiming, CancellationToken, Boolean) - WaitUntil(Func<Boolean>, PlayerLoopTiming, CancellationToken) + WaitUntil(Func<Boolean>, PlayerLoopTiming, CancellationToken, Boolean) - WaitUntilCanceled(CancellationToken, PlayerLoopTiming) + WaitUntilCanceled(CancellationToken, PlayerLoopTiming, Boolean) - WaitUntilValueChanged<T, U>(T, Func<T, U>, PlayerLoopTiming, IEqualityComparer<U>, CancellationToken) + WaitUntilValueChanged<T, U>(T, Func<T, U>, PlayerLoopTiming, IEqualityComparer<U>, CancellationToken, Boolean) - WaitWhile(Func<Boolean>, PlayerLoopTiming, CancellationToken) + WaitWhile(Func<Boolean>, PlayerLoopTiming, CancellationToken, Boolean) @@ -583,7 +589,7 @@

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

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

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

Return value is winArgumentIndex

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

Methods - WhenAny<T>(IEnumerable<UniTask<T>>) + WhenAny<T>(IEnumerable<UniTask<T>>) @@ -813,13 +819,13 @@

Methods - Yield(PlayerLoopTiming, CancellationToken) + Yield(PlayerLoopTiming, CancellationToken, Boolean) - Yield(CancellationToken) + Yield(CancellationToken, Boolean) @@ -1218,12 +1224,12 @@

Type Parameters
-

Delay(Int32, DelayType, PlayerLoopTiming, CancellationToken)

+

Delay(Int32, DelayType, PlayerLoopTiming, CancellationToken, Boolean)

-
public static UniTask Delay(int millisecondsDelay, DelayType delayType, PlayerLoopTiming delayTiming = PlayerLoopTiming.Update, CancellationToken cancellationToken = default(CancellationToken))
+
public static UniTask Delay(int millisecondsDelay, DelayType delayType, PlayerLoopTiming delayTiming = PlayerLoopTiming.Update, CancellationToken cancellationToken = default(CancellationToken), bool cancelImmediately = false)
@@ -1237,6 +1243,8 @@
Parameters
cancellationToken System.Threading.CancellationToken
+
cancelImmediately System.Boolean
+
@@ -1261,12 +1269,12 @@
Returns
-

Delay(Int32, Boolean, PlayerLoopTiming, CancellationToken)

+

Delay(Int32, Boolean, PlayerLoopTiming, CancellationToken, Boolean)

-
public static UniTask Delay(int millisecondsDelay, bool ignoreTimeScale = false, PlayerLoopTiming delayTiming = PlayerLoopTiming.Update, CancellationToken cancellationToken = default(CancellationToken))
+
public static UniTask Delay(int millisecondsDelay, bool ignoreTimeScale = false, PlayerLoopTiming delayTiming = PlayerLoopTiming.Update, CancellationToken cancellationToken = default(CancellationToken), bool cancelImmediately = false)
@@ -1280,6 +1288,8 @@
Parameters
cancellationToken System.Threading.CancellationToken
+
cancelImmediately System.Boolean
+
@@ -1304,12 +1314,12 @@
Returns
-

Delay(TimeSpan, DelayType, PlayerLoopTiming, CancellationToken)

+

Delay(TimeSpan, DelayType, PlayerLoopTiming, CancellationToken, Boolean)

-
public static UniTask Delay(TimeSpan delayTimeSpan, DelayType delayType, PlayerLoopTiming delayTiming = PlayerLoopTiming.Update, CancellationToken cancellationToken = default(CancellationToken))
+
public static UniTask Delay(TimeSpan delayTimeSpan, DelayType delayType, PlayerLoopTiming delayTiming = PlayerLoopTiming.Update, CancellationToken cancellationToken = default(CancellationToken), bool cancelImmediately = false)
@@ -1323,6 +1333,8 @@
Parameters
cancellationToken System.Threading.CancellationToken
+
cancelImmediately System.Boolean
+
@@ -1347,12 +1359,12 @@
Returns
-

Delay(TimeSpan, Boolean, PlayerLoopTiming, CancellationToken)

+

Delay(TimeSpan, Boolean, PlayerLoopTiming, CancellationToken, Boolean)

-
public static UniTask Delay(TimeSpan delayTimeSpan, bool ignoreTimeScale = false, PlayerLoopTiming delayTiming = PlayerLoopTiming.Update, CancellationToken cancellationToken = default(CancellationToken))
+
public static UniTask Delay(TimeSpan delayTimeSpan, bool ignoreTimeScale = false, PlayerLoopTiming delayTiming = PlayerLoopTiming.Update, CancellationToken cancellationToken = default(CancellationToken), bool cancelImmediately = false)
@@ -1366,6 +1378,8 @@
Parameters
cancellationToken System.Threading.CancellationToken
+
cancelImmediately System.Boolean
+
@@ -1390,12 +1404,12 @@
Returns
-

DelayFrame(Int32, PlayerLoopTiming, CancellationToken)

+

DelayFrame(Int32, PlayerLoopTiming, CancellationToken, Boolean)

-
public static UniTask DelayFrame(int delayFrameCount, PlayerLoopTiming delayTiming = PlayerLoopTiming.Update, CancellationToken cancellationToken = default(CancellationToken))
+
public static UniTask DelayFrame(int delayFrameCount, PlayerLoopTiming delayTiming = PlayerLoopTiming.Update, CancellationToken cancellationToken = default(CancellationToken), bool cancelImmediately = false)
@@ -1407,6 +1421,8 @@
Parameters
cancellationToken System.Threading.CancellationToken
+
cancelImmediately System.Boolean
+
@@ -1900,13 +1916,13 @@
Returns
-

NextFrame(PlayerLoopTiming, CancellationToken)

+

NextFrame(PlayerLoopTiming, CancellationToken, Boolean)

Similar as UniTask.Yield but guaranteed run on next frame.

-
public static UniTask NextFrame(PlayerLoopTiming timing, CancellationToken cancellationToken)
+
public static UniTask NextFrame(PlayerLoopTiming timing, CancellationToken cancellationToken, bool cancelImmediately = false)
@@ -1916,6 +1932,8 @@
Parameters
cancellationToken System.Threading.CancellationToken
+
cancelImmediately System.Boolean
+
@@ -1940,13 +1958,13 @@
Returns
-

NextFrame(CancellationToken)

+

NextFrame(CancellationToken, Boolean)

Similar as UniTask.Yield but guaranteed run on next frame.

-
public static UniTask NextFrame(CancellationToken cancellationToken)
+
public static UniTask NextFrame(CancellationToken cancellationToken, bool cancelImmediately = false)
@@ -1954,6 +1972,8 @@
Parameters
cancellationToken System.Threading.CancellationToken
+
cancelImmediately System.Boolean
+
@@ -2981,7 +3001,7 @@
Parameters
Returns
-
System.Collections.Generic.IEnumerator
+
IEnumerator
@@ -3166,12 +3186,49 @@
Returns
-

WaitForEndOfFrame(MonoBehaviour, CancellationToken)

+

WaitForEndOfFrame(MonoBehaviour)

+
+
+ +
+
public static UniTask WaitForEndOfFrame(MonoBehaviour coroutineRunner)
+
+ +
+
Parameters
+
+
coroutineRunner MonoBehaviour
+
+
+
+ +
+
Returns
+
+
UniTask
+
+
+
+ + + + + + + + + + + +
+
+ +

WaitForEndOfFrame(MonoBehaviour, CancellationToken, Boolean)

-
public static UniTask WaitForEndOfFrame(MonoBehaviour coroutineRunner, CancellationToken cancellationToken = default(CancellationToken))
+
public static UniTask WaitForEndOfFrame(MonoBehaviour coroutineRunner, CancellationToken cancellationToken, bool cancelImmediately = false)
@@ -3181,6 +3238,8 @@
Parameters
cancellationToken System.Threading.CancellationToken
+
cancelImmediately System.Boolean
+
@@ -3205,13 +3264,13 @@
Returns
-

WaitForEndOfFrame(CancellationToken)

+

WaitForEndOfFrame(CancellationToken, Boolean)

[Obsolete("Use WaitForEndOfFrame(MonoBehaviour) instead or UniTask.Yield(PlayerLoopTiming.LastPostLateUpdate). Equivalent for coroutine's WaitForEndOfFrame requires MonoBehaviour(runner of Coroutine).")]
-public static UniTask WaitForEndOfFrame(CancellationToken cancellationToken)
+public static UniTask WaitForEndOfFrame(CancellationToken cancellationToken, bool cancelImmediately = false)
@@ -3219,6 +3278,8 @@
Parameters
cancellationToken System.Threading.CancellationToken
+
cancelImmediately System.Boolean
+
@@ -3274,13 +3335,13 @@
Returns
-

WaitForFixedUpdate(CancellationToken)

+

WaitForFixedUpdate(CancellationToken, Boolean)

Same as UniTask.Yield(PlayerLoopTiming.LastFixedUpdate, cancellationToken).

-
public static UniTask WaitForFixedUpdate(CancellationToken cancellationToken)
+
public static UniTask WaitForFixedUpdate(CancellationToken cancellationToken, bool cancelImmediately = false)
@@ -3288,6 +3349,8 @@
Parameters
cancellationToken System.Threading.CancellationToken
+
cancelImmediately System.Boolean
+
@@ -3312,12 +3375,12 @@
Returns
-

WaitForSeconds(Int32, Boolean, PlayerLoopTiming, CancellationToken)

+

WaitForSeconds(Int32, Boolean, PlayerLoopTiming, CancellationToken, Boolean)

-
public static UniTask WaitForSeconds(int duration, bool ignoreTimeScale = false, PlayerLoopTiming delayTiming = PlayerLoopTiming.Update, CancellationToken cancellationToken = default(CancellationToken))
+
public static UniTask WaitForSeconds(int duration, bool ignoreTimeScale = false, PlayerLoopTiming delayTiming = PlayerLoopTiming.Update, CancellationToken cancellationToken = default(CancellationToken), bool cancelImmediately = false)
@@ -3331,6 +3394,8 @@
Parameters
cancellationToken System.Threading.CancellationToken
+
cancelImmediately System.Boolean
+
@@ -3355,12 +3420,12 @@
Returns
-

WaitForSeconds(Single, Boolean, PlayerLoopTiming, CancellationToken)

+

WaitForSeconds(Single, Boolean, PlayerLoopTiming, CancellationToken, Boolean)

-
public static UniTask WaitForSeconds(float duration, bool ignoreTimeScale = false, PlayerLoopTiming delayTiming = PlayerLoopTiming.Update, CancellationToken cancellationToken = default(CancellationToken))
+
public static UniTask WaitForSeconds(float duration, bool ignoreTimeScale = false, PlayerLoopTiming delayTiming = PlayerLoopTiming.Update, CancellationToken cancellationToken = default(CancellationToken), bool cancelImmediately = false)
@@ -3374,6 +3439,8 @@
Parameters
cancellationToken System.Threading.CancellationToken
+
cancelImmediately System.Boolean
+
@@ -3398,12 +3465,12 @@
Returns
-

WaitUntil(Func<Boolean>, PlayerLoopTiming, CancellationToken)

+

WaitUntil(Func<Boolean>, PlayerLoopTiming, CancellationToken, Boolean)

-
public static UniTask WaitUntil(Func<bool> predicate, PlayerLoopTiming timing = PlayerLoopTiming.Update, CancellationToken cancellationToken = default(CancellationToken))
+
public static UniTask WaitUntil(Func<bool> predicate, PlayerLoopTiming timing = PlayerLoopTiming.Update, CancellationToken cancellationToken = default(CancellationToken), bool cancelImmediately = false)
@@ -3415,6 +3482,8 @@
Parameters
cancellationToken System.Threading.CancellationToken
+
cancelImmediately System.Boolean
+
@@ -3439,12 +3508,12 @@
Returns
-

WaitUntilCanceled(CancellationToken, PlayerLoopTiming)

+

WaitUntilCanceled(CancellationToken, PlayerLoopTiming, Boolean)

-
public static UniTask WaitUntilCanceled(CancellationToken cancellationToken, PlayerLoopTiming timing = PlayerLoopTiming.Update)
+
public static UniTask WaitUntilCanceled(CancellationToken cancellationToken, PlayerLoopTiming timing = PlayerLoopTiming.Update, bool completeImmediately = false)
@@ -3454,6 +3523,8 @@
Parameters
timing PlayerLoopTiming
+
completeImmediately System.Boolean
+
@@ -3478,12 +3549,12 @@
Returns
-

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

+

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

-
public static UniTask<U> WaitUntilValueChanged<T, U>(T target, Func<T, U> monitorFunction, PlayerLoopTiming monitorTiming = PlayerLoopTiming.Update, IEqualityComparer<U> equalityComparer = null, CancellationToken cancellationToken = default(CancellationToken))
+    
public static UniTask<U> WaitUntilValueChanged<T, U>(T target, Func<T, U> monitorFunction, PlayerLoopTiming monitorTiming = PlayerLoopTiming.Update, IEqualityComparer<U> equalityComparer = null, CancellationToken cancellationToken = default(CancellationToken), bool cancelImmediately = false)
     where T : class
@@ -3496,10 +3567,12 @@
Parameters
monitorTiming PlayerLoopTiming
-
equalityComparer System.Collections.Generic.IEqualityComparer<U>
+
equalityComparer IEqualityComparer<U>
cancellationToken System.Threading.CancellationToken
+
cancelImmediately System.Boolean
+
@@ -3533,12 +3606,12 @@
Type Parameters
-

WaitWhile(Func<Boolean>, PlayerLoopTiming, CancellationToken)

+

WaitWhile(Func<Boolean>, PlayerLoopTiming, CancellationToken, Boolean)

-
public static UniTask WaitWhile(Func<bool> predicate, PlayerLoopTiming timing = PlayerLoopTiming.Update, CancellationToken cancellationToken = default(CancellationToken))
+
public static UniTask WaitWhile(Func<bool> predicate, PlayerLoopTiming timing = PlayerLoopTiming.Update, CancellationToken cancellationToken = default(CancellationToken), bool cancelImmediately = false)
@@ -3550,6 +3623,8 @@
Parameters
cancellationToken System.Threading.CancellationToken
+
cancelImmediately System.Boolean
+
@@ -3611,7 +3686,7 @@
Returns
-

WhenAll(IEnumerable<UniTask>)

+

WhenAll(IEnumerable<UniTask>)

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

Parameters

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

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

+

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

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

Parameters

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

WhenAny(IEnumerable<UniTask>)

+

WhenAny(IEnumerable<UniTask>)

Return value is winArgumentIndex

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

Parameters

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

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

+

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

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

Parameters

-
tasks System.Collections.Generic.IEnumerable<UniTask<T>>
+
tasks IEnumerable<UniTask<T>>
@@ -6085,12 +6160,12 @@
Returns
-

Yield(PlayerLoopTiming, CancellationToken)

+

Yield(PlayerLoopTiming, CancellationToken, Boolean)

-
public static UniTask Yield(PlayerLoopTiming timing, CancellationToken cancellationToken)
+
public static UniTask Yield(PlayerLoopTiming timing, CancellationToken cancellationToken, bool cancelImmediately = false)
@@ -6100,6 +6175,8 @@
Parameters
cancellationToken System.Threading.CancellationToken
+
cancelImmediately System.Boolean
+
@@ -6124,12 +6201,12 @@
Returns
-

Yield(CancellationToken)

+

Yield(CancellationToken, Boolean)

-
public static UniTask Yield(CancellationToken cancellationToken)
+
public static UniTask Yield(CancellationToken cancellationToken, bool cancelImmediately = false)
@@ -6137,6 +6214,8 @@
Parameters
cancellationToken System.Threading.CancellationToken
+
cancelImmediately System.Boolean
+
diff --git a/api/Cysharp.Threading.Tasks.UniTaskExtensions.html b/api/Cysharp.Threading.Tasks.UniTaskExtensions.html index 051af0ff..c2fa9ac4 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 System.Collections.Generic.IEnumerable<UniTask>
+
tasks IEnumerable<UniTask>
@@ -1882,7 +1882,7 @@
Type Parameters
-

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

+

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

@@ -1893,7 +1893,7 @@

Parameters

-
tasks System.Collections.Generic.IEnumerable<UniTask<T>>
+
tasks IEnumerable<UniTask<T>>
diff --git a/api/Cysharp.Threading.Tasks.UnityAsyncExtensions.html b/api/Cysharp.Threading.Tasks.UnityAsyncExtensions.html index f3a466ec..d5ddc081 100644 --- a/api/Cysharp.Threading.Tasks.UnityAsyncExtensions.html +++ b/api/Cysharp.Threading.Tasks.UnityAsyncExtensions.html @@ -458,19 +458,19 @@

Methods - ToUniTask(AsyncGPUReadbackRequest, PlayerLoopTiming, CancellationToken) + ToUniTask(AsyncGPUReadbackRequest, PlayerLoopTiming, CancellationToken, Boolean) - ToUniTask(AsyncOperation, IProgress<Single>, PlayerLoopTiming, CancellationToken) + ToUniTask(AsyncOperation, IProgress<Single>, PlayerLoopTiming, CancellationToken, Boolean) - ToUniTask(ResourceRequest, IProgress<Single>, PlayerLoopTiming, CancellationToken) + ToUniTask(ResourceRequest, IProgress<Single>, PlayerLoopTiming, CancellationToken, Boolean) @@ -480,18 +480,36 @@

Methods + + + WithCancellation(AsyncGPUReadbackRequest, CancellationToken, Boolean) + + + WithCancellation(AsyncOperation, CancellationToken) + + + WithCancellation(AsyncOperation, CancellationToken, Boolean) + + + WithCancellation(ResourceRequest, CancellationToken) + + + WithCancellation(ResourceRequest, CancellationToken, Boolean) + + + @@ -2728,12 +2746,12 @@

Returns
-

ToUniTask(AsyncGPUReadbackRequest, PlayerLoopTiming, CancellationToken)

+

ToUniTask(AsyncGPUReadbackRequest, PlayerLoopTiming, CancellationToken, Boolean)

-
public static UniTask<AsyncGPUReadbackRequest> ToUniTask(this AsyncGPUReadbackRequest asyncOperation, PlayerLoopTiming timing = PlayerLoopTiming.Update, CancellationToken cancellationToken = default(CancellationToken))
+
public static UniTask<AsyncGPUReadbackRequest> ToUniTask(this AsyncGPUReadbackRequest asyncOperation, PlayerLoopTiming timing = PlayerLoopTiming.Update, CancellationToken cancellationToken = default(CancellationToken), bool cancelImmediately = false)
@@ -2745,6 +2763,8 @@
Parameters
cancellationToken System.Threading.CancellationToken
+
cancelImmediately System.Boolean
+
@@ -2769,12 +2789,12 @@
Returns
-

ToUniTask(AsyncOperation, IProgress<Single>, PlayerLoopTiming, CancellationToken)

+

ToUniTask(AsyncOperation, IProgress<Single>, PlayerLoopTiming, CancellationToken, Boolean)

-
public static UniTask ToUniTask(this AsyncOperation asyncOperation, IProgress<float> progress = null, PlayerLoopTiming timing = PlayerLoopTiming.Update, CancellationToken cancellationToken = default(CancellationToken))
+
public static UniTask ToUniTask(this AsyncOperation asyncOperation, IProgress<float> progress = null, PlayerLoopTiming timing = PlayerLoopTiming.Update, CancellationToken cancellationToken = default(CancellationToken), bool cancelImmediately = false)
@@ -2788,6 +2808,8 @@
Parameters
cancellationToken System.Threading.CancellationToken
+
cancelImmediately System.Boolean
+
@@ -2812,12 +2834,12 @@
Returns
-

ToUniTask(ResourceRequest, IProgress<Single>, PlayerLoopTiming, CancellationToken)

+

ToUniTask(ResourceRequest, IProgress<Single>, PlayerLoopTiming, CancellationToken, Boolean)

-
public static UniTask<UnityEngine.Object> ToUniTask(this ResourceRequest asyncOperation, IProgress<float> progress = null, PlayerLoopTiming timing = PlayerLoopTiming.Update, CancellationToken cancellationToken = default(CancellationToken))
+
public static UniTask<UnityEngine.Object> ToUniTask(this ResourceRequest asyncOperation, IProgress<float> progress = null, PlayerLoopTiming timing = PlayerLoopTiming.Update, CancellationToken cancellationToken = default(CancellationToken), bool cancelImmediately = false)
@@ -2831,6 +2853,8 @@
Parameters
cancellationToken System.Threading.CancellationToken
+
cancelImmediately System.Boolean
+
@@ -2891,6 +2915,47 @@
Returns
+
+
+ +

WithCancellation(AsyncGPUReadbackRequest, CancellationToken, Boolean)

+
+
+ +
+
public static UniTask<AsyncGPUReadbackRequest> WithCancellation(this AsyncGPUReadbackRequest asyncOperation, CancellationToken cancellationToken, bool cancelImmediately)
+
+ +
+
Parameters
+
+
asyncOperation AsyncGPUReadbackRequest
+
+
cancellationToken System.Threading.CancellationToken
+
+
cancelImmediately System.Boolean
+
+
+
+ +
+
Returns
+
+
UniTask<AsyncGPUReadbackRequest>
+
+
+
+ + + + + + + + + + +
@@ -2930,6 +2995,47 @@
Returns
+
+
+ +

WithCancellation(AsyncOperation, CancellationToken, Boolean)

+
+
+ +
+
public static UniTask WithCancellation(this AsyncOperation asyncOperation, CancellationToken cancellationToken, bool cancelImmediately)
+
+ +
+
Parameters
+
+
asyncOperation AsyncOperation
+
+
cancellationToken System.Threading.CancellationToken
+
+
cancelImmediately System.Boolean
+
+
+
+ +
+
Returns
+
+
UniTask
+
+
+
+ + + + + + + + + + +
@@ -2969,6 +3075,47 @@
Returns
+
+
+ +

WithCancellation(ResourceRequest, CancellationToken, Boolean)

+
+
+ +
+
public static UniTask<UnityEngine.Object> WithCancellation(this ResourceRequest asyncOperation, CancellationToken cancellationToken, bool cancelImmediately)
+
+ +
+
Parameters
+
+
asyncOperation ResourceRequest
+
+
cancellationToken System.Threading.CancellationToken
+
+
cancelImmediately System.Boolean
+
+
+
+ +
+
Returns
+
+
UniTask<UnityEngine.Object>
+
+
+
+ + + + + + + + + + +
diff --git a/manifest.json b/manifest.json index fd20fc0b..6bfcd53b 100644 --- a/manifest.json +++ b/manifest.json @@ -129,7 +129,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.CancellationTokenEqualityComparer.html", - "hash": "EDMIC413F3VifM4rTCasGOM+HUUwphAOvxCE35mW2L4=" + "hash": "LlnynSllfPYRsZH8AqnR++00Nm/KKrKafdexdCCqnto=" } }, "is_incremental": false, @@ -297,7 +297,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.EnumerableAsyncExtensions.html", - "hash": "NqjqEqji5SwffQG8k42gwd9zIVqgV4Yo7OcJSLH04CA=" + "hash": "+4R0A4vj1bVaVk8Qu70p+3QTEHFBsmQkG+WhXAYAqlk=" } }, "is_incremental": false, @@ -309,7 +309,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html", - "hash": "APZAOPKUat4H6+1YrEQj1yuOWAvdwgpvR3Gap8qTpqI=" + "hash": "yCUQzIwlPiJGop7KtjuRzW2R0cNOHAznypKstbQAQxI=" } }, "is_incremental": false, @@ -609,7 +609,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable-1.html", - "hash": "GrtvZqk7IlGZHmCle/Nzvbb8vODndWprm6tgI4iPaaI=" + "hash": "VJKyNdxpaggSwm/HyW01iHsvgRi3psdnasLVnmzwzqw=" } }, "is_incremental": false, @@ -669,7 +669,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html", - "hash": "FdJ4JWOJbGZP42PEwXIY6vBBGC7W5tdTOyRnlOlqzU4=" + "hash": "pDs3fL3h+4pPwnGyYN0UdTBE819926W1PPSN0lRCzv4=" } }, "is_incremental": false, @@ -741,7 +741,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.Progress.html", - "hash": "z2Gfn3EbGUjhp3ocIJcQrZIKHyyqaxiYIyFgYvgH8L0=" + "hash": "UqAP3fJQdcEKj9M+gboTMtaIizZtiZB5ZIyDGJTX7U0=" } }, "is_incremental": false, @@ -885,7 +885,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.TaskPool.html", - "hash": "PkU4bz+8qzxdIlOySZXxpYiBR6rflgPobZU4R+ycOPE=" + "hash": "83LkAprHi2dm7p82b2XnXFOm31qJStanzpIGvf+i0ac=" } }, "is_incremental": false, @@ -1797,7 +1797,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.Triggers.AsyncTriggerHandler-1.html", - "hash": "OEOGyIS9KwG0wqc4jAR9ZI8PPWg2rotmZMH7WswOfF0=" + "hash": "nkDucKlCTV7EQ0MiISJtCevbrAG+N0BoTtD54Q7avoY=" } }, "is_incremental": false, @@ -2817,7 +2817,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.UniTask.html", - "hash": "XedYCIMzwJcgHj+VnPvl6h/TaWWy1ZY+iOZ0e828O8I=" + "hash": "SkC+/1FQy1vp+1U71OyAAJMtEZWNOgPSPcrPK0YH1L4=" } }, "is_incremental": false, @@ -2913,7 +2913,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.UniTaskExtensions.html", - "hash": "Pf/N8iesU2x0JNm5/ilA0MVCiIJYrGy5CNWt71z5vS0=" + "hash": "KgEyo54amTDz7i8GskUe+iasIFLb6p9f9TwDDCOPep8=" } }, "is_incremental": false, @@ -3369,7 +3369,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.UnityAsyncExtensions.html", - "hash": "JOV+Hb1IPmO+yhT/xDutVGOqXrv8NhSAcciu5mgs08U=" + "hash": "wYMvkjtIGZdr3rrCgCzvN1MoHSFr8hKVpyDzEDPkOPs=" } }, "is_incremental": false, diff --git a/xrefmap.yml b/xrefmap.yml index a18e3d0f..62832fa2 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(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask}) +- uid: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``1(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_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}) + 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}) name.vb: Select(Of T)(IEnumerable(Of T), Func(Of T, 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)) + 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)) 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(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int32,Cysharp.Threading.Tasks.UniTask}) +- uid: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``1(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_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}) + 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}) name.vb: Select(Of T)(IEnumerable(Of T), Func(Of T, Int32, 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)) + 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)) 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(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}}) +- uid: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``2(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_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}}) + 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}}) name.vb: Select(Of T, TR)(IEnumerable(Of T), Func(Of T, 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))) + 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))) 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(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int32,Cysharp.Threading.Tasks.UniTask{``1}}) +- uid: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``2(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_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}}) + 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}}) name.vb: Select(Of T, TR)(IEnumerable(Of T), Func(Of T, Int32, 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))) + 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))) 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(System.Collections.Generic.IEnumerator,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(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_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) + 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) nameWithType: EnumeratorAsyncExtensions.ToUniTask(IEnumerator, PlayerLoopTiming, CancellationToken) -- uid: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(System.Collections.Generic.IEnumerator,MonoBehaviour) +- uid: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(IEnumerator,MonoBehaviour) name: 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) + 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) 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(System.Collections.Generic.IEnumerator,System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.WithCancellation(IEnumerator,System.Threading.CancellationToken) name: WithCancellation(IEnumerator, 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) + 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) 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},System.Collections.Generic.IComparer{``0},System.Boolean) +- uid: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable`1.CreateOrderedEnumerable``1(System.Func{`0,``0},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__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) + 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) name.vb: CreateOrderedEnumerable(Of TKey)(Func(Of TElement, TKey), IComparer(Of TKey), 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) + 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) 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}},System.Collections.Generic.IComparer{``0},System.Boolean) +- uid: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable`1.CreateOrderedEnumerable``1(System.Func{`0,Cysharp.Threading.Tasks.UniTask{``0}},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___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) + 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) name.vb: CreateOrderedEnumerable(Of TKey)(Func(Of TElement, UniTask(Of TKey)), IComparer(Of TKey), 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) + 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) 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}},System.Collections.Generic.IComparer{``0},System.Boolean) +- uid: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable`1.CreateOrderedEnumerable``1(System.Func{`0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``0}},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___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) + 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) name.vb: CreateOrderedEnumerable(Of TKey)(Func(Of TElement, CancellationToken, UniTask(Of TKey)), IComparer(Of TKey), 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) + 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) 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,System.Collections.Generic.IEqualityComparer{``0},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ContainsAsync``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},``0,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_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) + 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) 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, 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) + 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) 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},System.Collections.Generic.IEqualityComparer{``0}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},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__System_Collections_Generic_IEqualityComparer___0__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}) + 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}) name.vb: Distinct(Of TSource)(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)) + 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)) 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},System.Collections.Generic.IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},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__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}) + 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}) 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, 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)) + 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)) 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}},System.Collections.Generic.IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},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___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}) + 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}) 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>, 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)) + 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)) 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}},System.Collections.Generic.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}},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___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}) + 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}) 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>, 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)) + 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)) 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},System.Collections.Generic.IEqualityComparer{``0}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},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__System_Collections_Generic_IEqualityComparer___0__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}) + 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}) name.vb: DistinctUntilChanged(Of TSource)(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)) + 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)) 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},System.Collections.Generic.IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},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__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}) + 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}) 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, 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)) + 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)) 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}},System.Collections.Generic.IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},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___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}) + 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}) 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>, 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)) + 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)) 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}},System.Collections.Generic.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}},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___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}) + 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}) 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>, 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)) + 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)) 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* @@ -4591,12 +4591,12 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Empty(Of T)() nameWithType: UniTaskAsyncEnumerable.Empty() nameWithType.vb: UniTaskAsyncEnumerable.Empty(Of T)() -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.EveryUpdate(Cysharp.Threading.Tasks.PlayerLoopTiming) - name: EveryUpdate(PlayerLoopTiming) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_EveryUpdate_Cysharp_Threading_Tasks_PlayerLoopTiming_ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.EveryUpdate(Cysharp.Threading.Tasks.PlayerLoopTiming) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.EveryUpdate(Cysharp.Threading.Tasks.PlayerLoopTiming) - nameWithType: UniTaskAsyncEnumerable.EveryUpdate(PlayerLoopTiming) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.EveryUpdate(Cysharp.Threading.Tasks.PlayerLoopTiming,System.Boolean) + name: EveryUpdate(PlayerLoopTiming, Boolean) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_EveryUpdate_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.EveryUpdate(Cysharp.Threading.Tasks.PlayerLoopTiming,System.Boolean) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.EveryUpdate(Cysharp.Threading.Tasks.PlayerLoopTiming, System.Boolean) + nameWithType: UniTaskAsyncEnumerable.EveryUpdate(PlayerLoopTiming, Boolean) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.EveryUpdate* name: EveryUpdate href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_EveryUpdate_ @@ -4611,15 +4611,15 @@ 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,System.Collections.Generic.IEqualityComparer{``1}) - name: EveryValueChanged(TTarget, Func, PlayerLoopTiming, IEqualityComparer) - 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__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.EveryValueChanged``2(``0,System.Func{``0,``1},Cysharp.Threading.Tasks.PlayerLoopTiming,System.Collections.Generic.IEqualityComparer{``1}) - name.vb: EveryValueChanged(Of TTarget, TProperty)(TTarget, Func(Of TTarget, TProperty), PlayerLoopTiming, IEqualityComparer(Of TProperty)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.EveryValueChanged(TTarget, System.Func, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Collections.Generic.IEqualityComparer) - 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)) - nameWithType: UniTaskAsyncEnumerable.EveryValueChanged(TTarget, Func, PlayerLoopTiming, IEqualityComparer) - nameWithType.vb: UniTaskAsyncEnumerable.EveryValueChanged(Of TTarget, TProperty)(TTarget, Func(Of TTarget, TProperty), PlayerLoopTiming, IEqualityComparer(Of TProperty)) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.EveryValueChanged``2(``0,System.Func{``0,``1},Cysharp.Threading.Tasks.PlayerLoopTiming,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) + 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) + 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* name: Except href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#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},System.Collections.Generic.IEqualityComparer{``0}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Except``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},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__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}) + 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}) 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, 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)) + 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)) 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},System.Collections.Generic.IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},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__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}) + 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}) 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, 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)) + 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)) 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},System.Collections.Generic.IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},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__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}) + 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}) 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, 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)) + 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)) 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,System.Collections.Generic.IEnumerable{``0},``2}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``1,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_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}) + 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}) 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, System.Collections.Generic.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)) 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,System.Collections.Generic.IEnumerable{``0},``2},System.Collections.Generic.IEqualityComparer{``1}) +- 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}) 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_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}) + 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}) 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>, 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)) + 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)) 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,System.Collections.Generic.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,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_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}) + 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}) 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, System.Collections.Generic.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)) 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,System.Collections.Generic.IEnumerable{``2},``3},System.Collections.Generic.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,IEnumerable{``2},``3},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_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}) + 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}) 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>, 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)) + 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)) 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}},System.Collections.Generic.IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},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___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}) + 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}) 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>, 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)) + 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)) 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}},System.Collections.Generic.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}},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___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}) + 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}) 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>, 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)) + 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)) 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,System.Collections.Generic.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,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_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}}) + 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}}) 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, System.Collections.Generic.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, 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,System.Collections.Generic.IEnumerable{``0},Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.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,IEnumerable{``0},Cysharp.Threading.Tasks.UniTask{``2}},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_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}) + 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}) 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>, 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)) + 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)) 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,System.Collections.Generic.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,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_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}}) + 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}}) 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, System.Collections.Generic.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, 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,System.Collections.Generic.IEnumerable{``2},Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.Generic.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,IEnumerable{``2},Cysharp.Threading.Tasks.UniTask{``3}},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_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}) + 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}) 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>, 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)) + 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)) 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}},System.Collections.Generic.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}},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___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}) + 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}) 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>, 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)) + 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)) 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}},System.Collections.Generic.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}},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___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}) + 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}) 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>, 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)) + 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)) 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,System.Collections.Generic.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,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_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}}) + 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}}) 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, System.Collections.Generic.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, 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,System.Collections.Generic.IEnumerable{``0},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.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,IEnumerable{``0},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},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_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}) + 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}) 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>, 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)) + 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)) 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,System.Collections.Generic.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,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_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}}) + 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}}) 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, System.Collections.Generic.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, 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,System.Collections.Generic.IEnumerable{``2},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.Generic.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,IEnumerable{``2},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}},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_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}) + 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}) 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>, 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)) + 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)) 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,System.Collections.Generic.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,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_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}) + 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}) 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, System.Collections.Generic.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)) 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,System.Collections.Generic.IEnumerable{``1},``3},System.Collections.Generic.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,IEnumerable{``1},``3},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_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}) + 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}) 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>, 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)) + 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)) 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,System.Collections.Generic.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,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_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}}) + 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}}) 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, System.Collections.Generic.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, 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,System.Collections.Generic.IEnumerable{``1},Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.Generic.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,IEnumerable{``1},Cysharp.Threading.Tasks.UniTask{``3}},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_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}) + 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}) 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>, 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)) + 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)) 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,System.Collections.Generic.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,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_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}}) + 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}}) 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, System.Collections.Generic.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, 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,System.Collections.Generic.IEnumerable{``1},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.Generic.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,IEnumerable{``1},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}},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_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}) + 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}) 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>, 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)) + 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)) 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,21 +5162,21 @@ 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},System.Collections.Generic.IEqualityComparer{``0}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Intersect``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},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__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}) + 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}) 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, 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)) + 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)) 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) - name: Interval(TimeSpan, PlayerLoopTiming, Boolean) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Interval_System_TimeSpan_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Boolean_ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Interval(System.TimeSpan,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Boolean) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Interval(System.TimeSpan, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Boolean) - nameWithType: UniTaskAsyncEnumerable.Interval(TimeSpan, PlayerLoopTiming, Boolean) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Interval(System.TimeSpan,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Boolean,System.Boolean) + name: Interval(TimeSpan, PlayerLoopTiming, Boolean, Boolean) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Interval_System_TimeSpan_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Boolean_System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Interval(System.TimeSpan,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Boolean,System.Boolean) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Interval(System.TimeSpan, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Boolean, System.Boolean) + nameWithType: UniTaskAsyncEnumerable.Interval(TimeSpan, PlayerLoopTiming, Boolean, Boolean) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Interval* name: Interval href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Interval_ @@ -5184,12 +5184,12 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Interval nameWithType: UniTaskAsyncEnumerable.Interval -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.IntervalFrame(System.Int32,Cysharp.Threading.Tasks.PlayerLoopTiming) - name: IntervalFrame(Int32, PlayerLoopTiming) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_IntervalFrame_System_Int32_Cysharp_Threading_Tasks_PlayerLoopTiming_ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.IntervalFrame(System.Int32,Cysharp.Threading.Tasks.PlayerLoopTiming) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.IntervalFrame(System.Int32, Cysharp.Threading.Tasks.PlayerLoopTiming) - nameWithType: UniTaskAsyncEnumerable.IntervalFrame(Int32, PlayerLoopTiming) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.IntervalFrame(System.Int32,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Boolean) + name: IntervalFrame(Int32, PlayerLoopTiming, Boolean) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_IntervalFrame_System_Int32_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.IntervalFrame(System.Int32,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Boolean) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.IntervalFrame(System.Int32, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Boolean) + nameWithType: UniTaskAsyncEnumerable.IntervalFrame(Int32, PlayerLoopTiming, Boolean) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.IntervalFrame* name: IntervalFrame href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_IntervalFrame_ @@ -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},System.Collections.Generic.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},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__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}) + 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}) 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, 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)) + 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)) 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}},System.Collections.Generic.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}},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___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}) + 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}) 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>, 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)) + 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)) 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}},System.Collections.Generic.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}},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___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}) + 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}) 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>, 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)) + 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)) 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(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0}}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Merge``1(IEnumerable{Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0}}) name: Merge(IEnumerable>) - 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}}) + 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}}) name.vb: Merge(Of T)(IEnumerable(Of 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))) + 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))) 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},System.Collections.Generic.IComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderBy``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},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__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}) + 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}) 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, 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)) + 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)) 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}},System.Collections.Generic.IComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},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___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}) + 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}) 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>, 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)) + 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)) 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}},System.Collections.Generic.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}},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___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}) + 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}) 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>, 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)) + 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)) 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},System.Collections.Generic.IComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescending``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},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__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}) + 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}) 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, 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)) + 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)) 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}},System.Collections.Generic.IComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescendingAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},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___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}) + 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}) 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>, 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)) + 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)) 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}},System.Collections.Generic.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}},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___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}) + 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}) 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>, 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)) + 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)) 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},System.Collections.Generic.IEqualityComparer{``0},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.SequenceEqualAsync``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},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__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) + 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) 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, 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) + 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) 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},System.Collections.Generic.IComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenBy``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,``1},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__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}) + 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}) 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, 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)) + 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)) 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}},System.Collections.Generic.IComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByAwait``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},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___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}) + 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}) 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>, 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)) + 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)) 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}},System.Collections.Generic.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}},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___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}) + 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}) 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>, 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)) + 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)) 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},System.Collections.Generic.IComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescending``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,``1},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__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}) + 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}) 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, 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)) + 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)) 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}},System.Collections.Generic.IComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescendingAwait``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},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___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}) + 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}) 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>, 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)) + 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)) 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}},System.Collections.Generic.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}},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___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}) + 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}) 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>, 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)) + 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)) 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* @@ -8079,18 +8079,18 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Throw(Of TValue)(System.Exception) nameWithType: UniTaskAsyncEnumerable.Throw(Exception) nameWithType.vb: UniTaskAsyncEnumerable.Throw(Of TValue)(Exception) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Timer(System.TimeSpan,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Boolean) - name: Timer(TimeSpan, PlayerLoopTiming, Boolean) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Timer_System_TimeSpan_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Boolean_ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Timer(System.TimeSpan,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Boolean) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Timer(System.TimeSpan, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Boolean) - nameWithType: UniTaskAsyncEnumerable.Timer(TimeSpan, PlayerLoopTiming, Boolean) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Timer(System.TimeSpan,System.TimeSpan,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Boolean) - name: Timer(TimeSpan, TimeSpan, PlayerLoopTiming, Boolean) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Timer_System_TimeSpan_System_TimeSpan_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Boolean_ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Timer(System.TimeSpan,System.TimeSpan,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Boolean) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Timer(System.TimeSpan, System.TimeSpan, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Boolean) - nameWithType: UniTaskAsyncEnumerable.Timer(TimeSpan, TimeSpan, PlayerLoopTiming, Boolean) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Timer(System.TimeSpan,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Boolean,System.Boolean) + name: Timer(TimeSpan, PlayerLoopTiming, Boolean, Boolean) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Timer_System_TimeSpan_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Boolean_System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Timer(System.TimeSpan,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Boolean,System.Boolean) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Timer(System.TimeSpan, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Boolean, System.Boolean) + nameWithType: UniTaskAsyncEnumerable.Timer(TimeSpan, PlayerLoopTiming, Boolean, Boolean) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Timer(System.TimeSpan,System.TimeSpan,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Boolean,System.Boolean) + name: Timer(TimeSpan, TimeSpan, PlayerLoopTiming, Boolean, Boolean) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Timer_System_TimeSpan_System_TimeSpan_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Boolean_System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Timer(System.TimeSpan,System.TimeSpan,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Boolean,System.Boolean) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Timer(System.TimeSpan, System.TimeSpan, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Boolean, System.Boolean) + nameWithType: UniTaskAsyncEnumerable.Timer(TimeSpan, TimeSpan, PlayerLoopTiming, Boolean, Boolean) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Timer* name: Timer href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Timer_ @@ -8098,18 +8098,18 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Timer nameWithType: UniTaskAsyncEnumerable.Timer -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.TimerFrame(System.Int32,Cysharp.Threading.Tasks.PlayerLoopTiming) - name: TimerFrame(Int32, PlayerLoopTiming) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_TimerFrame_System_Int32_Cysharp_Threading_Tasks_PlayerLoopTiming_ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.TimerFrame(System.Int32,Cysharp.Threading.Tasks.PlayerLoopTiming) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.TimerFrame(System.Int32, Cysharp.Threading.Tasks.PlayerLoopTiming) - nameWithType: UniTaskAsyncEnumerable.TimerFrame(Int32, PlayerLoopTiming) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.TimerFrame(System.Int32,System.Int32,Cysharp.Threading.Tasks.PlayerLoopTiming) - name: TimerFrame(Int32, Int32, PlayerLoopTiming) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_TimerFrame_System_Int32_System_Int32_Cysharp_Threading_Tasks_PlayerLoopTiming_ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.TimerFrame(System.Int32,System.Int32,Cysharp.Threading.Tasks.PlayerLoopTiming) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.TimerFrame(System.Int32, System.Int32, Cysharp.Threading.Tasks.PlayerLoopTiming) - nameWithType: UniTaskAsyncEnumerable.TimerFrame(Int32, Int32, PlayerLoopTiming) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.TimerFrame(System.Int32,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Boolean) + name: TimerFrame(Int32, PlayerLoopTiming, Boolean) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_TimerFrame_System_Int32_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.TimerFrame(System.Int32,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Boolean) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.TimerFrame(System.Int32, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Boolean) + nameWithType: UniTaskAsyncEnumerable.TimerFrame(Int32, PlayerLoopTiming, Boolean) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.TimerFrame(System.Int32,System.Int32,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Boolean) + name: TimerFrame(Int32, Int32, PlayerLoopTiming, Boolean) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_TimerFrame_System_Int32_System_Int32_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.TimerFrame(System.Int32,System.Int32,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Boolean) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.TimerFrame(System.Int32, System.Int32, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Boolean) + nameWithType: UniTaskAsyncEnumerable.TimerFrame(Int32, Int32, PlayerLoopTiming, Boolean) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.TimerFrame* name: TimerFrame href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_TimerFrame_ @@ -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},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},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__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) + 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) 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, 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) + 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) 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},System.Collections.Generic.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},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__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) + 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) 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, 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) + 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) 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}},System.Collections.Generic.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}},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___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) + 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) 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>, 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) + 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) 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}},System.Collections.Generic.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}},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___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) + 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) 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>, 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) + 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) 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}},System.Collections.Generic.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}},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___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) + 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) 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>, 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) + 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) 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}},System.Collections.Generic.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}},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___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) + 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) 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>, 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) + 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) 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},System.Collections.Generic.IEqualityComparer{``0},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToHashSetAsync``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},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__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) + 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) name.vb: ToHashSetAsync(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource), 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) + 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) 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},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},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__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) + 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) 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, 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) + 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) 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},System.Collections.Generic.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},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__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) + 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) 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, 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) + 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) 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}},System.Collections.Generic.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}},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___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) + 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) 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>, 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) + 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) 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}},System.Collections.Generic.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}},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___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) + 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) 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>, 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) + 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) 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}},System.Collections.Generic.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}},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___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) + 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) 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>, 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) + 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) 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}},System.Collections.Generic.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}},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___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) + 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) 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>, 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) + 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) 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(System.Collections.Generic.IEnumerable{``0}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable``1(IEnumerable{``0}) name: ToUniTaskAsyncEnumerable(IEnumerable) - 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}) + 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}) name.vb: 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)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable(IEnumerable) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable(Of TSource)(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},System.Collections.Generic.IEqualityComparer{``0}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Union``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},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__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}) + 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}) 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, 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)) + 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)) 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},System.Collections.Generic.IEqualityComparer{``0}) +- uid: Cysharp.Threading.Tasks.Progress.CreateOnlyValueChanged``1(System.Action{``0},IEqualityComparer{``0}) name: CreateOnlyValueChanged(Action, IEqualityComparer) - 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}) + 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}) name.vb: CreateOnlyValueChanged(Of T)(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)) + 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)) nameWithType: Progress.CreateOnlyValueChanged(Action, IEqualityComparer) nameWithType.vb: Progress.CreateOnlyValueChanged(Of T)(Action(Of T), IEqualityComparer(Of T)) - uid: Cysharp.Threading.Tasks.ReadOnlyAsyncReactiveProperty`1 @@ -18145,30 +18145,30 @@ references: fullName.vb: Cysharp.Threading.Tasks.UniTask.Defer(Of T)(System.Func(Of Cysharp.Threading.Tasks.UniTask(Of T))) nameWithType: UniTask.Defer(Func>) nameWithType.vb: UniTask.Defer(Of T)(Func(Of UniTask(Of T))) -- uid: Cysharp.Threading.Tasks.UniTask.Delay(System.Int32,Cysharp.Threading.Tasks.DelayType,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) - name: Delay(Int32, DelayType, PlayerLoopTiming, CancellationToken) - href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_Delay_System_Int32_Cysharp_Threading_Tasks_DelayType_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.UniTask.Delay(System.Int32,Cysharp.Threading.Tasks.DelayType,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) - fullName: Cysharp.Threading.Tasks.UniTask.Delay(System.Int32, Cysharp.Threading.Tasks.DelayType, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken) - nameWithType: UniTask.Delay(Int32, DelayType, PlayerLoopTiming, CancellationToken) -- uid: Cysharp.Threading.Tasks.UniTask.Delay(System.Int32,System.Boolean,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) - name: Delay(Int32, Boolean, PlayerLoopTiming, CancellationToken) - href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_Delay_System_Int32_System_Boolean_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.UniTask.Delay(System.Int32,System.Boolean,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) - fullName: Cysharp.Threading.Tasks.UniTask.Delay(System.Int32, System.Boolean, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken) - nameWithType: UniTask.Delay(Int32, Boolean, PlayerLoopTiming, CancellationToken) -- uid: Cysharp.Threading.Tasks.UniTask.Delay(System.TimeSpan,Cysharp.Threading.Tasks.DelayType,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) - name: Delay(TimeSpan, DelayType, PlayerLoopTiming, CancellationToken) - href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_Delay_System_TimeSpan_Cysharp_Threading_Tasks_DelayType_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.UniTask.Delay(System.TimeSpan,Cysharp.Threading.Tasks.DelayType,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) - fullName: Cysharp.Threading.Tasks.UniTask.Delay(System.TimeSpan, Cysharp.Threading.Tasks.DelayType, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken) - nameWithType: UniTask.Delay(TimeSpan, DelayType, PlayerLoopTiming, CancellationToken) -- uid: Cysharp.Threading.Tasks.UniTask.Delay(System.TimeSpan,System.Boolean,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) - name: Delay(TimeSpan, Boolean, PlayerLoopTiming, CancellationToken) - href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_Delay_System_TimeSpan_System_Boolean_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.UniTask.Delay(System.TimeSpan,System.Boolean,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) - fullName: Cysharp.Threading.Tasks.UniTask.Delay(System.TimeSpan, System.Boolean, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken) - nameWithType: UniTask.Delay(TimeSpan, Boolean, PlayerLoopTiming, CancellationToken) +- uid: Cysharp.Threading.Tasks.UniTask.Delay(System.Int32,Cysharp.Threading.Tasks.DelayType,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,System.Boolean) + name: Delay(Int32, DelayType, PlayerLoopTiming, CancellationToken, Boolean) + href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_Delay_System_Int32_Cysharp_Threading_Tasks_DelayType_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.UniTask.Delay(System.Int32,Cysharp.Threading.Tasks.DelayType,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,System.Boolean) + fullName: Cysharp.Threading.Tasks.UniTask.Delay(System.Int32, Cysharp.Threading.Tasks.DelayType, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken, System.Boolean) + nameWithType: UniTask.Delay(Int32, DelayType, PlayerLoopTiming, CancellationToken, Boolean) +- uid: Cysharp.Threading.Tasks.UniTask.Delay(System.Int32,System.Boolean,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,System.Boolean) + name: Delay(Int32, Boolean, PlayerLoopTiming, CancellationToken, Boolean) + href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_Delay_System_Int32_System_Boolean_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.UniTask.Delay(System.Int32,System.Boolean,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,System.Boolean) + fullName: Cysharp.Threading.Tasks.UniTask.Delay(System.Int32, System.Boolean, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken, System.Boolean) + nameWithType: UniTask.Delay(Int32, Boolean, PlayerLoopTiming, CancellationToken, Boolean) +- uid: Cysharp.Threading.Tasks.UniTask.Delay(System.TimeSpan,Cysharp.Threading.Tasks.DelayType,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,System.Boolean) + name: Delay(TimeSpan, DelayType, PlayerLoopTiming, CancellationToken, Boolean) + href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_Delay_System_TimeSpan_Cysharp_Threading_Tasks_DelayType_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.UniTask.Delay(System.TimeSpan,Cysharp.Threading.Tasks.DelayType,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,System.Boolean) + fullName: Cysharp.Threading.Tasks.UniTask.Delay(System.TimeSpan, Cysharp.Threading.Tasks.DelayType, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken, System.Boolean) + nameWithType: UniTask.Delay(TimeSpan, DelayType, PlayerLoopTiming, CancellationToken, Boolean) +- uid: Cysharp.Threading.Tasks.UniTask.Delay(System.TimeSpan,System.Boolean,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,System.Boolean) + name: Delay(TimeSpan, Boolean, PlayerLoopTiming, CancellationToken, Boolean) + href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_Delay_System_TimeSpan_System_Boolean_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.UniTask.Delay(System.TimeSpan,System.Boolean,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,System.Boolean) + fullName: Cysharp.Threading.Tasks.UniTask.Delay(System.TimeSpan, System.Boolean, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken, System.Boolean) + nameWithType: UniTask.Delay(TimeSpan, Boolean, PlayerLoopTiming, CancellationToken, Boolean) - uid: Cysharp.Threading.Tasks.UniTask.Delay* name: Delay href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_Delay_ @@ -18176,12 +18176,12 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.UniTask.Delay nameWithType: UniTask.Delay -- uid: Cysharp.Threading.Tasks.UniTask.DelayFrame(System.Int32,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) - name: DelayFrame(Int32, PlayerLoopTiming, CancellationToken) - href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_DelayFrame_System_Int32_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.UniTask.DelayFrame(System.Int32,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) - fullName: Cysharp.Threading.Tasks.UniTask.DelayFrame(System.Int32, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken) - nameWithType: UniTask.DelayFrame(Int32, PlayerLoopTiming, CancellationToken) +- uid: Cysharp.Threading.Tasks.UniTask.DelayFrame(System.Int32,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,System.Boolean) + name: DelayFrame(Int32, PlayerLoopTiming, CancellationToken, Boolean) + href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_DelayFrame_System_Int32_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.UniTask.DelayFrame(System.Int32,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,System.Boolean) + fullName: Cysharp.Threading.Tasks.UniTask.DelayFrame(System.Int32, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken, System.Boolean) + nameWithType: UniTask.DelayFrame(Int32, PlayerLoopTiming, CancellationToken, Boolean) - uid: Cysharp.Threading.Tasks.UniTask.DelayFrame* name: DelayFrame href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_DelayFrame_ @@ -18321,18 +18321,18 @@ references: commentId: M:Cysharp.Threading.Tasks.UniTask.NextFrame(Cysharp.Threading.Tasks.PlayerLoopTiming) fullName: Cysharp.Threading.Tasks.UniTask.NextFrame(Cysharp.Threading.Tasks.PlayerLoopTiming) nameWithType: UniTask.NextFrame(PlayerLoopTiming) -- uid: Cysharp.Threading.Tasks.UniTask.NextFrame(Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) - name: NextFrame(PlayerLoopTiming, CancellationToken) - href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_NextFrame_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.UniTask.NextFrame(Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) - fullName: Cysharp.Threading.Tasks.UniTask.NextFrame(Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken) - nameWithType: UniTask.NextFrame(PlayerLoopTiming, CancellationToken) -- uid: Cysharp.Threading.Tasks.UniTask.NextFrame(System.Threading.CancellationToken) - name: NextFrame(CancellationToken) - href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_NextFrame_System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.UniTask.NextFrame(System.Threading.CancellationToken) - fullName: Cysharp.Threading.Tasks.UniTask.NextFrame(System.Threading.CancellationToken) - nameWithType: UniTask.NextFrame(CancellationToken) +- uid: Cysharp.Threading.Tasks.UniTask.NextFrame(Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,System.Boolean) + name: NextFrame(PlayerLoopTiming, CancellationToken, Boolean) + href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_NextFrame_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.UniTask.NextFrame(Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,System.Boolean) + fullName: Cysharp.Threading.Tasks.UniTask.NextFrame(Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken, System.Boolean) + nameWithType: UniTask.NextFrame(PlayerLoopTiming, CancellationToken, Boolean) +- uid: Cysharp.Threading.Tasks.UniTask.NextFrame(System.Threading.CancellationToken,System.Boolean) + name: NextFrame(CancellationToken, Boolean) + href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_NextFrame_System_Threading_CancellationToken_System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.UniTask.NextFrame(System.Threading.CancellationToken,System.Boolean) + fullName: Cysharp.Threading.Tasks.UniTask.NextFrame(System.Threading.CancellationToken, System.Boolean) + nameWithType: UniTask.NextFrame(CancellationToken, Boolean) - uid: Cysharp.Threading.Tasks.UniTask.NextFrame* name: NextFrame href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_NextFrame_ @@ -18684,18 +18684,24 @@ references: commentId: M:Cysharp.Threading.Tasks.UniTask.WaitForEndOfFrame fullName: Cysharp.Threading.Tasks.UniTask.WaitForEndOfFrame() nameWithType: UniTask.WaitForEndOfFrame() -- uid: Cysharp.Threading.Tasks.UniTask.WaitForEndOfFrame(MonoBehaviour,System.Threading.CancellationToken) - name: WaitForEndOfFrame(MonoBehaviour, CancellationToken) - href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WaitForEndOfFrame_MonoBehaviour_System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.UniTask.WaitForEndOfFrame(MonoBehaviour,System.Threading.CancellationToken) - fullName: Cysharp.Threading.Tasks.UniTask.WaitForEndOfFrame(MonoBehaviour, System.Threading.CancellationToken) - nameWithType: UniTask.WaitForEndOfFrame(MonoBehaviour, CancellationToken) -- uid: Cysharp.Threading.Tasks.UniTask.WaitForEndOfFrame(System.Threading.CancellationToken) - name: WaitForEndOfFrame(CancellationToken) - href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WaitForEndOfFrame_System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.UniTask.WaitForEndOfFrame(System.Threading.CancellationToken) - fullName: Cysharp.Threading.Tasks.UniTask.WaitForEndOfFrame(System.Threading.CancellationToken) - nameWithType: UniTask.WaitForEndOfFrame(CancellationToken) +- uid: Cysharp.Threading.Tasks.UniTask.WaitForEndOfFrame(MonoBehaviour) + name: WaitForEndOfFrame(MonoBehaviour) + href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WaitForEndOfFrame_MonoBehaviour_ + commentId: M:Cysharp.Threading.Tasks.UniTask.WaitForEndOfFrame(MonoBehaviour) + fullName: Cysharp.Threading.Tasks.UniTask.WaitForEndOfFrame(MonoBehaviour) + nameWithType: UniTask.WaitForEndOfFrame(MonoBehaviour) +- uid: Cysharp.Threading.Tasks.UniTask.WaitForEndOfFrame(MonoBehaviour,System.Threading.CancellationToken,System.Boolean) + name: WaitForEndOfFrame(MonoBehaviour, CancellationToken, Boolean) + href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WaitForEndOfFrame_MonoBehaviour_System_Threading_CancellationToken_System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.UniTask.WaitForEndOfFrame(MonoBehaviour,System.Threading.CancellationToken,System.Boolean) + fullName: Cysharp.Threading.Tasks.UniTask.WaitForEndOfFrame(MonoBehaviour, System.Threading.CancellationToken, System.Boolean) + nameWithType: UniTask.WaitForEndOfFrame(MonoBehaviour, CancellationToken, Boolean) +- uid: Cysharp.Threading.Tasks.UniTask.WaitForEndOfFrame(System.Threading.CancellationToken,System.Boolean) + name: WaitForEndOfFrame(CancellationToken, Boolean) + href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WaitForEndOfFrame_System_Threading_CancellationToken_System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.UniTask.WaitForEndOfFrame(System.Threading.CancellationToken,System.Boolean) + fullName: Cysharp.Threading.Tasks.UniTask.WaitForEndOfFrame(System.Threading.CancellationToken, System.Boolean) + nameWithType: UniTask.WaitForEndOfFrame(CancellationToken, Boolean) - uid: Cysharp.Threading.Tasks.UniTask.WaitForEndOfFrame* name: WaitForEndOfFrame href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WaitForEndOfFrame_ @@ -18709,12 +18715,12 @@ references: commentId: M:Cysharp.Threading.Tasks.UniTask.WaitForFixedUpdate fullName: Cysharp.Threading.Tasks.UniTask.WaitForFixedUpdate() nameWithType: UniTask.WaitForFixedUpdate() -- uid: Cysharp.Threading.Tasks.UniTask.WaitForFixedUpdate(System.Threading.CancellationToken) - name: WaitForFixedUpdate(CancellationToken) - href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WaitForFixedUpdate_System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.UniTask.WaitForFixedUpdate(System.Threading.CancellationToken) - fullName: Cysharp.Threading.Tasks.UniTask.WaitForFixedUpdate(System.Threading.CancellationToken) - nameWithType: UniTask.WaitForFixedUpdate(CancellationToken) +- uid: Cysharp.Threading.Tasks.UniTask.WaitForFixedUpdate(System.Threading.CancellationToken,System.Boolean) + name: WaitForFixedUpdate(CancellationToken, Boolean) + href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WaitForFixedUpdate_System_Threading_CancellationToken_System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.UniTask.WaitForFixedUpdate(System.Threading.CancellationToken,System.Boolean) + fullName: Cysharp.Threading.Tasks.UniTask.WaitForFixedUpdate(System.Threading.CancellationToken, System.Boolean) + nameWithType: UniTask.WaitForFixedUpdate(CancellationToken, Boolean) - uid: Cysharp.Threading.Tasks.UniTask.WaitForFixedUpdate* name: WaitForFixedUpdate href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WaitForFixedUpdate_ @@ -18722,18 +18728,18 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.UniTask.WaitForFixedUpdate nameWithType: UniTask.WaitForFixedUpdate -- uid: Cysharp.Threading.Tasks.UniTask.WaitForSeconds(System.Int32,System.Boolean,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) - name: WaitForSeconds(Int32, Boolean, PlayerLoopTiming, CancellationToken) - href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WaitForSeconds_System_Int32_System_Boolean_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.UniTask.WaitForSeconds(System.Int32,System.Boolean,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) - fullName: Cysharp.Threading.Tasks.UniTask.WaitForSeconds(System.Int32, System.Boolean, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken) - nameWithType: UniTask.WaitForSeconds(Int32, Boolean, PlayerLoopTiming, CancellationToken) -- uid: Cysharp.Threading.Tasks.UniTask.WaitForSeconds(System.Single,System.Boolean,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) - name: WaitForSeconds(Single, Boolean, PlayerLoopTiming, CancellationToken) - href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WaitForSeconds_System_Single_System_Boolean_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.UniTask.WaitForSeconds(System.Single,System.Boolean,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) - fullName: Cysharp.Threading.Tasks.UniTask.WaitForSeconds(System.Single, System.Boolean, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken) - nameWithType: UniTask.WaitForSeconds(Single, Boolean, PlayerLoopTiming, CancellationToken) +- uid: Cysharp.Threading.Tasks.UniTask.WaitForSeconds(System.Int32,System.Boolean,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,System.Boolean) + name: WaitForSeconds(Int32, Boolean, PlayerLoopTiming, CancellationToken, Boolean) + href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WaitForSeconds_System_Int32_System_Boolean_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.UniTask.WaitForSeconds(System.Int32,System.Boolean,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,System.Boolean) + fullName: Cysharp.Threading.Tasks.UniTask.WaitForSeconds(System.Int32, System.Boolean, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken, System.Boolean) + nameWithType: UniTask.WaitForSeconds(Int32, Boolean, PlayerLoopTiming, CancellationToken, Boolean) +- uid: Cysharp.Threading.Tasks.UniTask.WaitForSeconds(System.Single,System.Boolean,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,System.Boolean) + name: WaitForSeconds(Single, Boolean, PlayerLoopTiming, CancellationToken, Boolean) + href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WaitForSeconds_System_Single_System_Boolean_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.UniTask.WaitForSeconds(System.Single,System.Boolean,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,System.Boolean) + fullName: Cysharp.Threading.Tasks.UniTask.WaitForSeconds(System.Single, System.Boolean, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken, System.Boolean) + nameWithType: UniTask.WaitForSeconds(Single, Boolean, PlayerLoopTiming, CancellationToken, Boolean) - uid: Cysharp.Threading.Tasks.UniTask.WaitForSeconds* name: WaitForSeconds href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WaitForSeconds_ @@ -18741,15 +18747,15 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.UniTask.WaitForSeconds nameWithType: UniTask.WaitForSeconds -- uid: Cysharp.Threading.Tasks.UniTask.WaitUntil(System.Func{System.Boolean},Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) - name: WaitUntil(Func, PlayerLoopTiming, CancellationToken) - href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WaitUntil_System_Func_System_Boolean__Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.UniTask.WaitUntil(System.Func{System.Boolean},Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) - name.vb: WaitUntil(Func(Of Boolean), PlayerLoopTiming, CancellationToken) - fullName: Cysharp.Threading.Tasks.UniTask.WaitUntil(System.Func, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken) - fullName.vb: Cysharp.Threading.Tasks.UniTask.WaitUntil(System.Func(Of System.Boolean), Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken) - nameWithType: UniTask.WaitUntil(Func, PlayerLoopTiming, CancellationToken) - nameWithType.vb: UniTask.WaitUntil(Func(Of Boolean), PlayerLoopTiming, CancellationToken) +- uid: Cysharp.Threading.Tasks.UniTask.WaitUntil(System.Func{System.Boolean},Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,System.Boolean) + name: WaitUntil(Func, PlayerLoopTiming, CancellationToken, Boolean) + href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WaitUntil_System_Func_System_Boolean__Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.UniTask.WaitUntil(System.Func{System.Boolean},Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,System.Boolean) + name.vb: WaitUntil(Func(Of Boolean), PlayerLoopTiming, CancellationToken, Boolean) + fullName: Cysharp.Threading.Tasks.UniTask.WaitUntil(System.Func, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken, System.Boolean) + fullName.vb: Cysharp.Threading.Tasks.UniTask.WaitUntil(System.Func(Of System.Boolean), Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken, System.Boolean) + nameWithType: UniTask.WaitUntil(Func, PlayerLoopTiming, CancellationToken, Boolean) + nameWithType.vb: UniTask.WaitUntil(Func(Of Boolean), PlayerLoopTiming, CancellationToken, Boolean) - uid: Cysharp.Threading.Tasks.UniTask.WaitUntil* name: WaitUntil href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WaitUntil_ @@ -18757,12 +18763,12 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.UniTask.WaitUntil nameWithType: UniTask.WaitUntil -- uid: Cysharp.Threading.Tasks.UniTask.WaitUntilCanceled(System.Threading.CancellationToken,Cysharp.Threading.Tasks.PlayerLoopTiming) - name: WaitUntilCanceled(CancellationToken, PlayerLoopTiming) - href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WaitUntilCanceled_System_Threading_CancellationToken_Cysharp_Threading_Tasks_PlayerLoopTiming_ - commentId: M:Cysharp.Threading.Tasks.UniTask.WaitUntilCanceled(System.Threading.CancellationToken,Cysharp.Threading.Tasks.PlayerLoopTiming) - fullName: Cysharp.Threading.Tasks.UniTask.WaitUntilCanceled(System.Threading.CancellationToken, Cysharp.Threading.Tasks.PlayerLoopTiming) - nameWithType: UniTask.WaitUntilCanceled(CancellationToken, PlayerLoopTiming) +- uid: Cysharp.Threading.Tasks.UniTask.WaitUntilCanceled(System.Threading.CancellationToken,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Boolean) + name: WaitUntilCanceled(CancellationToken, PlayerLoopTiming, Boolean) + href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WaitUntilCanceled_System_Threading_CancellationToken_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.UniTask.WaitUntilCanceled(System.Threading.CancellationToken,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Boolean) + fullName: Cysharp.Threading.Tasks.UniTask.WaitUntilCanceled(System.Threading.CancellationToken, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Boolean) + nameWithType: UniTask.WaitUntilCanceled(CancellationToken, PlayerLoopTiming, Boolean) - uid: Cysharp.Threading.Tasks.UniTask.WaitUntilCanceled* name: WaitUntilCanceled href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WaitUntilCanceled_ @@ -18777,24 +18783,24 @@ 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,System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) - name: WaitUntilValueChanged(T, Func, PlayerLoopTiming, IEqualityComparer, CancellationToken) - 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_ - 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) - name.vb: WaitUntilValueChanged(Of T, U)(T, Func(Of T, U), PlayerLoopTiming, IEqualityComparer(Of U), CancellationToken) - fullName: Cysharp.Threading.Tasks.UniTask.WaitUntilValueChanged(T, System.Func, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Collections.Generic.IEqualityComparer, System.Threading.CancellationToken) - 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) - nameWithType: UniTask.WaitUntilValueChanged(T, Func, PlayerLoopTiming, IEqualityComparer, CancellationToken) - nameWithType.vb: UniTask.WaitUntilValueChanged(Of T, U)(T, Func(Of T, U), PlayerLoopTiming, IEqualityComparer(Of U), CancellationToken) -- uid: Cysharp.Threading.Tasks.UniTask.WaitWhile(System.Func{System.Boolean},Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) - name: WaitWhile(Func, PlayerLoopTiming, CancellationToken) - href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WaitWhile_System_Func_System_Boolean__Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.UniTask.WaitWhile(System.Func{System.Boolean},Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) - name.vb: WaitWhile(Func(Of Boolean), PlayerLoopTiming, CancellationToken) - fullName: Cysharp.Threading.Tasks.UniTask.WaitWhile(System.Func, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken) - fullName.vb: Cysharp.Threading.Tasks.UniTask.WaitWhile(System.Func(Of System.Boolean), Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken) - nameWithType: UniTask.WaitWhile(Func, PlayerLoopTiming, CancellationToken) - nameWithType.vb: UniTask.WaitWhile(Func(Of Boolean), PlayerLoopTiming, CancellationToken) +- uid: Cysharp.Threading.Tasks.UniTask.WaitUntilValueChanged``2(``0,System.Func{``0,``1},Cysharp.Threading.Tasks.PlayerLoopTiming,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) + 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) + 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) + name: WaitWhile(Func, PlayerLoopTiming, CancellationToken, Boolean) + href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WaitWhile_System_Func_System_Boolean__Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.UniTask.WaitWhile(System.Func{System.Boolean},Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,System.Boolean) + name.vb: WaitWhile(Func(Of Boolean), PlayerLoopTiming, CancellationToken, Boolean) + fullName: Cysharp.Threading.Tasks.UniTask.WaitWhile(System.Func, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken, System.Boolean) + fullName.vb: Cysharp.Threading.Tasks.UniTask.WaitWhile(System.Func(Of System.Boolean), Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken, System.Boolean) + nameWithType: UniTask.WaitWhile(Func, PlayerLoopTiming, CancellationToken, Boolean) + nameWithType.vb: UniTask.WaitWhile(Func(Of Boolean), PlayerLoopTiming, CancellationToken, Boolean) - uid: Cysharp.Threading.Tasks.UniTask.WaitWhile* name: WaitWhile href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WaitWhile_ @@ -18811,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(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.UniTask}) +- uid: Cysharp.Threading.Tasks.UniTask.WhenAll(IEnumerable{Cysharp.Threading.Tasks.UniTask}) name: WhenAll(IEnumerable) - 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}) + 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}) name.vb: WhenAll(IEnumerable(Of 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)) + fullName: Cysharp.Threading.Tasks.UniTask.WhenAll(IEnumerable) + fullName.vb: Cysharp.Threading.Tasks.UniTask.WhenAll(IEnumerable(Of Cysharp.Threading.Tasks.UniTask)) nameWithType: UniTask.WhenAll(IEnumerable) nameWithType.vb: UniTask.WhenAll(IEnumerable(Of UniTask)) - uid: Cysharp.Threading.Tasks.UniTask.WhenAll* @@ -18836,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(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) +- uid: Cysharp.Threading.Tasks.UniTask.WhenAll``1(IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) name: WhenAll(IEnumerable>) - 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}}) + 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}}) name.vb: WhenAll(Of T)(IEnumerable(Of 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))) + fullName: Cysharp.Threading.Tasks.UniTask.WhenAll(IEnumerable>) + fullName.vb: Cysharp.Threading.Tasks.UniTask.WhenAll(Of T)(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}) @@ -18980,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(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.UniTask}) +- uid: Cysharp.Threading.Tasks.UniTask.WhenAny(IEnumerable{Cysharp.Threading.Tasks.UniTask}) name: WhenAny(IEnumerable) - 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}) + 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}) name.vb: WhenAny(IEnumerable(Of 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)) + fullName: Cysharp.Threading.Tasks.UniTask.WhenAny(IEnumerable) + fullName.vb: Cysharp.Threading.Tasks.UniTask.WhenAny(IEnumerable(Of Cysharp.Threading.Tasks.UniTask)) nameWithType: UniTask.WhenAny(IEnumerable) nameWithType.vb: UniTask.WhenAny(IEnumerable(Of UniTask)) - uid: Cysharp.Threading.Tasks.UniTask.WhenAny* @@ -19014,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(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) +- uid: Cysharp.Threading.Tasks.UniTask.WhenAny``1(IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) name: WhenAny(IEnumerable>) - 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}}) + 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}}) name.vb: WhenAny(Of T)(IEnumerable(Of 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))) + fullName: Cysharp.Threading.Tasks.UniTask.WhenAny(IEnumerable>) + fullName.vb: Cysharp.Threading.Tasks.UniTask.WhenAny(Of T)(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}) @@ -19161,18 +19167,18 @@ references: commentId: M:Cysharp.Threading.Tasks.UniTask.Yield(Cysharp.Threading.Tasks.PlayerLoopTiming) fullName: Cysharp.Threading.Tasks.UniTask.Yield(Cysharp.Threading.Tasks.PlayerLoopTiming) nameWithType: UniTask.Yield(PlayerLoopTiming) -- uid: Cysharp.Threading.Tasks.UniTask.Yield(Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) - name: Yield(PlayerLoopTiming, CancellationToken) - href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_Yield_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.UniTask.Yield(Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) - fullName: Cysharp.Threading.Tasks.UniTask.Yield(Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken) - nameWithType: UniTask.Yield(PlayerLoopTiming, CancellationToken) -- uid: Cysharp.Threading.Tasks.UniTask.Yield(System.Threading.CancellationToken) - name: Yield(CancellationToken) - href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_Yield_System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.UniTask.Yield(System.Threading.CancellationToken) - fullName: Cysharp.Threading.Tasks.UniTask.Yield(System.Threading.CancellationToken) - nameWithType: UniTask.Yield(CancellationToken) +- uid: Cysharp.Threading.Tasks.UniTask.Yield(Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,System.Boolean) + name: Yield(PlayerLoopTiming, CancellationToken, Boolean) + href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_Yield_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.UniTask.Yield(Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,System.Boolean) + fullName: Cysharp.Threading.Tasks.UniTask.Yield(Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken, System.Boolean) + nameWithType: UniTask.Yield(PlayerLoopTiming, CancellationToken, Boolean) +- uid: Cysharp.Threading.Tasks.UniTask.Yield(System.Threading.CancellationToken,System.Boolean) + name: Yield(CancellationToken, Boolean) + href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_Yield_System_Threading_CancellationToken_System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.UniTask.Yield(System.Threading.CancellationToken,System.Boolean) + fullName: Cysharp.Threading.Tasks.UniTask.Yield(System.Threading.CancellationToken, System.Boolean) + nameWithType: UniTask.Yield(CancellationToken, Boolean) - uid: Cysharp.Threading.Tasks.UniTask.Yield* name: Yield href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_Yield_ @@ -20259,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(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.UniTask}) +- uid: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter(IEnumerable{Cysharp.Threading.Tasks.UniTask}) name: GetAwaiter(IEnumerable) - 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}) + 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}) name.vb: GetAwaiter(IEnumerable(Of 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)) + fullName: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter(IEnumerable) + fullName.vb: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter(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}}}) @@ -20410,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(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) +- uid: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter``1(IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) name: GetAwaiter(IEnumerable>) - 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}}) + 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}}) name.vb: GetAwaiter(Of T)(IEnumerable(Of 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))) + fullName: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter(IEnumerable>) + fullName.vb: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter(Of T)(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}}}) @@ -21684,30 +21690,30 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.UnityAsyncExtensions.StartAsyncCoroutine nameWithType: UnityAsyncExtensions.StartAsyncCoroutine -- uid: Cysharp.Threading.Tasks.UnityAsyncExtensions.ToUniTask(AsyncGPUReadbackRequest,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) - name: ToUniTask(AsyncGPUReadbackRequest, PlayerLoopTiming, CancellationToken) - href: api/Cysharp.Threading.Tasks.UnityAsyncExtensions.html#Cysharp_Threading_Tasks_UnityAsyncExtensions_ToUniTask_AsyncGPUReadbackRequest_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.UnityAsyncExtensions.ToUniTask(AsyncGPUReadbackRequest,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) - fullName: Cysharp.Threading.Tasks.UnityAsyncExtensions.ToUniTask(AsyncGPUReadbackRequest, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken) - nameWithType: UnityAsyncExtensions.ToUniTask(AsyncGPUReadbackRequest, PlayerLoopTiming, CancellationToken) -- uid: Cysharp.Threading.Tasks.UnityAsyncExtensions.ToUniTask(AsyncOperation,System.IProgress{System.Single},Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) - name: ToUniTask(AsyncOperation, IProgress, PlayerLoopTiming, CancellationToken) - href: api/Cysharp.Threading.Tasks.UnityAsyncExtensions.html#Cysharp_Threading_Tasks_UnityAsyncExtensions_ToUniTask_AsyncOperation_System_IProgress_System_Single__Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.UnityAsyncExtensions.ToUniTask(AsyncOperation,System.IProgress{System.Single},Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) - name.vb: ToUniTask(AsyncOperation, IProgress(Of Single), PlayerLoopTiming, CancellationToken) - fullName: Cysharp.Threading.Tasks.UnityAsyncExtensions.ToUniTask(AsyncOperation, System.IProgress, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken) - fullName.vb: Cysharp.Threading.Tasks.UnityAsyncExtensions.ToUniTask(AsyncOperation, System.IProgress(Of System.Single), Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken) - nameWithType: UnityAsyncExtensions.ToUniTask(AsyncOperation, IProgress, PlayerLoopTiming, CancellationToken) - nameWithType.vb: UnityAsyncExtensions.ToUniTask(AsyncOperation, IProgress(Of Single), PlayerLoopTiming, CancellationToken) -- uid: Cysharp.Threading.Tasks.UnityAsyncExtensions.ToUniTask(ResourceRequest,System.IProgress{System.Single},Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) - name: ToUniTask(ResourceRequest, IProgress, PlayerLoopTiming, CancellationToken) - href: api/Cysharp.Threading.Tasks.UnityAsyncExtensions.html#Cysharp_Threading_Tasks_UnityAsyncExtensions_ToUniTask_ResourceRequest_System_IProgress_System_Single__Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.UnityAsyncExtensions.ToUniTask(ResourceRequest,System.IProgress{System.Single},Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) - name.vb: ToUniTask(ResourceRequest, IProgress(Of Single), PlayerLoopTiming, CancellationToken) - fullName: Cysharp.Threading.Tasks.UnityAsyncExtensions.ToUniTask(ResourceRequest, System.IProgress, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken) - fullName.vb: Cysharp.Threading.Tasks.UnityAsyncExtensions.ToUniTask(ResourceRequest, System.IProgress(Of System.Single), Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken) - nameWithType: UnityAsyncExtensions.ToUniTask(ResourceRequest, IProgress, PlayerLoopTiming, CancellationToken) - nameWithType.vb: UnityAsyncExtensions.ToUniTask(ResourceRequest, IProgress(Of Single), PlayerLoopTiming, CancellationToken) +- uid: Cysharp.Threading.Tasks.UnityAsyncExtensions.ToUniTask(AsyncGPUReadbackRequest,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,System.Boolean) + name: ToUniTask(AsyncGPUReadbackRequest, PlayerLoopTiming, CancellationToken, Boolean) + href: api/Cysharp.Threading.Tasks.UnityAsyncExtensions.html#Cysharp_Threading_Tasks_UnityAsyncExtensions_ToUniTask_AsyncGPUReadbackRequest_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.UnityAsyncExtensions.ToUniTask(AsyncGPUReadbackRequest,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,System.Boolean) + fullName: Cysharp.Threading.Tasks.UnityAsyncExtensions.ToUniTask(AsyncGPUReadbackRequest, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken, System.Boolean) + nameWithType: UnityAsyncExtensions.ToUniTask(AsyncGPUReadbackRequest, PlayerLoopTiming, CancellationToken, Boolean) +- uid: Cysharp.Threading.Tasks.UnityAsyncExtensions.ToUniTask(AsyncOperation,System.IProgress{System.Single},Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,System.Boolean) + name: ToUniTask(AsyncOperation, IProgress, PlayerLoopTiming, CancellationToken, Boolean) + href: api/Cysharp.Threading.Tasks.UnityAsyncExtensions.html#Cysharp_Threading_Tasks_UnityAsyncExtensions_ToUniTask_AsyncOperation_System_IProgress_System_Single__Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.UnityAsyncExtensions.ToUniTask(AsyncOperation,System.IProgress{System.Single},Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,System.Boolean) + name.vb: ToUniTask(AsyncOperation, IProgress(Of Single), PlayerLoopTiming, CancellationToken, Boolean) + fullName: Cysharp.Threading.Tasks.UnityAsyncExtensions.ToUniTask(AsyncOperation, System.IProgress, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken, System.Boolean) + fullName.vb: Cysharp.Threading.Tasks.UnityAsyncExtensions.ToUniTask(AsyncOperation, System.IProgress(Of System.Single), Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken, System.Boolean) + nameWithType: UnityAsyncExtensions.ToUniTask(AsyncOperation, IProgress, PlayerLoopTiming, CancellationToken, Boolean) + nameWithType.vb: UnityAsyncExtensions.ToUniTask(AsyncOperation, IProgress(Of Single), PlayerLoopTiming, CancellationToken, Boolean) +- uid: Cysharp.Threading.Tasks.UnityAsyncExtensions.ToUniTask(ResourceRequest,System.IProgress{System.Single},Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,System.Boolean) + name: ToUniTask(ResourceRequest, IProgress, PlayerLoopTiming, CancellationToken, Boolean) + href: api/Cysharp.Threading.Tasks.UnityAsyncExtensions.html#Cysharp_Threading_Tasks_UnityAsyncExtensions_ToUniTask_ResourceRequest_System_IProgress_System_Single__Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.UnityAsyncExtensions.ToUniTask(ResourceRequest,System.IProgress{System.Single},Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken,System.Boolean) + name.vb: ToUniTask(ResourceRequest, IProgress(Of Single), PlayerLoopTiming, CancellationToken, Boolean) + fullName: Cysharp.Threading.Tasks.UnityAsyncExtensions.ToUniTask(ResourceRequest, System.IProgress, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken, System.Boolean) + fullName.vb: Cysharp.Threading.Tasks.UnityAsyncExtensions.ToUniTask(ResourceRequest, System.IProgress(Of System.Single), Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken, System.Boolean) + nameWithType: UnityAsyncExtensions.ToUniTask(ResourceRequest, IProgress, PlayerLoopTiming, CancellationToken, Boolean) + nameWithType.vb: UnityAsyncExtensions.ToUniTask(ResourceRequest, IProgress(Of Single), PlayerLoopTiming, CancellationToken, Boolean) - uid: Cysharp.Threading.Tasks.UnityAsyncExtensions.ToUniTask* name: ToUniTask href: api/Cysharp.Threading.Tasks.UnityAsyncExtensions.html#Cysharp_Threading_Tasks_UnityAsyncExtensions_ToUniTask_ @@ -21721,18 +21727,36 @@ references: commentId: M:Cysharp.Threading.Tasks.UnityAsyncExtensions.WithCancellation(AsyncGPUReadbackRequest,System.Threading.CancellationToken) fullName: Cysharp.Threading.Tasks.UnityAsyncExtensions.WithCancellation(AsyncGPUReadbackRequest, System.Threading.CancellationToken) nameWithType: UnityAsyncExtensions.WithCancellation(AsyncGPUReadbackRequest, CancellationToken) +- uid: Cysharp.Threading.Tasks.UnityAsyncExtensions.WithCancellation(AsyncGPUReadbackRequest,System.Threading.CancellationToken,System.Boolean) + name: WithCancellation(AsyncGPUReadbackRequest, CancellationToken, Boolean) + href: api/Cysharp.Threading.Tasks.UnityAsyncExtensions.html#Cysharp_Threading_Tasks_UnityAsyncExtensions_WithCancellation_AsyncGPUReadbackRequest_System_Threading_CancellationToken_System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.UnityAsyncExtensions.WithCancellation(AsyncGPUReadbackRequest,System.Threading.CancellationToken,System.Boolean) + fullName: Cysharp.Threading.Tasks.UnityAsyncExtensions.WithCancellation(AsyncGPUReadbackRequest, System.Threading.CancellationToken, System.Boolean) + nameWithType: UnityAsyncExtensions.WithCancellation(AsyncGPUReadbackRequest, CancellationToken, Boolean) - uid: Cysharp.Threading.Tasks.UnityAsyncExtensions.WithCancellation(AsyncOperation,System.Threading.CancellationToken) name: WithCancellation(AsyncOperation, CancellationToken) href: api/Cysharp.Threading.Tasks.UnityAsyncExtensions.html#Cysharp_Threading_Tasks_UnityAsyncExtensions_WithCancellation_AsyncOperation_System_Threading_CancellationToken_ commentId: M:Cysharp.Threading.Tasks.UnityAsyncExtensions.WithCancellation(AsyncOperation,System.Threading.CancellationToken) fullName: Cysharp.Threading.Tasks.UnityAsyncExtensions.WithCancellation(AsyncOperation, System.Threading.CancellationToken) nameWithType: UnityAsyncExtensions.WithCancellation(AsyncOperation, CancellationToken) +- uid: Cysharp.Threading.Tasks.UnityAsyncExtensions.WithCancellation(AsyncOperation,System.Threading.CancellationToken,System.Boolean) + name: WithCancellation(AsyncOperation, CancellationToken, Boolean) + href: api/Cysharp.Threading.Tasks.UnityAsyncExtensions.html#Cysharp_Threading_Tasks_UnityAsyncExtensions_WithCancellation_AsyncOperation_System_Threading_CancellationToken_System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.UnityAsyncExtensions.WithCancellation(AsyncOperation,System.Threading.CancellationToken,System.Boolean) + fullName: Cysharp.Threading.Tasks.UnityAsyncExtensions.WithCancellation(AsyncOperation, System.Threading.CancellationToken, System.Boolean) + nameWithType: UnityAsyncExtensions.WithCancellation(AsyncOperation, CancellationToken, Boolean) - uid: Cysharp.Threading.Tasks.UnityAsyncExtensions.WithCancellation(ResourceRequest,System.Threading.CancellationToken) name: WithCancellation(ResourceRequest, CancellationToken) href: api/Cysharp.Threading.Tasks.UnityAsyncExtensions.html#Cysharp_Threading_Tasks_UnityAsyncExtensions_WithCancellation_ResourceRequest_System_Threading_CancellationToken_ commentId: M:Cysharp.Threading.Tasks.UnityAsyncExtensions.WithCancellation(ResourceRequest,System.Threading.CancellationToken) fullName: Cysharp.Threading.Tasks.UnityAsyncExtensions.WithCancellation(ResourceRequest, System.Threading.CancellationToken) nameWithType: UnityAsyncExtensions.WithCancellation(ResourceRequest, CancellationToken) +- uid: Cysharp.Threading.Tasks.UnityAsyncExtensions.WithCancellation(ResourceRequest,System.Threading.CancellationToken,System.Boolean) + name: WithCancellation(ResourceRequest, CancellationToken, Boolean) + href: api/Cysharp.Threading.Tasks.UnityAsyncExtensions.html#Cysharp_Threading_Tasks_UnityAsyncExtensions_WithCancellation_ResourceRequest_System_Threading_CancellationToken_System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.UnityAsyncExtensions.WithCancellation(ResourceRequest,System.Threading.CancellationToken,System.Boolean) + fullName: Cysharp.Threading.Tasks.UnityAsyncExtensions.WithCancellation(ResourceRequest, System.Threading.CancellationToken, System.Boolean) + nameWithType: UnityAsyncExtensions.WithCancellation(ResourceRequest, CancellationToken, Boolean) - uid: Cysharp.Threading.Tasks.UnityAsyncExtensions.WithCancellation* name: WithCancellation href: api/Cysharp.Threading.Tasks.UnityAsyncExtensions.html#Cysharp_Threading_Tasks_UnityAsyncExtensions_WithCancellation_