diff --git a/api/Cysharp.Threading.Tasks.CancellationTokenAwaitable.Awaiter.html b/api/Cysharp.Threading.Tasks.CancellationTokenAwaitable.Awaiter.html index 3e317d1..6114b07 100644 --- a/api/Cysharp.Threading.Tasks.CancellationTokenAwaitable.Awaiter.html +++ b/api/Cysharp.Threading.Tasks.CancellationTokenAwaitable.Awaiter.html @@ -82,13 +82,14 @@
-
public struct Awaiter
+
public struct Awaiter : ICriticalNotifyCompletion, INotifyCompletion
Implements
-
ICriticalNotifyCompletion
+
System.Runtime.CompilerServices.ICriticalNotifyCompletion
+
System.Runtime.CompilerServices.INotifyCompletion
@@ -316,7 +317,10 @@

Implements

- ICriticalNotifyCompletion + System.Runtime.CompilerServices.ICriticalNotifyCompletion +
+
+ System.Runtime.CompilerServices.INotifyCompletion
diff --git a/api/Cysharp.Threading.Tasks.CancellationTokenEqualityComparer.html b/api/Cysharp.Threading.Tasks.CancellationTokenEqualityComparer.html index 52d7919..f8c2162 100644 --- a/api/Cysharp.Threading.Tasks.CancellationTokenEqualityComparer.html +++ b/api/Cysharp.Threading.Tasks.CancellationTokenEqualityComparer.html @@ -82,7 +82,7 @@
-
public class CancellationTokenEqualityComparer
+
public class CancellationTokenEqualityComparer : IEqualityComparer<CancellationToken>
@@ -93,7 +93,7 @@
Implements
-
System.Collections.IEqualityComparer<System.Threading.CancellationToken>
+
System.Collections.Generic.IEqualityComparer<System.Threading.CancellationToken>
@@ -162,7 +162,7 @@
Field Value
-
System.Collections.IEqualityComparer<System.Threading.CancellationToken>
+
System.Collections.Generic.IEqualityComparer<System.Threading.CancellationToken>
@@ -257,7 +257,7 @@

Implements

- System.Collections.IEqualityComparer<> + System.Collections.Generic.IEqualityComparer<T>
diff --git a/api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder-1.html b/api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder-1.html index 8b5fe19..88a6178 100644 --- a/api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder-1.html +++ b/api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder-1.html @@ -160,7 +160,7 @@ - SetStateMachine(IAsyncStateMachine) + SetStateMachine(IAsyncStateMachine) @@ -383,7 +383,7 @@
-

SetStateMachine(IAsyncStateMachine)

+

SetStateMachine(IAsyncStateMachine)

@@ -394,7 +394,7 @@
Parameters
-
stateMachine IAsyncStateMachine
+
stateMachine System.Runtime.CompilerServices.IAsyncStateMachine
diff --git a/api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.html b/api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.html index 72b9b49..15f1a2b 100644 --- a/api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.html +++ b/api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.html @@ -153,7 +153,7 @@ - SetStateMachine(IAsyncStateMachine) + SetStateMachine(IAsyncStateMachine) @@ -369,7 +369,7 @@
-

SetStateMachine(IAsyncStateMachine)

+

SetStateMachine(IAsyncStateMachine)

@@ -380,7 +380,7 @@
Parameters
-
stateMachine IAsyncStateMachine
+
stateMachine System.Runtime.CompilerServices.IAsyncStateMachine
diff --git a/api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.html b/api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.html index 42ce2bc..6a06000 100644 --- a/api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.html +++ b/api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.html @@ -153,7 +153,7 @@ - SetStateMachine(IAsyncStateMachine) + SetStateMachine(IAsyncStateMachine) @@ -369,7 +369,7 @@
-

SetStateMachine(IAsyncStateMachine)

+

SetStateMachine(IAsyncStateMachine)

@@ -380,7 +380,7 @@
Parameters
-
stateMachine IAsyncStateMachine
+
stateMachine System.Runtime.CompilerServices.IAsyncStateMachine
diff --git a/api/Cysharp.Threading.Tasks.EnumerableAsyncExtensions.html b/api/Cysharp.Threading.Tasks.EnumerableAsyncExtensions.html index 949140e..4f7de55 100644 --- a/api/Cysharp.Threading.Tasks.EnumerableAsyncExtensions.html +++ b/api/Cysharp.Threading.Tasks.EnumerableAsyncExtensions.html @@ -110,25 +110,25 @@ - Select<T>(IEnumerable<T>, Func<T, UniTask>) + Select<T>(IEnumerable<T>, Func<T, UniTask>) - Select<T>(IEnumerable<T>, Func<T, Int32, UniTask>) + Select<T>(IEnumerable<T>, Func<T, Int32, UniTask>) - Select<T, TR>(IEnumerable<T>, Func<T, UniTask<TR>>) + Select<T, TR>(IEnumerable<T>, Func<T, UniTask<TR>>) - Select<T, TR>(IEnumerable<T>, Func<T, Int32, UniTask<TR>>) + Select<T, TR>(IEnumerable<T>, Func<T, Int32, UniTask<TR>>) @@ -139,7 +139,7 @@
-

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

ToUniTask(IEnumerator, PlayerLoopTiming, CancellationToken)

+

ToUniTask(IEnumerator, PlayerLoopTiming, CancellationToken)

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

ToUniTask(IEnumerator, MonoBehaviour)

+

ToUniTask(IEnumerator, MonoBehaviour)

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

WithCancellation(IEnumerator, CancellationToken)

+

WithCancellation(IEnumerator, CancellationToken)

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

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

+

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

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

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

+

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

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

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

+

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

@@ -244,7 +244,7 @@
keySelector System.Func<TElement, System.Threading.CancellationToken, UniTask<TKey>>
-
comparer System.Collections.IComparer<TKey>
+
comparer System.Collections.Generic.IComparer<TKey>
descending System.Boolean
diff --git a/api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html b/api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html index 6cb8eba..ddc38c3 100644 --- a/api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html +++ b/api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html @@ -566,7 +566,7 @@ - ContainsAsync<TSource>(IUniTaskAsyncEnumerable<TSource>, TSource, IEqualityComparer<TSource>, CancellationToken) + ContainsAsync<TSource>(IUniTaskAsyncEnumerable<TSource>, TSource, IEqualityComparer<TSource>, CancellationToken) @@ -626,7 +626,7 @@ - Distinct<TSource>(IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>) + Distinct<TSource>(IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>) @@ -638,7 +638,7 @@ - Distinct<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>) + Distinct<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>) @@ -650,7 +650,7 @@ - DistinctAwait<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IEqualityComparer<TKey>) + DistinctAwait<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IEqualityComparer<TKey>) @@ -662,7 +662,7 @@ - DistinctAwaitWithCancellation<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IEqualityComparer<TKey>) + DistinctAwaitWithCancellation<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IEqualityComparer<TKey>) @@ -674,7 +674,7 @@ - DistinctUntilChanged<TSource>(IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>) + DistinctUntilChanged<TSource>(IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>) @@ -686,7 +686,7 @@ - DistinctUntilChanged<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>) + DistinctUntilChanged<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>) @@ -698,7 +698,7 @@ - DistinctUntilChangedAwait<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IEqualityComparer<TKey>) + DistinctUntilChangedAwait<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IEqualityComparer<TKey>) @@ -710,7 +710,7 @@ - DistinctUntilChangedAwaitWithCancellation<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IEqualityComparer<TKey>) + DistinctUntilChangedAwaitWithCancellation<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IEqualityComparer<TKey>) @@ -770,7 +770,7 @@ - EveryValueChanged<TTarget, TProperty>(TTarget, Func<TTarget, TProperty>, PlayerLoopTiming, IEqualityComparer<TProperty>) + EveryValueChanged<TTarget, TProperty>(TTarget, Func<TTarget, TProperty>, PlayerLoopTiming, IEqualityComparer<TProperty>) @@ -782,7 +782,7 @@ - Except<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>) + Except<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>) @@ -878,7 +878,7 @@ - GroupBy<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>) + GroupBy<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>) @@ -890,31 +890,31 @@ - GroupBy<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, IEqualityComparer<TKey>) + GroupBy<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, IEqualityComparer<TKey>) - GroupBy<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TKey, IEnumerable<TSource>, TResult>) + GroupBy<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TKey, IEnumerable<TSource>, TResult>) - GroupBy<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TKey, IEnumerable<TSource>, TResult>, IEqualityComparer<TKey>) + GroupBy<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TKey, IEnumerable<TSource>, TResult>, IEqualityComparer<TKey>) - GroupBy<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, Func<TKey, IEnumerable<TElement>, TResult>) + GroupBy<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, Func<TKey, IEnumerable<TElement>, TResult>) - GroupBy<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, Func<TKey, IEnumerable<TElement>, TResult>, IEqualityComparer<TKey>) + GroupBy<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, Func<TKey, IEnumerable<TElement>, TResult>, IEqualityComparer<TKey>) @@ -926,7 +926,7 @@ - GroupByAwait<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IEqualityComparer<TKey>) + GroupByAwait<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IEqualityComparer<TKey>) @@ -938,31 +938,31 @@ - GroupByAwait<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TSource, UniTask<TElement>>, IEqualityComparer<TKey>) + GroupByAwait<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TSource, UniTask<TElement>>, IEqualityComparer<TKey>) - GroupByAwait<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TKey, IEnumerable<TSource>, UniTask<TResult>>) + GroupByAwait<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TKey, IEnumerable<TSource>, UniTask<TResult>>) - GroupByAwait<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TKey, IEnumerable<TSource>, UniTask<TResult>>, IEqualityComparer<TKey>) + GroupByAwait<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TKey, IEnumerable<TSource>, UniTask<TResult>>, IEqualityComparer<TKey>) - GroupByAwait<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TSource, UniTask<TElement>>, Func<TKey, IEnumerable<TElement>, UniTask<TResult>>) + GroupByAwait<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TSource, UniTask<TElement>>, Func<TKey, IEnumerable<TElement>, UniTask<TResult>>) - GroupByAwait<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TSource, UniTask<TElement>>, Func<TKey, IEnumerable<TElement>, UniTask<TResult>>, IEqualityComparer<TKey>) + GroupByAwait<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TSource, UniTask<TElement>>, Func<TKey, IEnumerable<TElement>, UniTask<TResult>>, IEqualityComparer<TKey>) @@ -974,7 +974,7 @@ - GroupByAwaitWithCancellation<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IEqualityComparer<TKey>) + GroupByAwaitWithCancellation<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IEqualityComparer<TKey>) @@ -986,67 +986,67 @@ - GroupByAwaitWithCancellation<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TSource, CancellationToken, UniTask<TElement>>, IEqualityComparer<TKey>) + GroupByAwaitWithCancellation<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TSource, CancellationToken, UniTask<TElement>>, IEqualityComparer<TKey>) - GroupByAwaitWithCancellation<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TKey, IEnumerable<TSource>, CancellationToken, UniTask<TResult>>) + GroupByAwaitWithCancellation<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TKey, IEnumerable<TSource>, CancellationToken, UniTask<TResult>>) - GroupByAwaitWithCancellation<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TKey, IEnumerable<TSource>, CancellationToken, UniTask<TResult>>, IEqualityComparer<TKey>) + GroupByAwaitWithCancellation<TSource, TKey, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TKey, IEnumerable<TSource>, CancellationToken, UniTask<TResult>>, IEqualityComparer<TKey>) - GroupByAwaitWithCancellation<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TSource, CancellationToken, UniTask<TElement>>, Func<TKey, IEnumerable<TElement>, CancellationToken, UniTask<TResult>>) + GroupByAwaitWithCancellation<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TSource, CancellationToken, UniTask<TElement>>, Func<TKey, IEnumerable<TElement>, CancellationToken, UniTask<TResult>>) - GroupByAwaitWithCancellation<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TSource, CancellationToken, UniTask<TElement>>, Func<TKey, IEnumerable<TElement>, CancellationToken, UniTask<TResult>>, IEqualityComparer<TKey>) + GroupByAwaitWithCancellation<TSource, TKey, TElement, TResult>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TSource, CancellationToken, UniTask<TElement>>, Func<TKey, IEnumerable<TElement>, CancellationToken, UniTask<TResult>>, IEqualityComparer<TKey>) - GroupJoin<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, TKey>, Func<TInner, TKey>, Func<TOuter, IEnumerable<TInner>, TResult>) + GroupJoin<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, TKey>, Func<TInner, TKey>, Func<TOuter, IEnumerable<TInner>, TResult>) - GroupJoin<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, TKey>, Func<TInner, TKey>, Func<TOuter, IEnumerable<TInner>, TResult>, IEqualityComparer<TKey>) + GroupJoin<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, TKey>, Func<TInner, TKey>, Func<TOuter, IEnumerable<TInner>, TResult>, IEqualityComparer<TKey>) - GroupJoinAwait<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, UniTask<TKey>>, Func<TInner, UniTask<TKey>>, Func<TOuter, IEnumerable<TInner>, UniTask<TResult>>) + GroupJoinAwait<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, UniTask<TKey>>, Func<TInner, UniTask<TKey>>, Func<TOuter, IEnumerable<TInner>, UniTask<TResult>>) - GroupJoinAwait<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, UniTask<TKey>>, Func<TInner, UniTask<TKey>>, Func<TOuter, IEnumerable<TInner>, UniTask<TResult>>, IEqualityComparer<TKey>) + GroupJoinAwait<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, UniTask<TKey>>, Func<TInner, UniTask<TKey>>, Func<TOuter, IEnumerable<TInner>, UniTask<TResult>>, IEqualityComparer<TKey>) - GroupJoinAwaitWithCancellation<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, CancellationToken, UniTask<TKey>>, Func<TInner, CancellationToken, UniTask<TKey>>, Func<TOuter, IEnumerable<TInner>, CancellationToken, UniTask<TResult>>) + GroupJoinAwaitWithCancellation<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, CancellationToken, UniTask<TKey>>, Func<TInner, CancellationToken, UniTask<TKey>>, Func<TOuter, IEnumerable<TInner>, CancellationToken, UniTask<TResult>>) - GroupJoinAwaitWithCancellation<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, CancellationToken, UniTask<TKey>>, Func<TInner, CancellationToken, UniTask<TKey>>, Func<TOuter, IEnumerable<TInner>, CancellationToken, UniTask<TResult>>, IEqualityComparer<TKey>) + GroupJoinAwaitWithCancellation<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, CancellationToken, UniTask<TKey>>, Func<TInner, CancellationToken, UniTask<TKey>>, Func<TOuter, IEnumerable<TInner>, CancellationToken, UniTask<TResult>>, IEqualityComparer<TKey>) @@ -1058,7 +1058,7 @@ - Intersect<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>) + Intersect<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>) @@ -1082,7 +1082,7 @@ - Join<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, TKey>, Func<TInner, TKey>, Func<TOuter, TInner, TResult>, IEqualityComparer<TKey>) + Join<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, TKey>, Func<TInner, TKey>, Func<TOuter, TInner, TResult>, IEqualityComparer<TKey>) @@ -1094,7 +1094,7 @@ - JoinAwait<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, UniTask<TKey>>, Func<TInner, UniTask<TKey>>, Func<TOuter, TInner, UniTask<TResult>>, IEqualityComparer<TKey>) + JoinAwait<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, UniTask<TKey>>, Func<TInner, UniTask<TKey>>, Func<TOuter, TInner, UniTask<TResult>>, IEqualityComparer<TKey>) @@ -1106,7 +1106,7 @@ - JoinAwaitWithCancellation<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, CancellationToken, UniTask<TKey>>, Func<TInner, CancellationToken, UniTask<TKey>>, Func<TOuter, TInner, CancellationToken, UniTask<TResult>>, IEqualityComparer<TKey>) + JoinAwaitWithCancellation<TOuter, TInner, TKey, TResult>(IUniTaskAsyncEnumerable<TOuter>, IUniTaskAsyncEnumerable<TInner>, Func<TOuter, CancellationToken, UniTask<TKey>>, Func<TInner, CancellationToken, UniTask<TKey>>, Func<TOuter, TInner, CancellationToken, UniTask<TResult>>, IEqualityComparer<TKey>) @@ -1730,7 +1730,7 @@ - OrderBy<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>) + OrderBy<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>) @@ -1742,7 +1742,7 @@ - OrderByAwait<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IComparer<TKey>) + OrderByAwait<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IComparer<TKey>) @@ -1754,7 +1754,7 @@ - OrderByAwaitWithCancellation<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IComparer<TKey>) + OrderByAwaitWithCancellation<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IComparer<TKey>) @@ -1766,7 +1766,7 @@ - OrderByDescending<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>) + OrderByDescending<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>) @@ -1778,7 +1778,7 @@ - OrderByDescendingAwait<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IComparer<TKey>) + OrderByDescendingAwait<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IComparer<TKey>) @@ -1790,7 +1790,7 @@ - OrderByDescendingAwaitWithCancellation<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IComparer<TKey>) + OrderByDescendingAwaitWithCancellation<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IComparer<TKey>) @@ -1952,7 +1952,7 @@ - SequenceEqualAsync<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>, CancellationToken) + SequenceEqualAsync<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>, CancellationToken) @@ -2558,7 +2558,7 @@ - ThenBy<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>) + ThenBy<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>) @@ -2570,7 +2570,7 @@ - ThenByAwait<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IComparer<TKey>) + ThenByAwait<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IComparer<TKey>) @@ -2582,7 +2582,7 @@ - ThenByAwaitWithCancellation<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IComparer<TKey>) + ThenByAwaitWithCancellation<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IComparer<TKey>) @@ -2594,7 +2594,7 @@ - ThenByDescending<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>) + ThenByDescending<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>) @@ -2606,7 +2606,7 @@ - ThenByDescendingAwait<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IComparer<TKey>) + ThenByDescendingAwait<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IComparer<TKey>) @@ -2618,7 +2618,7 @@ - ThenByDescendingAwaitWithCancellation<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IComparer<TKey>) + ThenByDescendingAwaitWithCancellation<TSource, TKey>(IUniTaskOrderedAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IComparer<TKey>) @@ -2660,7 +2660,7 @@ - ToDictionaryAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>, CancellationToken) + ToDictionaryAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>, CancellationToken) @@ -2672,7 +2672,7 @@ - ToDictionaryAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, IEqualityComparer<TKey>, CancellationToken) + ToDictionaryAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, IEqualityComparer<TKey>, CancellationToken) @@ -2684,7 +2684,7 @@ - ToDictionaryAwaitAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IEqualityComparer<TKey>, CancellationToken) + ToDictionaryAwaitAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IEqualityComparer<TKey>, CancellationToken) @@ -2696,7 +2696,7 @@ - ToDictionaryAwaitAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TSource, UniTask<TElement>>, IEqualityComparer<TKey>, CancellationToken) + ToDictionaryAwaitAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TSource, UniTask<TElement>>, IEqualityComparer<TKey>, CancellationToken) @@ -2708,7 +2708,7 @@ - ToDictionaryAwaitWithCancellationAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IEqualityComparer<TKey>, CancellationToken) + ToDictionaryAwaitWithCancellationAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IEqualityComparer<TKey>, CancellationToken) @@ -2720,7 +2720,7 @@ - ToDictionaryAwaitWithCancellationAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TSource, CancellationToken, UniTask<TElement>>, IEqualityComparer<TKey>, CancellationToken) + ToDictionaryAwaitWithCancellationAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TSource, CancellationToken, UniTask<TElement>>, IEqualityComparer<TKey>, CancellationToken) @@ -2732,7 +2732,7 @@ - ToHashSetAsync<TSource>(IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>, CancellationToken) + ToHashSetAsync<TSource>(IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>, CancellationToken) @@ -2750,7 +2750,7 @@ - ToLookupAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>, CancellationToken) + ToLookupAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>, CancellationToken) @@ -2762,7 +2762,7 @@ - ToLookupAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, IEqualityComparer<TKey>, CancellationToken) + ToLookupAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, IEqualityComparer<TKey>, CancellationToken) @@ -2774,7 +2774,7 @@ - ToLookupAwaitAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IEqualityComparer<TKey>, CancellationToken) + ToLookupAwaitAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, IEqualityComparer<TKey>, CancellationToken) @@ -2786,7 +2786,7 @@ - ToLookupAwaitAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TSource, UniTask<TElement>>, IEqualityComparer<TKey>, CancellationToken) + ToLookupAwaitAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, UniTask<TKey>>, Func<TSource, UniTask<TElement>>, IEqualityComparer<TKey>, CancellationToken) @@ -2798,7 +2798,7 @@ - ToLookupAwaitWithCancellationAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IEqualityComparer<TKey>, CancellationToken) + ToLookupAwaitWithCancellationAsync<TSource, TKey>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, IEqualityComparer<TKey>, CancellationToken) @@ -2810,7 +2810,7 @@ - ToLookupAwaitWithCancellationAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TSource, CancellationToken, UniTask<TElement>>, IEqualityComparer<TKey>, CancellationToken) + ToLookupAwaitWithCancellationAsync<TSource, TKey, TElement>(IUniTaskAsyncEnumerable<TSource>, Func<TSource, CancellationToken, UniTask<TKey>>, Func<TSource, CancellationToken, UniTask<TElement>>, IEqualityComparer<TKey>, CancellationToken) @@ -2834,7 +2834,7 @@ - ToUniTaskAsyncEnumerable<TSource>(IEnumerable<TSource>) + ToUniTaskAsyncEnumerable<TSource>(IEnumerable<TSource>) @@ -2846,7 +2846,7 @@ - ToUniTaskAsyncEnumerable<TSource>(Task<TSource>) + ToUniTaskAsyncEnumerable<TSource>(Task<TSource>) @@ -2858,7 +2858,7 @@ - Union<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>) + Union<TSource>(IUniTaskAsyncEnumerable<TSource>, IUniTaskAsyncEnumerable<TSource>, IEqualityComparer<TSource>) @@ -5672,7 +5672,7 @@
Returns
-
IUniTaskAsyncEnumerable<System.Collections.IList<TSource>>
+
IUniTaskAsyncEnumerable<System.Collections.Generic.IList<TSource>>
@@ -5720,7 +5720,7 @@
Returns
-
IUniTaskAsyncEnumerable<System.Collections.IList<TSource>>
+
IUniTaskAsyncEnumerable<System.Collections.Generic.IList<TSource>>
@@ -6927,7 +6927,7 @@
-

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

@@ -8543,7 +8543,7 @@
monitorTiming PlayerLoopTiming
-
equalityComparer System.Collections.IEqualityComparer<TProperty>
+
equalityComparer System.Collections.Generic.IEqualityComparer<TProperty>
@@ -8624,7 +8624,7 @@
-

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

@@ -23451,7 +23451,7 @@
keySelector System.Func<TSource, TKey>
-
comparer System.Collections.IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
cancellationToken System.Threading.CancellationToken
@@ -23461,7 +23461,7 @@
Returns
-
UniTask<Dictionary<TKey, TSource>>
+
UniTask<System.Collections.Generic.Dictionary<TKey, TSource>>
@@ -23511,7 +23511,7 @@
Returns
-
UniTask<Dictionary<TKey, TSource>>
+
UniTask<System.Collections.Generic.Dictionary<TKey, TSource>>
@@ -23538,7 +23538,7 @@
-

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

+

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

@@ -23555,7 +23555,7 @@
elementSelector System.Func<TSource, TElement>
-
comparer System.Collections.IEqualityComparer<TKey>
+
comparer System.Collections.Generic.IEqualityComparer<TKey>
cancellationToken System.Threading.CancellationToken
@@ -23565,7 +23565,7 @@
Returns
-
UniTask<Dictionary<TKey, TElement>>
+
UniTask<System.Collections.Generic.Dictionary<TKey, TElement>>
@@ -23619,7 +23619,7 @@
Returns
-
UniTask<Dictionary<TKey, TElement>>
+
UniTask<System.Collections.Generic.Dictionary<TKey, TElement>>
@@ -23648,7 +23648,7 @@
-

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

@@ -24085,7 +24085,7 @@
source IUniTaskAsyncEnumerable<TSource>
-
comparer System.Collections.IEqualityComparer<TSource>
+
comparer System.Collections.Generic.IEqualityComparer<TSource>
cancellationToken System.Threading.CancellationToken
@@ -24187,7 +24187,7 @@
Returns
-
UniTask<List<TSource>>
+
UniTask<System.Collections.Generic.List<TSource>>
@@ -24212,7 +24212,7 @@
-

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

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

+

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

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

ToUniTaskAsyncEnumerable<TSource>(IEnumerable<TSource>)

+

ToUniTaskAsyncEnumerable<TSource>(IEnumerable<TSource>)

@@ -24947,7 +24947,7 @@
Parameters
-
source System.Collections.IEnumerable<TSource>
+
source System.Collections.Generic.IEnumerable<TSource>
@@ -25024,7 +25024,7 @@
-

ToUniTaskAsyncEnumerable<TSource>(Task<TSource>)

+

ToUniTaskAsyncEnumerable<TSource>(Task<TSource>)

@@ -25035,7 +25035,7 @@
Parameters
-
source System.Threading.Tasks.Task<TSource>
+
source Task<TSource>
@@ -25114,7 +25114,7 @@
-

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

+

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

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

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

+

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

@@ -185,7 +185,7 @@
handler System.Action<T>
-
comparer System.Collections.IEqualityComparer<T>
+
comparer System.Collections.Generic.IEqualityComparer<T>
diff --git a/api/Cysharp.Threading.Tasks.ReturnToSynchronizationContext.Awaiter.html b/api/Cysharp.Threading.Tasks.ReturnToSynchronizationContext.Awaiter.html index 69fe09e..5ff6710 100644 --- a/api/Cysharp.Threading.Tasks.ReturnToSynchronizationContext.Awaiter.html +++ b/api/Cysharp.Threading.Tasks.ReturnToSynchronizationContext.Awaiter.html @@ -82,13 +82,14 @@
-
public struct Awaiter
+
public struct Awaiter : ICriticalNotifyCompletion, INotifyCompletion
Implements
-
ICriticalNotifyCompletion
+
System.Runtime.CompilerServices.ICriticalNotifyCompletion
+
System.Runtime.CompilerServices.INotifyCompletion
@@ -356,7 +357,10 @@

Implements

- ICriticalNotifyCompletion + System.Runtime.CompilerServices.ICriticalNotifyCompletion +
+
+ System.Runtime.CompilerServices.INotifyCompletion
diff --git a/api/Cysharp.Threading.Tasks.SwitchToSynchronizationContextAwaitable.Awaiter.html b/api/Cysharp.Threading.Tasks.SwitchToSynchronizationContextAwaitable.Awaiter.html index e00c43d..71ded00 100644 --- a/api/Cysharp.Threading.Tasks.SwitchToSynchronizationContextAwaitable.Awaiter.html +++ b/api/Cysharp.Threading.Tasks.SwitchToSynchronizationContextAwaitable.Awaiter.html @@ -82,13 +82,14 @@
-
public struct Awaiter
+
public struct Awaiter : ICriticalNotifyCompletion, INotifyCompletion
Implements
-
ICriticalNotifyCompletion
+
System.Runtime.CompilerServices.ICriticalNotifyCompletion
+
System.Runtime.CompilerServices.INotifyCompletion
@@ -318,7 +319,10 @@

Implements

- ICriticalNotifyCompletion + System.Runtime.CompilerServices.ICriticalNotifyCompletion +
+
+ System.Runtime.CompilerServices.INotifyCompletion
diff --git a/api/Cysharp.Threading.Tasks.SwitchToTaskPoolAwaitable.Awaiter.html b/api/Cysharp.Threading.Tasks.SwitchToTaskPoolAwaitable.Awaiter.html index 82a7a86..5bf9c7b 100644 --- a/api/Cysharp.Threading.Tasks.SwitchToTaskPoolAwaitable.Awaiter.html +++ b/api/Cysharp.Threading.Tasks.SwitchToTaskPoolAwaitable.Awaiter.html @@ -82,13 +82,14 @@
-
public struct Awaiter
+
public struct Awaiter : ICriticalNotifyCompletion, INotifyCompletion
Implements
-
ICriticalNotifyCompletion
+
System.Runtime.CompilerServices.ICriticalNotifyCompletion
+
System.Runtime.CompilerServices.INotifyCompletion
@@ -266,7 +267,10 @@

Implements

- ICriticalNotifyCompletion + System.Runtime.CompilerServices.ICriticalNotifyCompletion +
+
+ System.Runtime.CompilerServices.INotifyCompletion
diff --git a/api/Cysharp.Threading.Tasks.SwitchToThreadPoolAwaitable.Awaiter.html b/api/Cysharp.Threading.Tasks.SwitchToThreadPoolAwaitable.Awaiter.html index 230a878..1d2d695 100644 --- a/api/Cysharp.Threading.Tasks.SwitchToThreadPoolAwaitable.Awaiter.html +++ b/api/Cysharp.Threading.Tasks.SwitchToThreadPoolAwaitable.Awaiter.html @@ -82,13 +82,14 @@
-
public struct Awaiter
+
public struct Awaiter : ICriticalNotifyCompletion, INotifyCompletion
Implements
-
ICriticalNotifyCompletion
+
System.Runtime.CompilerServices.ICriticalNotifyCompletion
+
System.Runtime.CompilerServices.INotifyCompletion
@@ -266,7 +267,10 @@

Implements

- ICriticalNotifyCompletion + System.Runtime.CompilerServices.ICriticalNotifyCompletion +
+
+ System.Runtime.CompilerServices.INotifyCompletion
diff --git a/api/Cysharp.Threading.Tasks.TaskPool.html b/api/Cysharp.Threading.Tasks.TaskPool.html index b8ddbab..d63f3fb 100644 --- a/api/Cysharp.Threading.Tasks.TaskPool.html +++ b/api/Cysharp.Threading.Tasks.TaskPool.html @@ -145,7 +145,7 @@
Returns
-
System.Collections.IEnumerable<System.ValueTuple<System.Type, System.Int32>>
+
System.Collections.Generic.IEnumerable<System.ValueTuple<System.Type, System.Int32>>
diff --git a/api/Cysharp.Threading.Tasks.TaskTracker.html b/api/Cysharp.Threading.Tasks.TaskTracker.html index dabde7c..25fcef1 100644 --- a/api/Cysharp.Threading.Tasks.TaskTracker.html +++ b/api/Cysharp.Threading.Tasks.TaskTracker.html @@ -206,7 +206,8 @@
-
public static void RemoveTracking(IUniTaskSource task)
+
[Conditional("UNITY_EDITOR")]
+public static void RemoveTracking(IUniTaskSource task)
@@ -236,7 +237,8 @@
-
public static void TrackActiveTask(IUniTaskSource task, int skipFrame)
+
[Conditional("UNITY_EDITOR")]
+public static void TrackActiveTask(IUniTaskSource task, int skipFrame)
diff --git a/api/Cysharp.Threading.Tasks.UniTask-1.Awaiter.html b/api/Cysharp.Threading.Tasks.UniTask-1.Awaiter.html index 0ed395e..4aee44d 100644 --- a/api/Cysharp.Threading.Tasks.UniTask-1.Awaiter.html +++ b/api/Cysharp.Threading.Tasks.UniTask-1.Awaiter.html @@ -82,13 +82,14 @@
-
public readonly struct Awaiter
+
public readonly struct Awaiter : ICriticalNotifyCompletion, INotifyCompletion
Implements
-
ICriticalNotifyCompletion
+
System.Runtime.CompilerServices.ICriticalNotifyCompletion
+
System.Runtime.CompilerServices.INotifyCompletion
@@ -363,7 +364,10 @@

Implements

- ICriticalNotifyCompletion + System.Runtime.CompilerServices.ICriticalNotifyCompletion +
+
+ System.Runtime.CompilerServices.INotifyCompletion
diff --git a/api/Cysharp.Threading.Tasks.UniTask.Awaiter.html b/api/Cysharp.Threading.Tasks.UniTask.Awaiter.html index 4ad3cf6..ae792f8 100644 --- a/api/Cysharp.Threading.Tasks.UniTask.Awaiter.html +++ b/api/Cysharp.Threading.Tasks.UniTask.Awaiter.html @@ -82,13 +82,14 @@
-
public readonly struct Awaiter
+
public readonly struct Awaiter : ICriticalNotifyCompletion, INotifyCompletion
Implements
-
ICriticalNotifyCompletion
+
System.Runtime.CompilerServices.ICriticalNotifyCompletion
+
System.Runtime.CompilerServices.INotifyCompletion
@@ -356,7 +357,10 @@

Implements

- ICriticalNotifyCompletion + System.Runtime.CompilerServices.ICriticalNotifyCompletion +
+
+ System.Runtime.CompilerServices.INotifyCompletion
diff --git a/api/Cysharp.Threading.Tasks.UniTask.html b/api/Cysharp.Threading.Tasks.UniTask.html index 998cf6d..0fb334b 100644 --- a/api/Cysharp.Threading.Tasks.UniTask.html +++ b/api/Cysharp.Threading.Tasks.UniTask.html @@ -553,7 +553,7 @@ For example: FooAction = UniTask.Action(async () => { /* */ })

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

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

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

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

Return value is winArgumentIndex

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

- WhenAny<T>(IEnumerable<UniTask<T>>) + WhenAny<T>(IEnumerable<UniTask<T>>) @@ -2969,7 +2969,7 @@ public static UniTask<T> Run<T>(Func<object, UniTask<T>>
Returns
-
System.Collections.IEnumerator
+
System.Collections.Generic.IEnumerator
@@ -3380,7 +3380,7 @@ public static UniTask WaitForEndOfFrame(CancellationToken cancellationToken)
-

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

+

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

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

WhenAll(IEnumerable<UniTask>)

+

WhenAll(IEnumerable<UniTask>)

@@ -3524,7 +3524,7 @@ public static UniTask WaitForEndOfFrame(CancellationToken cancellationToken)
Parameters
-
tasks System.Collections.IEnumerable<UniTask>
+
tasks System.Collections.Generic.IEnumerable<UniTask>
@@ -3594,7 +3594,7 @@ public static UniTask WaitForEndOfFrame(CancellationToken cancellationToken)
-

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

+

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

@@ -3605,7 +3605,7 @@ public static UniTask WaitForEndOfFrame(CancellationToken cancellationToken)
Parameters
-
tasks System.Collections.IEnumerable<UniTask<T>>
+
tasks System.Collections.Generic.IEnumerable<UniTask<T>>
@@ -4712,7 +4712,7 @@ public static UniTask WaitForEndOfFrame(CancellationToken cancellationToken)
-

WhenAny(IEnumerable<UniTask>)

+

WhenAny(IEnumerable<UniTask>)

Return value is winArgumentIndex

@@ -4724,7 +4724,7 @@ public static UniTask WaitForEndOfFrame(CancellationToken cancellationToken)
Parameters
-
tasks System.Collections.IEnumerable<UniTask>
+
tasks System.Collections.Generic.IEnumerable<UniTask>
@@ -4840,7 +4840,7 @@ public static UniTask WaitForEndOfFrame(CancellationToken cancellationToken)
-

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

+

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

@@ -4851,7 +4851,7 @@ public static UniTask WaitForEndOfFrame(CancellationToken cancellationToken)
Parameters
-
tasks System.Collections.IEnumerable<UniTask<T>>
+
tasks System.Collections.Generic.IEnumerable<UniTask<T>>
diff --git a/api/Cysharp.Threading.Tasks.UniTaskExtensions.html b/api/Cysharp.Threading.Tasks.UniTaskExtensions.html index c3c3f4b..051af0f 100644 --- a/api/Cysharp.Threading.Tasks.UniTaskExtensions.html +++ b/api/Cysharp.Threading.Tasks.UniTaskExtensions.html @@ -122,14 +122,14 @@ - AsUniTask(Task, Boolean) + AsUniTask(Task, Boolean)

Convert Task -> UniTask.

- AsUniTask<T>(Task<T>, Boolean) + AsUniTask<T>(Task<T>, Boolean)

Convert Task[T] -> UniTask[T].

@@ -228,7 +228,7 @@ - GetAwaiter(IEnumerable<UniTask>) + GetAwaiter(IEnumerable<UniTask>) @@ -324,7 +324,7 @@ - GetAwaiter<T>(IEnumerable<UniTask<T>>) + GetAwaiter<T>(IEnumerable<UniTask<T>>) @@ -432,25 +432,25 @@ - Unwrap(UniTask<Task>) + Unwrap(UniTask<Task>) - Unwrap(UniTask<Task>, Boolean) + Unwrap(UniTask<Task>, Boolean) - Unwrap(Task<UniTask>) + Unwrap(Task<UniTask>) - Unwrap(Task<UniTask>, Boolean) + Unwrap(Task<UniTask>, Boolean) @@ -462,25 +462,25 @@ - Unwrap<T>(UniTask<Task<T>>) + Unwrap<T>(UniTask<Task<T>>) - Unwrap<T>(UniTask<Task<T>>, Boolean) + Unwrap<T>(UniTask<Task<T>>, Boolean) - Unwrap<T>(Task<UniTask<T>>) + Unwrap<T>(Task<UniTask<T>>) - Unwrap<T>(Task<UniTask<T>>, Boolean) + Unwrap<T>(Task<UniTask<T>>, Boolean) @@ -510,7 +510,7 @@
Returns
-
System.Threading.Tasks.Task
+
Task
@@ -547,7 +547,7 @@
Returns
-
System.Threading.Tasks.Task<T>
+
Task<T>
@@ -572,7 +572,7 @@
-

AsUniTask(Task, Boolean)

+

AsUniTask(Task, Boolean)

Convert Task -> UniTask.

@@ -584,7 +584,7 @@
Parameters
-
task System.Threading.Tasks.Task
+
task Task
useCurrentSynchronizationContext System.Boolean
@@ -612,7 +612,7 @@
-

AsUniTask<T>(Task<T>, Boolean)

+

AsUniTask<T>(Task<T>, Boolean)

Convert Task[T] -> UniTask[T].

@@ -624,7 +624,7 @@
Parameters
-
task System.Threading.Tasks.Task<T>
+
task Task<T>
useCurrentSynchronizationContext System.Boolean
@@ -1283,7 +1283,7 @@
-

GetAwaiter(IEnumerable<UniTask>)

+

GetAwaiter(IEnumerable<UniTask>)

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

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

+

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

@@ -1893,7 +1893,7 @@
Parameters
-
tasks System.Collections.IEnumerable<UniTask<T>>
+
tasks System.Collections.Generic.IEnumerable<UniTask<T>>
@@ -2870,7 +2870,7 @@
-

Unwrap(UniTask<Task>)

+

Unwrap(UniTask<Task>)

@@ -2881,7 +2881,7 @@
Parameters
-
task UniTask<System.Threading.Tasks.Task>
+
task UniTask<Task>
@@ -2907,7 +2907,7 @@
-

Unwrap(UniTask<Task>, Boolean)

+

Unwrap(UniTask<Task>, Boolean)

@@ -2918,7 +2918,7 @@
Parameters
-
task UniTask<System.Threading.Tasks.Task>
+
task UniTask<Task>
continueOnCapturedContext System.Boolean
@@ -2946,7 +2946,7 @@
-

Unwrap(Task<UniTask>)

+

Unwrap(Task<UniTask>)

@@ -2957,7 +2957,7 @@
Parameters
-
task System.Threading.Tasks.Task<UniTask>
+
task Task<UniTask>
@@ -2983,7 +2983,7 @@
-

Unwrap(Task<UniTask>, Boolean)

+

Unwrap(Task<UniTask>, Boolean)

@@ -2994,7 +2994,7 @@
Parameters
-
task System.Threading.Tasks.Task<UniTask>
+
task Task<UniTask>
continueOnCapturedContext System.Boolean
@@ -3066,7 +3066,7 @@
-

Unwrap<T>(UniTask<Task<T>>)

+

Unwrap<T>(UniTask<Task<T>>)

@@ -3077,7 +3077,7 @@
Parameters
-
task UniTask<System.Threading.Tasks.Task<T>>
+
task UniTask<Task<T>>
@@ -3110,7 +3110,7 @@
-

Unwrap<T>(UniTask<Task<T>>, Boolean)

+

Unwrap<T>(UniTask<Task<T>>, Boolean)

@@ -3121,7 +3121,7 @@
Parameters
-
task UniTask<System.Threading.Tasks.Task<T>>
+
task UniTask<Task<T>>
continueOnCapturedContext System.Boolean
@@ -3156,7 +3156,7 @@
-

Unwrap<T>(Task<UniTask<T>>)

+

Unwrap<T>(Task<UniTask<T>>)

@@ -3167,7 +3167,7 @@
Parameters
-
task System.Threading.Tasks.Task<UniTask<T>>
+
task Task<UniTask<T>>
@@ -3200,7 +3200,7 @@
-

Unwrap<T>(Task<UniTask<T>>, Boolean)

+

Unwrap<T>(Task<UniTask<T>>, Boolean)

@@ -3211,7 +3211,7 @@
Parameters
-
task System.Threading.Tasks.Task<UniTask<T>>
+
task Task<UniTask<T>>
continueOnCapturedContext System.Boolean
diff --git a/api/Cysharp.Threading.Tasks.UnityAsyncExtensions.AsyncOperationAwaiter.html b/api/Cysharp.Threading.Tasks.UnityAsyncExtensions.AsyncOperationAwaiter.html index 5830e6d..a7757f7 100644 --- a/api/Cysharp.Threading.Tasks.UnityAsyncExtensions.AsyncOperationAwaiter.html +++ b/api/Cysharp.Threading.Tasks.UnityAsyncExtensions.AsyncOperationAwaiter.html @@ -82,13 +82,14 @@
-
public struct AsyncOperationAwaiter
+
public struct AsyncOperationAwaiter : ICriticalNotifyCompletion, INotifyCompletion
Implements
-
ICriticalNotifyCompletion
+
System.Runtime.CompilerServices.ICriticalNotifyCompletion
+
System.Runtime.CompilerServices.INotifyCompletion
@@ -316,7 +317,10 @@

Implements

- ICriticalNotifyCompletion + System.Runtime.CompilerServices.ICriticalNotifyCompletion +
+
+ System.Runtime.CompilerServices.INotifyCompletion
diff --git a/api/Cysharp.Threading.Tasks.UnityAsyncExtensions.ResourceRequestAwaiter.html b/api/Cysharp.Threading.Tasks.UnityAsyncExtensions.ResourceRequestAwaiter.html index 91722d0..ee7d9ec 100644 --- a/api/Cysharp.Threading.Tasks.UnityAsyncExtensions.ResourceRequestAwaiter.html +++ b/api/Cysharp.Threading.Tasks.UnityAsyncExtensions.ResourceRequestAwaiter.html @@ -82,13 +82,14 @@
-
public struct ResourceRequestAwaiter
+
public struct ResourceRequestAwaiter : ICriticalNotifyCompletion, INotifyCompletion
Implements
-
ICriticalNotifyCompletion
+
System.Runtime.CompilerServices.ICriticalNotifyCompletion
+
System.Runtime.CompilerServices.INotifyCompletion
@@ -323,7 +324,10 @@

Implements

- ICriticalNotifyCompletion + System.Runtime.CompilerServices.ICriticalNotifyCompletion +
+
+ System.Runtime.CompilerServices.INotifyCompletion
diff --git a/api/Cysharp.Threading.Tasks.YieldAwaitable.Awaiter.html b/api/Cysharp.Threading.Tasks.YieldAwaitable.Awaiter.html index d2a6510..b287996 100644 --- a/api/Cysharp.Threading.Tasks.YieldAwaitable.Awaiter.html +++ b/api/Cysharp.Threading.Tasks.YieldAwaitable.Awaiter.html @@ -82,13 +82,14 @@
-
public readonly struct Awaiter
+
public readonly struct Awaiter : ICriticalNotifyCompletion, INotifyCompletion
Implements
-
ICriticalNotifyCompletion
+
System.Runtime.CompilerServices.ICriticalNotifyCompletion
+
System.Runtime.CompilerServices.INotifyCompletion
@@ -316,7 +317,10 @@

Implements

- ICriticalNotifyCompletion + System.Runtime.CompilerServices.ICriticalNotifyCompletion +
+
+ System.Runtime.CompilerServices.INotifyCompletion
diff --git a/manifest.json b/manifest.json index 067c497..3fed25e 100644 --- a/manifest.json +++ b/manifest.json @@ -105,7 +105,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.CancellationTokenAwaitable.Awaiter.html", - "hash": "Qop1u4Ju67UgBATlHQlNqa1F7BNuqnCj9YzGGJ+S0pU=" + "hash": "GPck7mBXCYiajRCTqqbMXrNmlAoaP0dYpwm24DlPk9U=" } }, "is_incremental": false, @@ -129,7 +129,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.CancellationTokenEqualityComparer.html", - "hash": "eWVNMZLI6hxOG4UMSaaD9Nub3gtusgN66C/LuyWqQiw=" + "hash": "EDMIC413F3VifM4rTCasGOM+HUUwphAOvxCE35mW2L4=" } }, "is_incremental": false, @@ -237,7 +237,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder-1.html", - "hash": "FTzPArYcnafXBncEMFemsKF9XVm2bT7VFGjjh/EtnLY=" + "hash": "D21tbRgoBNPEdonmeVo94NxlAHceURkDieE75V4oQS0=" } }, "is_incremental": false, @@ -249,7 +249,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.html", - "hash": "ACAKLDS8ebGdGqlTZAlj2syoX86q09AgGYjlD52NaM0=" + "hash": "0sp4qLdwTYZ+deTOMgocKBVZrfoojevNRneHxyGAqUc=" } }, "is_incremental": false, @@ -261,7 +261,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.html", - "hash": "0fHdoMICnkbcWPUBIjeWRkx0WA+QOPmgASJkapHXNdc=" + "hash": "1MGc9KPhUzfNsO5npifCeov8ob7LOo3sV8425wHY80o=" } }, "is_incremental": false, @@ -297,7 +297,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.EnumerableAsyncExtensions.html", - "hash": "Mz+rTyLiX9p6KmHmJtE5ns2sgCxKCm+7fQ/XuHIxec0=" + "hash": "NqjqEqji5SwffQG8k42gwd9zIVqgV4Yo7OcJSLH04CA=" } }, "is_incremental": false, @@ -309,7 +309,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html", - "hash": "Dz5/YPuRa0Je3P2F2o1VWT1AN4D8kHS2sfCwRTYwaOo=" + "hash": "APZAOPKUat4H6+1YrEQj1yuOWAvdwgpvR3Gap8qTpqI=" } }, "is_incremental": false, @@ -609,7 +609,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable-1.html", - "hash": "YagnoqQzrKFowWFf1IftgPKl6OAORVAhTDL5unpD1sU=" + "hash": "GrtvZqk7IlGZHmCle/Nzvbb8vODndWprm6tgI4iPaaI=" } }, "is_incremental": false, @@ -669,7 +669,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html", - "hash": "aN1FulOC358Pv5veuDkrXTgObJwSpLiZQWM7tIV00fs=" + "hash": "Eaj9ih+sfqsAAbcH+LuNF5hQWGrueu4irWdsHJvL2sE=" } }, "is_incremental": false, @@ -741,7 +741,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.Progress.html", - "hash": "FPQRmBWvHkLgKLBwE5ge25/JdSjwxRFgXtqzwZcpl/M=" + "hash": "z2Gfn3EbGUjhp3ocIJcQrZIKHyyqaxiYIyFgYvgH8L0=" } }, "is_incremental": false, @@ -765,7 +765,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.ReturnToSynchronizationContext.Awaiter.html", - "hash": "x7CRVhdq43XiJJIc8UrJ+FlqiVAgHDNbCjhcLwgxl/A=" + "hash": "3pUqjiJWYRcHWq+RHQ1tpYVtwrW+IWyXfagBhggapRA=" } }, "is_incremental": false, @@ -801,7 +801,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.SwitchToSynchronizationContextAwaitable.Awaiter.html", - "hash": "y5V7rC3pyGIxvyFzB8D1uIuFWiGFaTbiODDTKr+He6I=" + "hash": "bRd98/bnVmL6SFGT0xw8k8H7HLR/QntZd961EU9MwfQ=" } }, "is_incremental": false, @@ -825,7 +825,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.SwitchToTaskPoolAwaitable.Awaiter.html", - "hash": "Pq4VUF8I8YL8WxVUuk1cZBXcvvvIdEZ3aWrfvcdunhE=" + "hash": "e8tIzxKOHOCOEXNEVXeBESnvrWqvKMJoiStviQT3FyM=" } }, "is_incremental": false, @@ -849,7 +849,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.SwitchToThreadPoolAwaitable.Awaiter.html", - "hash": "ZswAoKWCE1DMYoKA6wTT6BK+Pgy28lIHl2PF9/lBxA4=" + "hash": "Ln+IFjXiyzFxw3YnAN8YD/AB4ZF1kPsIbml8gcNRYXw=" } }, "is_incremental": false, @@ -885,7 +885,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.TaskPool.html", - "hash": "4EekEnhTEMPJ7dM4bJ9xJ1jbWFhPEjrmeHU+dfxpdu0=" + "hash": "PkU4bz+8qzxdIlOySZXxpYiBR6rflgPobZU4R+ycOPE=" } }, "is_incremental": false, @@ -897,7 +897,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.TaskTracker.html", - "hash": "PWWL9cy9BjX1s2zQVA663wBCJr9O5L1jKCUSAXBxe7I=" + "hash": "pWKfQC/2AiWuGG/npy/Q4ipAxr9A+z/9BXY07cy3a/w=" } }, "is_incremental": false, @@ -2781,7 +2781,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.UniTask-1.Awaiter.html", - "hash": "pKa5j6Cri2p3HXqSeFPBQVwNsbe8tx0BKSXvOVBW4mo=" + "hash": "w/vfyDg79Lrm3c2oJL7WD0+IeYimhNWJss3OiMOf2ec=" } }, "is_incremental": false, @@ -2805,7 +2805,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.UniTask.Awaiter.html", - "hash": "5fAfSCOB1n4riBEIz8VeGU1afU3dO0xz8/i5XWnGffE=" + "hash": "+ijL4bCKT+SAEXhMFmv1cP1vsQD7v5vlXTiBT4Wtwp4=" } }, "is_incremental": false, @@ -2817,7 +2817,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.UniTask.html", - "hash": "NRxNuHQ8t5nPyASZw5ulaB8zhDjwQc9t7XXSvEWKtRg=" + "hash": "z0g6oh43UW8thcM13kwJEFIexMLNASiWRA3ZqGueKOE=" } }, "is_incremental": false, @@ -2913,7 +2913,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.UniTaskExtensions.html", - "hash": "bPIB063VYzS9e9aj9rnPVwQ5K9bFjaUDdkjk2friVoA=" + "hash": "Pf/N8iesU2x0JNm5/ilA0MVCiIJYrGy5CNWt71z5vS0=" } }, "is_incremental": false, @@ -3345,7 +3345,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.UnityAsyncExtensions.AsyncOperationAwaiter.html", - "hash": "0WHy70B05mwezelzbIPcnBt8ThBpAocJurBYcEk6XOA=" + "hash": "lf35fmxZ12jqLpR60omte3htJtxZ5b6wv6Ujgak3/s4=" } }, "is_incremental": false, @@ -3357,7 +3357,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.UnityAsyncExtensions.ResourceRequestAwaiter.html", - "hash": "LmykGUEXmTZBU1Z1WHrpahqRSChLOdMzC6nr/mvLgW0=" + "hash": "rdl6Nky77c0nq6LmZ27bqxTaajccky6ZIRvXJEengYU=" } }, "is_incremental": false, @@ -3417,7 +3417,7 @@ "output": { ".html": { "relative_path": "api/Cysharp.Threading.Tasks.YieldAwaitable.Awaiter.html", - "hash": "rFkUY+0BvVwbK0lhNBVm489/wbl9aySb9LH/ezG3LOo=" + "hash": "DjN0SiKcYV/ls2ZLtz1UfSRdTHfCxefd2U1SF6fx7h0=" } }, "is_incremental": false, diff --git a/xrefmap.yml b/xrefmap.yml index d912260..7726d7b 100644 --- a/xrefmap.yml +++ b/xrefmap.yml @@ -1840,11 +1840,11 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetResult nameWithType: AsyncUniTaskMethodBuilder.SetResult -- uid: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetStateMachine(IAsyncStateMachine) +- uid: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) name: SetStateMachine(IAsyncStateMachine) - href: api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_SetStateMachine_IAsyncStateMachine_ - commentId: M:Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetStateMachine(IAsyncStateMachine) - fullName: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetStateMachine(IAsyncStateMachine) + href: api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_SetStateMachine_System_Runtime_CompilerServices_IAsyncStateMachine_ + commentId: M:Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) + fullName: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) nameWithType: AsyncUniTaskMethodBuilder.SetStateMachine(IAsyncStateMachine) - uid: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetStateMachine* name: SetStateMachine @@ -1978,12 +1978,12 @@ references: fullName.vb: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder(Of T).SetResult nameWithType: AsyncUniTaskMethodBuilder.SetResult nameWithType.vb: AsyncUniTaskMethodBuilder(Of T).SetResult -- uid: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder`1.SetStateMachine(IAsyncStateMachine) +- uid: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder`1.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) name: SetStateMachine(IAsyncStateMachine) - href: api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder-1.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_1_SetStateMachine_IAsyncStateMachine_ - commentId: M:Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder`1.SetStateMachine(IAsyncStateMachine) - fullName: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetStateMachine(IAsyncStateMachine) - fullName.vb: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder(Of T).SetStateMachine(IAsyncStateMachine) + href: api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder-1.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskMethodBuilder_1_SetStateMachine_System_Runtime_CompilerServices_IAsyncStateMachine_ + commentId: M:Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder`1.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) + fullName: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) + fullName.vb: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder(Of T).SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) nameWithType: AsyncUniTaskMethodBuilder.SetStateMachine(IAsyncStateMachine) nameWithType.vb: AsyncUniTaskMethodBuilder(Of T).SetStateMachine(IAsyncStateMachine) - uid: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder`1.SetStateMachine* @@ -2107,11 +2107,11 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.SetResult nameWithType: AsyncUniTaskVoidMethodBuilder.SetResult -- uid: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.SetStateMachine(IAsyncStateMachine) +- uid: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) name: SetStateMachine(IAsyncStateMachine) - href: api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskVoidMethodBuilder_SetStateMachine_IAsyncStateMachine_ - commentId: M:Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.SetStateMachine(IAsyncStateMachine) - fullName: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.SetStateMachine(IAsyncStateMachine) + href: api/Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.html#Cysharp_Threading_Tasks_CompilerServices_AsyncUniTaskVoidMethodBuilder_SetStateMachine_System_Runtime_CompilerServices_IAsyncStateMachine_ + commentId: M:Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) + fullName: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) nameWithType: AsyncUniTaskVoidMethodBuilder.SetStateMachine(IAsyncStateMachine) - uid: Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.SetStateMachine* name: SetStateMachine @@ -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.IEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask}) +- uid: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask}) name: Select(IEnumerable, Func) - href: api/Cysharp.Threading.Tasks.EnumerableAsyncExtensions.html#Cysharp_Threading_Tasks_EnumerableAsyncExtensions_Select__1_System_Collections_IEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask__ - commentId: M:Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``1(System.Collections.IEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask}) + href: api/Cysharp.Threading.Tasks.EnumerableAsyncExtensions.html#Cysharp_Threading_Tasks_EnumerableAsyncExtensions_Select__1_System_Collections_Generic_IEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask__ + commentId: M:Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask}) name.vb: Select(Of T)(IEnumerable(Of T), Func(Of T, UniTask)) - fullName: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select(System.Collections.IEnumerable, System.Func) - fullName.vb: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select(Of T)(System.Collections.IEnumerable(Of T), System.Func(Of T, Cysharp.Threading.Tasks.UniTask)) + fullName: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select(System.Collections.Generic.IEnumerable, System.Func) + fullName.vb: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select(Of T)(System.Collections.Generic.IEnumerable(Of T), System.Func(Of T, Cysharp.Threading.Tasks.UniTask)) nameWithType: EnumerableAsyncExtensions.Select(IEnumerable, Func) nameWithType.vb: EnumerableAsyncExtensions.Select(Of T)(IEnumerable(Of T), Func(Of T, UniTask)) -- uid: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``1(System.Collections.IEnumerable{``0},System.Func{``0,System.Int32,Cysharp.Threading.Tasks.UniTask}) +- uid: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int32,Cysharp.Threading.Tasks.UniTask}) name: Select(IEnumerable, Func) - href: api/Cysharp.Threading.Tasks.EnumerableAsyncExtensions.html#Cysharp_Threading_Tasks_EnumerableAsyncExtensions_Select__1_System_Collections_IEnumerable___0__System_Func___0_System_Int32_Cysharp_Threading_Tasks_UniTask__ - commentId: M:Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``1(System.Collections.IEnumerable{``0},System.Func{``0,System.Int32,Cysharp.Threading.Tasks.UniTask}) + href: api/Cysharp.Threading.Tasks.EnumerableAsyncExtensions.html#Cysharp_Threading_Tasks_EnumerableAsyncExtensions_Select__1_System_Collections_Generic_IEnumerable___0__System_Func___0_System_Int32_Cysharp_Threading_Tasks_UniTask__ + commentId: M:Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int32,Cysharp.Threading.Tasks.UniTask}) name.vb: Select(Of T)(IEnumerable(Of T), Func(Of T, Int32, UniTask)) - fullName: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select(System.Collections.IEnumerable, System.Func) - fullName.vb: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select(Of T)(System.Collections.IEnumerable(Of T), System.Func(Of T, System.Int32, Cysharp.Threading.Tasks.UniTask)) + fullName: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select(System.Collections.Generic.IEnumerable, System.Func) + fullName.vb: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select(Of T)(System.Collections.Generic.IEnumerable(Of T), System.Func(Of T, System.Int32, Cysharp.Threading.Tasks.UniTask)) nameWithType: EnumerableAsyncExtensions.Select(IEnumerable, Func) nameWithType.vb: EnumerableAsyncExtensions.Select(Of T)(IEnumerable(Of T), Func(Of T, Int32, UniTask)) -- uid: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``2(System.Collections.IEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}}) +- uid: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}}) name: Select(IEnumerable, Func>) - href: api/Cysharp.Threading.Tasks.EnumerableAsyncExtensions.html#Cysharp_Threading_Tasks_EnumerableAsyncExtensions_Select__2_System_Collections_IEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___ - commentId: M:Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``2(System.Collections.IEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}}) + href: api/Cysharp.Threading.Tasks.EnumerableAsyncExtensions.html#Cysharp_Threading_Tasks_EnumerableAsyncExtensions_Select__2_System_Collections_Generic_IEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___ + commentId: M:Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}}) name.vb: Select(Of T, TR)(IEnumerable(Of T), Func(Of T, UniTask(Of TR))) - fullName: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select(System.Collections.IEnumerable, System.Func>) - fullName.vb: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select(Of T, TR)(System.Collections.IEnumerable(Of T), System.Func(Of T, Cysharp.Threading.Tasks.UniTask(Of TR))) + fullName: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select(System.Collections.Generic.IEnumerable, System.Func>) + fullName.vb: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select(Of T, TR)(System.Collections.Generic.IEnumerable(Of T), System.Func(Of T, Cysharp.Threading.Tasks.UniTask(Of TR))) nameWithType: EnumerableAsyncExtensions.Select(IEnumerable, Func>) nameWithType.vb: EnumerableAsyncExtensions.Select(Of T, TR)(IEnumerable(Of T), Func(Of T, UniTask(Of TR))) -- uid: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``2(System.Collections.IEnumerable{``0},System.Func{``0,System.Int32,Cysharp.Threading.Tasks.UniTask{``1}}) +- uid: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int32,Cysharp.Threading.Tasks.UniTask{``1}}) name: Select(IEnumerable, Func>) - href: api/Cysharp.Threading.Tasks.EnumerableAsyncExtensions.html#Cysharp_Threading_Tasks_EnumerableAsyncExtensions_Select__2_System_Collections_IEnumerable___0__System_Func___0_System_Int32_Cysharp_Threading_Tasks_UniTask___1___ - commentId: M:Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``2(System.Collections.IEnumerable{``0},System.Func{``0,System.Int32,Cysharp.Threading.Tasks.UniTask{``1}}) + href: api/Cysharp.Threading.Tasks.EnumerableAsyncExtensions.html#Cysharp_Threading_Tasks_EnumerableAsyncExtensions_Select__2_System_Collections_Generic_IEnumerable___0__System_Func___0_System_Int32_Cysharp_Threading_Tasks_UniTask___1___ + commentId: M:Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int32,Cysharp.Threading.Tasks.UniTask{``1}}) name.vb: Select(Of T, TR)(IEnumerable(Of T), Func(Of T, Int32, UniTask(Of TR))) - fullName: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select(System.Collections.IEnumerable, System.Func>) - fullName.vb: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select(Of T, TR)(System.Collections.IEnumerable(Of T), System.Func(Of T, System.Int32, Cysharp.Threading.Tasks.UniTask(Of TR))) + fullName: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select(System.Collections.Generic.IEnumerable, System.Func>) + fullName.vb: Cysharp.Threading.Tasks.EnumerableAsyncExtensions.Select(Of T, TR)(System.Collections.Generic.IEnumerable(Of T), System.Func(Of T, System.Int32, Cysharp.Threading.Tasks.UniTask(Of TR))) nameWithType: EnumerableAsyncExtensions.Select(IEnumerable, Func>) nameWithType.vb: EnumerableAsyncExtensions.Select(Of T, TR)(IEnumerable(Of T), Func(Of T, Int32, UniTask(Of TR))) - uid: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions @@ -2244,17 +2244,17 @@ references: fullName.vb: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.GetAwaiter(Of T)(T) nameWithType: EnumeratorAsyncExtensions.GetAwaiter(T) nameWithType.vb: EnumeratorAsyncExtensions.GetAwaiter(Of T)(T) -- uid: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(System.Collections.IEnumerator,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(System.Collections.Generic.IEnumerator,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) name: ToUniTask(IEnumerator, PlayerLoopTiming, CancellationToken) - href: api/Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html#Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_ToUniTask_System_Collections_IEnumerator_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(System.Collections.IEnumerator,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) - fullName: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(System.Collections.IEnumerator, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html#Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_ToUniTask_System_Collections_Generic_IEnumerator_Cysharp_Threading_Tasks_PlayerLoopTiming_System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(System.Collections.Generic.IEnumerator,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(System.Collections.Generic.IEnumerator, Cysharp.Threading.Tasks.PlayerLoopTiming, System.Threading.CancellationToken) nameWithType: EnumeratorAsyncExtensions.ToUniTask(IEnumerator, PlayerLoopTiming, CancellationToken) -- uid: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(System.Collections.IEnumerator,MonoBehaviour) +- uid: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(System.Collections.Generic.IEnumerator,MonoBehaviour) name: ToUniTask(IEnumerator, MonoBehaviour) - href: api/Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html#Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_ToUniTask_System_Collections_IEnumerator_MonoBehaviour_ - commentId: M:Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(System.Collections.IEnumerator,MonoBehaviour) - fullName: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(System.Collections.IEnumerator, MonoBehaviour) + href: api/Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html#Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_ToUniTask_System_Collections_Generic_IEnumerator_MonoBehaviour_ + commentId: M:Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(System.Collections.Generic.IEnumerator,MonoBehaviour) + fullName: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask(System.Collections.Generic.IEnumerator, MonoBehaviour) nameWithType: EnumeratorAsyncExtensions.ToUniTask(IEnumerator, MonoBehaviour) - uid: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask* name: ToUniTask @@ -2263,11 +2263,11 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.ToUniTask nameWithType: EnumeratorAsyncExtensions.ToUniTask -- uid: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.WithCancellation(System.Collections.IEnumerator,System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.WithCancellation(System.Collections.Generic.IEnumerator,System.Threading.CancellationToken) name: WithCancellation(IEnumerator, CancellationToken) - href: api/Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html#Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_WithCancellation_System_Collections_IEnumerator_System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.WithCancellation(System.Collections.IEnumerator,System.Threading.CancellationToken) - fullName: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.WithCancellation(System.Collections.IEnumerator, System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.html#Cysharp_Threading_Tasks_EnumeratorAsyncExtensions_WithCancellation_System_Collections_Generic_IEnumerator_System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.WithCancellation(System.Collections.Generic.IEnumerator,System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.WithCancellation(System.Collections.Generic.IEnumerator, System.Threading.CancellationToken) nameWithType: EnumeratorAsyncExtensions.WithCancellation(IEnumerator, CancellationToken) - uid: Cysharp.Threading.Tasks.EnumeratorAsyncExtensions.WithCancellation* name: WithCancellation @@ -3076,31 +3076,31 @@ references: fullName.vb: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TElement).CreateOrderedEnumerable nameWithType: IUniTaskOrderedAsyncEnumerable.CreateOrderedEnumerable nameWithType.vb: IUniTaskOrderedAsyncEnumerable(Of TElement).CreateOrderedEnumerable -- uid: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable`1.CreateOrderedEnumerable``1(System.Func{`0,``0},System.Collections.IComparer{``0},System.Boolean) +- uid: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable`1.CreateOrderedEnumerable``1(System.Func{`0,``0},System.Collections.Generic.IComparer{``0},System.Boolean) name: CreateOrderedEnumerable(Func, IComparer, Boolean) - href: api/Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable-1.html#Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable_1_CreateOrderedEnumerable__1_System_Func__0___0__System_Collections_IComparer___0__System_Boolean_ - commentId: M:Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable`1.CreateOrderedEnumerable``1(System.Func{`0,``0},System.Collections.IComparer{``0},System.Boolean) + href: api/Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable-1.html#Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable_1_CreateOrderedEnumerable__1_System_Func__0___0__System_Collections_Generic_IComparer___0__System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable`1.CreateOrderedEnumerable``1(System.Func{`0,``0},System.Collections.Generic.IComparer{``0},System.Boolean) name.vb: CreateOrderedEnumerable(Of TKey)(Func(Of TElement, TKey), IComparer(Of TKey), Boolean) - fullName: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable.CreateOrderedEnumerable(System.Func, System.Collections.IComparer, System.Boolean) - fullName.vb: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TElement).CreateOrderedEnumerable(Of TKey)(System.Func(Of TElement, TKey), System.Collections.IComparer(Of TKey), System.Boolean) + fullName: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable.CreateOrderedEnumerable(System.Func, System.Collections.Generic.IComparer, System.Boolean) + fullName.vb: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TElement).CreateOrderedEnumerable(Of TKey)(System.Func(Of TElement, TKey), System.Collections.Generic.IComparer(Of TKey), System.Boolean) nameWithType: IUniTaskOrderedAsyncEnumerable.CreateOrderedEnumerable(Func, IComparer, Boolean) nameWithType.vb: IUniTaskOrderedAsyncEnumerable(Of TElement).CreateOrderedEnumerable(Of TKey)(Func(Of TElement, TKey), IComparer(Of TKey), Boolean) -- uid: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable`1.CreateOrderedEnumerable``1(System.Func{`0,Cysharp.Threading.Tasks.UniTask{``0}},System.Collections.IComparer{``0},System.Boolean) +- uid: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable`1.CreateOrderedEnumerable``1(System.Func{`0,Cysharp.Threading.Tasks.UniTask{``0}},System.Collections.Generic.IComparer{``0},System.Boolean) name: CreateOrderedEnumerable(Func>, IComparer, Boolean) - href: api/Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable-1.html#Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable_1_CreateOrderedEnumerable__1_System_Func__0_Cysharp_Threading_Tasks_UniTask___0___System_Collections_IComparer___0__System_Boolean_ - commentId: M:Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable`1.CreateOrderedEnumerable``1(System.Func{`0,Cysharp.Threading.Tasks.UniTask{``0}},System.Collections.IComparer{``0},System.Boolean) + href: api/Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable-1.html#Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable_1_CreateOrderedEnumerable__1_System_Func__0_Cysharp_Threading_Tasks_UniTask___0___System_Collections_Generic_IComparer___0__System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable`1.CreateOrderedEnumerable``1(System.Func{`0,Cysharp.Threading.Tasks.UniTask{``0}},System.Collections.Generic.IComparer{``0},System.Boolean) name.vb: CreateOrderedEnumerable(Of TKey)(Func(Of TElement, UniTask(Of TKey)), IComparer(Of TKey), Boolean) - fullName: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable.CreateOrderedEnumerable(System.Func>, System.Collections.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.IComparer(Of TKey), System.Boolean) + fullName: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable.CreateOrderedEnumerable(System.Func>, System.Collections.Generic.IComparer, System.Boolean) + fullName.vb: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TElement).CreateOrderedEnumerable(Of TKey)(System.Func(Of TElement, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IComparer(Of TKey), System.Boolean) nameWithType: IUniTaskOrderedAsyncEnumerable.CreateOrderedEnumerable(Func>, IComparer, Boolean) nameWithType.vb: IUniTaskOrderedAsyncEnumerable(Of TElement).CreateOrderedEnumerable(Of TKey)(Func(Of TElement, UniTask(Of TKey)), IComparer(Of TKey), Boolean) -- uid: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable`1.CreateOrderedEnumerable``1(System.Func{`0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``0}},System.Collections.IComparer{``0},System.Boolean) +- uid: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable`1.CreateOrderedEnumerable``1(System.Func{`0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``0}},System.Collections.Generic.IComparer{``0},System.Boolean) name: CreateOrderedEnumerable(Func>, IComparer, Boolean) - href: api/Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable-1.html#Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable_1_CreateOrderedEnumerable__1_System_Func__0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___0___System_Collections_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.IComparer{``0},System.Boolean) + href: api/Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable-1.html#Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable_1_CreateOrderedEnumerable__1_System_Func__0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___0___System_Collections_Generic_IComparer___0__System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable`1.CreateOrderedEnumerable``1(System.Func{`0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``0}},System.Collections.Generic.IComparer{``0},System.Boolean) name.vb: CreateOrderedEnumerable(Of TKey)(Func(Of TElement, CancellationToken, UniTask(Of TKey)), IComparer(Of TKey), Boolean) - fullName: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable.CreateOrderedEnumerable(System.Func>, System.Collections.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.IComparer(Of TKey), System.Boolean) + fullName: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable.CreateOrderedEnumerable(System.Func>, System.Collections.Generic.IComparer, System.Boolean) + fullName.vb: Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TElement).CreateOrderedEnumerable(Of TKey)(System.Func(Of TElement, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IComparer(Of TKey), System.Boolean) nameWithType: IUniTaskOrderedAsyncEnumerable.CreateOrderedEnumerable(Func>, IComparer, Boolean) nameWithType.vb: IUniTaskOrderedAsyncEnumerable(Of TElement).CreateOrderedEnumerable(Of TKey)(Func(Of TElement, CancellationToken, UniTask(Of TKey)), IComparer(Of TKey), Boolean) - uid: Cysharp.Threading.Tasks.IUniTaskSource @@ -4189,13 +4189,13 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ContainsAsync nameWithType: UniTaskAsyncEnumerable.ContainsAsync -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ContainsAsync``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},``0,System.Collections.IEqualityComparer{``0},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ContainsAsync``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},``0,System.Collections.Generic.IEqualityComparer{``0},System.Threading.CancellationToken) name: ContainsAsync(IUniTaskAsyncEnumerable, TSource, IEqualityComparer, CancellationToken) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ContainsAsync__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0____0_System_Collections_IEqualityComparer___0__System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ContainsAsync``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},``0,System.Collections.IEqualityComparer{``0},System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ContainsAsync__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0____0_System_Collections_Generic_IEqualityComparer___0__System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ContainsAsync``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},``0,System.Collections.Generic.IEqualityComparer{``0},System.Threading.CancellationToken) name.vb: ContainsAsync(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), TSource, IEqualityComparer(Of TSource), CancellationToken) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ContainsAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, TSource, System.Collections.IEqualityComparer, System.Threading.CancellationToken) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ContainsAsync(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), TSource, System.Collections.IEqualityComparer(Of TSource), System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ContainsAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, TSource, System.Collections.Generic.IEqualityComparer, System.Threading.CancellationToken) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ContainsAsync(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), TSource, System.Collections.Generic.IEqualityComparer(Of TSource), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ContainsAsync(IUniTaskAsyncEnumerable, TSource, IEqualityComparer, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ContainsAsync(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), TSource, IEqualityComparer(Of TSource), CancellationToken) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ContainsAsync``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},``0,System.Threading.CancellationToken) @@ -4321,13 +4321,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource)) nameWithType: UniTaskAsyncEnumerable.Distinct(IUniTaskAsyncEnumerable) nameWithType.vb: UniTaskAsyncEnumerable.Distinct(Of TSource)(IUniTaskAsyncEnumerable(Of TSource)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.IEqualityComparer{``0}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}) name: Distinct(IUniTaskAsyncEnumerable, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Distinct__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Collections_IEqualityComparer___0__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.IEqualityComparer{``0}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Distinct__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Collections_Generic_IEqualityComparer___0__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}) name.vb: Distinct(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Collections.IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Collections.IEqualityComparer(Of TSource)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Collections.Generic.IEqualityComparer(Of TSource)) nameWithType: UniTaskAsyncEnumerable.Distinct(IUniTaskAsyncEnumerable, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.Distinct(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1}) @@ -4339,13 +4339,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey)) nameWithType: UniTaskAsyncEnumerable.Distinct(IUniTaskAsyncEnumerable, Func) nameWithType.vb: UniTaskAsyncEnumerable.Distinct(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1}) name: Distinct(IUniTaskAsyncEnumerable, Func, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Distinct__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Collections_IEqualityComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Distinct__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1}) name.vb: Distinct(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Collections.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.IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Distinct(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.Distinct(IUniTaskAsyncEnumerable, Func, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.Distinct(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwait* @@ -4364,13 +4364,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwait(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey))) nameWithType: UniTaskAsyncEnumerable.DistinctAwait(IUniTaskAsyncEnumerable, Func>) nameWithType.vb: UniTaskAsyncEnumerable.DistinctAwait(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1}) name: DistinctAwait(IUniTaskAsyncEnumerable, Func>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_DistinctAwait__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Collections_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.IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_DistinctAwait__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1}) name.vb: DistinctAwait(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.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.IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwait(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.DistinctAwait(IUniTaskAsyncEnumerable, Func>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.DistinctAwait(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwaitWithCancellation* @@ -4389,13 +4389,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwaitWithCancellation(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey))) nameWithType: UniTaskAsyncEnumerable.DistinctAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>) nameWithType.vb: UniTaskAsyncEnumerable.DistinctAwaitWithCancellation(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1}) name: DistinctAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_DistinctAwaitWithCancellation__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Collections_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.IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_DistinctAwaitWithCancellation__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1}) name.vb: DistinctAwaitWithCancellation(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.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.IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctAwaitWithCancellation(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.DistinctAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.DistinctAwaitWithCancellation(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged* @@ -4414,13 +4414,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource)) nameWithType: UniTaskAsyncEnumerable.DistinctUntilChanged(IUniTaskAsyncEnumerable) nameWithType.vb: UniTaskAsyncEnumerable.DistinctUntilChanged(Of TSource)(IUniTaskAsyncEnumerable(Of TSource)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.IEqualityComparer{``0}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}) name: DistinctUntilChanged(IUniTaskAsyncEnumerable, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_DistinctUntilChanged__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Collections_IEqualityComparer___0__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.IEqualityComparer{``0}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_DistinctUntilChanged__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Collections_Generic_IEqualityComparer___0__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}) name.vb: DistinctUntilChanged(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Collections.IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Collections.IEqualityComparer(Of TSource)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Collections.Generic.IEqualityComparer(Of TSource)) nameWithType: UniTaskAsyncEnumerable.DistinctUntilChanged(IUniTaskAsyncEnumerable, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.DistinctUntilChanged(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1}) @@ -4432,13 +4432,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey)) nameWithType: UniTaskAsyncEnumerable.DistinctUntilChanged(IUniTaskAsyncEnumerable, Func) nameWithType.vb: UniTaskAsyncEnumerable.DistinctUntilChanged(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1}) name: DistinctUntilChanged(IUniTaskAsyncEnumerable, Func, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_DistinctUntilChanged__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Collections_IEqualityComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_DistinctUntilChanged__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1}) name.vb: DistinctUntilChanged(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Collections.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.IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChanged(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.DistinctUntilChanged(IUniTaskAsyncEnumerable, Func, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.DistinctUntilChanged(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwait* @@ -4457,13 +4457,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwait(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey))) nameWithType: UniTaskAsyncEnumerable.DistinctUntilChangedAwait(IUniTaskAsyncEnumerable, Func>) nameWithType.vb: UniTaskAsyncEnumerable.DistinctUntilChangedAwait(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1}) name: DistinctUntilChangedAwait(IUniTaskAsyncEnumerable, Func>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_DistinctUntilChangedAwait__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Collections_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.IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_DistinctUntilChangedAwait__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1}) name.vb: DistinctUntilChangedAwait(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.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.IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwait(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.DistinctUntilChangedAwait(IUniTaskAsyncEnumerable, Func>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.DistinctUntilChangedAwait(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwaitWithCancellation* @@ -4482,13 +4482,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwaitWithCancellation(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey))) nameWithType: UniTaskAsyncEnumerable.DistinctUntilChangedAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>) nameWithType.vb: UniTaskAsyncEnumerable.DistinctUntilChangedAwaitWithCancellation(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1}) name: DistinctUntilChangedAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_DistinctUntilChangedAwaitWithCancellation__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Collections_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.IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_DistinctUntilChangedAwaitWithCancellation__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1}) name.vb: DistinctUntilChangedAwaitWithCancellation(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.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.IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.DistinctUntilChangedAwaitWithCancellation(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.DistinctUntilChangedAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.DistinctUntilChangedAwaitWithCancellation(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Do* @@ -4611,13 +4611,13 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.EveryValueChanged nameWithType: UniTaskAsyncEnumerable.EveryValueChanged -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.EveryValueChanged``2(``0,System.Func{``0,``1},Cysharp.Threading.Tasks.PlayerLoopTiming,System.Collections.IEqualityComparer{``1}) +- 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_IEqualityComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.EveryValueChanged``2(``0,System.Func{``0,``1},Cysharp.Threading.Tasks.PlayerLoopTiming,System.Collections.IEqualityComparer{``1}) + 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.IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.EveryValueChanged(Of TTarget, TProperty)(TTarget, System.Func(Of TTarget, TProperty), Cysharp.Threading.Tasks.PlayerLoopTiming, System.Collections.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.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.IEqualityComparer{``0}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Except``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}) name: Except(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Except__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Collections_IEqualityComparer___0__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Except``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.IEqualityComparer{``0}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Except__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Collections_Generic_IEqualityComparer___0__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Except``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}) name.vb: Except(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Except(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Collections.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.IEqualityComparer(Of TSource)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Except(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Except(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Collections.Generic.IEqualityComparer(Of TSource)) nameWithType: UniTaskAsyncEnumerable.Except(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.Except(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.FirstAsync* @@ -4850,13 +4850,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey)) nameWithType: UniTaskAsyncEnumerable.GroupBy(IUniTaskAsyncEnumerable, Func) nameWithType.vb: UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1}) name: GroupBy(IUniTaskAsyncEnumerable, Func, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupBy__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Collections_IEqualityComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupBy__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1}) name.vb: GroupBy(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Collections.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.IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.GroupBy(IUniTaskAsyncEnumerable, Func, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2}) @@ -4868,49 +4868,49 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey, TElement)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Func(Of TSource, TElement)) nameWithType: UniTaskAsyncEnumerable.GroupBy(IUniTaskAsyncEnumerable, Func, Func) nameWithType.vb: UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), Func(Of TSource, TElement)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1}) name: GroupBy(IUniTaskAsyncEnumerable, Func, Func, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupBy__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Func___0___2__System_Collections_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.IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupBy__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Func___0___2__System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1}) name.vb: GroupBy(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), Func(Of TSource, TElement), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, System.Collections.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.IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey, TElement)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Func(Of TSource, TElement), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.GroupBy(IUniTaskAsyncEnumerable, Func, Func, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), Func(Of TSource, TElement), IEqualityComparer(Of TKey)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``1,System.Collections.IEnumerable{``0},``2}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}) name: GroupBy(IUniTaskAsyncEnumerable, Func, Func, TResult>) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupBy__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Func___1_System_Collections_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.IEnumerable{``0},``2}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupBy__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Func___1_System_Collections_Generic_IEnumerable___0____2__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}) name.vb: GroupBy(Of TSource, TKey, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), Func(Of TKey, IEnumerable(Of TSource), TResult)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, TResult>) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Func(Of TKey, System.Collections.IEnumerable(Of TSource), TResult)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, TResult>) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Func(Of TKey, System.Collections.Generic.IEnumerable(Of TSource), TResult)) nameWithType: UniTaskAsyncEnumerable.GroupBy(IUniTaskAsyncEnumerable, Func, Func, TResult>) nameWithType.vb: UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), Func(Of TKey, IEnumerable(Of TSource), TResult)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``1,System.Collections.IEnumerable{``0},``2},System.Collections.IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2},System.Collections.Generic.IEqualityComparer{``1}) name: GroupBy(IUniTaskAsyncEnumerable, Func, Func, TResult>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupBy__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Func___1_System_Collections_IEnumerable___0____2__System_Collections_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.IEnumerable{``0},``2},System.Collections.IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupBy__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Func___1_System_Collections_Generic_IEnumerable___0____2__System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2},System.Collections.Generic.IEqualityComparer{``1}) name.vb: GroupBy(Of TSource, TKey, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), Func(Of TKey, IEnumerable(Of TSource), TResult), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, TResult>, System.Collections.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.IEnumerable(Of TSource), TResult), System.Collections.IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, TResult>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Func(Of TKey, System.Collections.Generic.IEnumerable(Of TSource), TResult), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.GroupBy(IUniTaskAsyncEnumerable, Func, Func, TResult>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), Func(Of TKey, IEnumerable(Of TSource), TResult), IEqualityComparer(Of TKey)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Func{``1,System.Collections.IEnumerable{``2},``3}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}) name: GroupBy(IUniTaskAsyncEnumerable, Func, Func, Func, TResult>) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupBy__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Func___0___2__System_Func___1_System_Collections_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.IEnumerable{``2},``3}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupBy__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Func___0___2__System_Func___1_System_Collections_Generic_IEnumerable___2____3__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}) name.vb: GroupBy(Of TSource, TKey, TElement, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), Func(Of TSource, TElement), Func(Of TKey, IEnumerable(Of TElement), TResult)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, System.Func, TResult>) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey, TElement, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Func(Of TSource, TElement), System.Func(Of TKey, System.Collections.IEnumerable(Of TElement), TResult)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, System.Func, TResult>) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey, TElement, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Func(Of TSource, TElement), System.Func(Of TKey, System.Collections.Generic.IEnumerable(Of TElement), TResult)) nameWithType: UniTaskAsyncEnumerable.GroupBy(IUniTaskAsyncEnumerable, Func, Func, Func, TResult>) nameWithType.vb: UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey, TElement, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), Func(Of TSource, TElement), Func(Of TKey, IEnumerable(Of TElement), TResult)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Func{``1,System.Collections.IEnumerable{``2},``3},System.Collections.IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3},System.Collections.Generic.IEqualityComparer{``1}) name: GroupBy(IUniTaskAsyncEnumerable, Func, Func, Func, TResult>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupBy__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Func___0___2__System_Func___1_System_Collections_IEnumerable___2____3__System_Collections_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.IEnumerable{``2},``3},System.Collections.IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupBy__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Func___0___2__System_Func___1_System_Collections_Generic_IEnumerable___2____3__System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3},System.Collections.Generic.IEqualityComparer{``1}) name.vb: GroupBy(Of TSource, TKey, TElement, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), Func(Of TSource, TElement), Func(Of TKey, IEnumerable(Of TElement), TResult), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, System.Func, TResult>, System.Collections.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.IEnumerable(Of TElement), TResult), System.Collections.IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, System.Func, TResult>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey, TElement, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Func(Of TSource, TElement), System.Func(Of TKey, System.Collections.Generic.IEnumerable(Of TElement), TResult), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.GroupBy(IUniTaskAsyncEnumerable, Func, Func, Func, TResult>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.GroupBy(Of TSource, TKey, TElement, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), Func(Of TSource, TElement), Func(Of TKey, IEnumerable(Of TElement), TResult), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait* @@ -4929,13 +4929,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey))) nameWithType: UniTaskAsyncEnumerable.GroupByAwait(IUniTaskAsyncEnumerable, Func>) nameWithType.vb: UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1}) name: GroupByAwait(IUniTaskAsyncEnumerable, Func>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwait__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Collections_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.IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwait__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1}) name.vb: GroupByAwait(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.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.IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.GroupByAwait(IUniTaskAsyncEnumerable, Func>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}}) @@ -4947,49 +4947,49 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey, TElement)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TElement))) nameWithType: UniTaskAsyncEnumerable.GroupByAwait(IUniTaskAsyncEnumerable, Func>, Func>) nameWithType.vb: UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), Func(Of TSource, UniTask(Of TElement))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.IEqualityComparer{``1}) name: GroupByAwait(IUniTaskAsyncEnumerable, Func>, Func>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwait__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_Cysharp_Threading_Tasks_UniTask___2___System_Collections_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.IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwait__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_Cysharp_Threading_Tasks_UniTask___2___System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.IEqualityComparer{``1}) name.vb: GroupByAwait(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), Func(Of TSource, UniTask(Of TElement)), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Collections.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.IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey, TElement)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TElement)), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.GroupByAwait(IUniTaskAsyncEnumerable, Func>, Func>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), Func(Of TSource, UniTask(Of TElement)), IEqualityComparer(Of TKey)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``1,System.Collections.IEnumerable{``0},Cysharp.Threading.Tasks.UniTask{``2}}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``1,System.Collections.Generic.IEnumerable{``0},Cysharp.Threading.Tasks.UniTask{``2}}) name: GroupByAwait(IUniTaskAsyncEnumerable, Func>, Func, UniTask>) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwait__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Func___1_System_Collections_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.IEnumerable{``0},Cysharp.Threading.Tasks.UniTask{``2}}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwait__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Func___1_System_Collections_Generic_IEnumerable___0__Cysharp_Threading_Tasks_UniTask___2___ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``1,System.Collections.Generic.IEnumerable{``0},Cysharp.Threading.Tasks.UniTask{``2}}) name.vb: GroupByAwait(Of TSource, TKey, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), Func(Of TKey, IEnumerable(Of TSource), UniTask(Of TResult))) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func, Cysharp.Threading.Tasks.UniTask>) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TKey, System.Collections.IEnumerable(Of TSource), Cysharp.Threading.Tasks.UniTask(Of TResult))) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func, Cysharp.Threading.Tasks.UniTask>) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TKey, System.Collections.Generic.IEnumerable(Of TSource), Cysharp.Threading.Tasks.UniTask(Of TResult))) nameWithType: UniTaskAsyncEnumerable.GroupByAwait(IUniTaskAsyncEnumerable, Func>, Func, UniTask>) nameWithType.vb: UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), Func(Of TKey, IEnumerable(Of TSource), UniTask(Of TResult))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``1,System.Collections.IEnumerable{``0},Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``1,System.Collections.Generic.IEnumerable{``0},Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.IEqualityComparer{``1}) name: GroupByAwait(IUniTaskAsyncEnumerable, Func>, Func, UniTask>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwait__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Func___1_System_Collections_IEnumerable___0__Cysharp_Threading_Tasks_UniTask___2___System_Collections_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.IEnumerable{``0},Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwait__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Func___1_System_Collections_Generic_IEnumerable___0__Cysharp_Threading_Tasks_UniTask___2___System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``1,System.Collections.Generic.IEnumerable{``0},Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.IEqualityComparer{``1}) name.vb: GroupByAwait(Of TSource, TKey, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), Func(Of TKey, IEnumerable(Of TSource), UniTask(Of TResult)), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func, Cysharp.Threading.Tasks.UniTask>, System.Collections.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.IEnumerable(Of TSource), Cysharp.Threading.Tasks.UniTask(Of TResult)), System.Collections.IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func, Cysharp.Threading.Tasks.UniTask>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TKey, System.Collections.Generic.IEnumerable(Of TSource), Cysharp.Threading.Tasks.UniTask(Of TResult)), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.GroupByAwait(IUniTaskAsyncEnumerable, Func>, Func, UniTask>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), Func(Of TKey, IEnumerable(Of TSource), UniTask(Of TResult)), IEqualityComparer(Of TKey)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Collections.IEnumerable{``2},Cysharp.Threading.Tasks.UniTask{``3}}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Collections.Generic.IEnumerable{``2},Cysharp.Threading.Tasks.UniTask{``3}}) name: GroupByAwait(IUniTaskAsyncEnumerable, Func>, Func>, Func, UniTask>) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwait__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_System_Collections_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.IEnumerable{``2},Cysharp.Threading.Tasks.UniTask{``3}}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwait__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_System_Collections_Generic_IEnumerable___2__Cysharp_Threading_Tasks_UniTask___3___ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Collections.Generic.IEnumerable{``2},Cysharp.Threading.Tasks.UniTask{``3}}) name.vb: GroupByAwait(Of TSource, TKey, TElement, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), Func(Of TSource, UniTask(Of TElement)), Func(Of TKey, IEnumerable(Of TElement), UniTask(Of TResult))) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func, Cysharp.Threading.Tasks.UniTask>) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey, TElement, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TElement)), System.Func(Of TKey, System.Collections.IEnumerable(Of TElement), Cysharp.Threading.Tasks.UniTask(Of TResult))) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func, Cysharp.Threading.Tasks.UniTask>) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey, TElement, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TElement)), System.Func(Of TKey, System.Collections.Generic.IEnumerable(Of TElement), Cysharp.Threading.Tasks.UniTask(Of TResult))) nameWithType: UniTaskAsyncEnumerable.GroupByAwait(IUniTaskAsyncEnumerable, Func>, Func>, Func, UniTask>) nameWithType.vb: UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey, TElement, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), Func(Of TSource, UniTask(Of TElement)), Func(Of TKey, IEnumerable(Of TElement), UniTask(Of TResult))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Collections.IEnumerable{``2},Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Collections.Generic.IEnumerable{``2},Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.Generic.IEqualityComparer{``1}) name: GroupByAwait(IUniTaskAsyncEnumerable, Func>, Func>, Func, UniTask>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwait__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_System_Collections_IEnumerable___2__Cysharp_Threading_Tasks_UniTask___3___System_Collections_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.IEnumerable{``2},Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwait__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_System_Collections_Generic_IEnumerable___2__Cysharp_Threading_Tasks_UniTask___3___System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Collections.Generic.IEnumerable{``2},Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.Generic.IEqualityComparer{``1}) name.vb: GroupByAwait(Of TSource, TKey, TElement, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), Func(Of TSource, UniTask(Of TElement)), Func(Of TKey, IEnumerable(Of TElement), UniTask(Of TResult)), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func, Cysharp.Threading.Tasks.UniTask>, System.Collections.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.IEnumerable(Of TElement), Cysharp.Threading.Tasks.UniTask(Of TResult)), System.Collections.IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func, Cysharp.Threading.Tasks.UniTask>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey, TElement, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TElement)), System.Func(Of TKey, System.Collections.Generic.IEnumerable(Of TElement), Cysharp.Threading.Tasks.UniTask(Of TResult)), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.GroupByAwait(IUniTaskAsyncEnumerable, Func>, Func>, Func, UniTask>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.GroupByAwait(Of TSource, TKey, TElement, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), Func(Of TSource, UniTask(Of TElement)), Func(Of TKey, IEnumerable(Of TElement), UniTask(Of TResult)), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation* @@ -5008,13 +5008,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey))) nameWithType: UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>) nameWithType.vb: UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1}) name: GroupByAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwaitWithCancellation__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Collections_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.IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwaitWithCancellation__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1}) name.vb: GroupByAwaitWithCancellation(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.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.IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}}) @@ -5026,49 +5026,49 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey, TElement)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TElement))) nameWithType: UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, Func>) nameWithType.vb: UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), Func(Of TSource, CancellationToken, UniTask(Of TElement))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.IEqualityComparer{``1}) name: GroupByAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, Func>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwaitWithCancellation__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Collections_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.IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwaitWithCancellation__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.IEqualityComparer{``1}) name.vb: GroupByAwaitWithCancellation(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), Func(Of TSource, CancellationToken, UniTask(Of TElement)), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Collections.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.IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey, TElement)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TElement)), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, Func>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), Func(Of TSource, CancellationToken, UniTask(Of TElement)), IEqualityComparer(Of TKey)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``1,System.Collections.IEnumerable{``0},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``1,System.Collections.Generic.IEnumerable{``0},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}}) name: GroupByAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, Func, CancellationToken, UniTask>) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwaitWithCancellation__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Func___1_System_Collections_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.IEnumerable{``0},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwaitWithCancellation__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Func___1_System_Collections_Generic_IEnumerable___0__System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``1,System.Collections.Generic.IEnumerable{``0},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}}) name.vb: GroupByAwaitWithCancellation(Of TSource, TKey, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), Func(Of TKey, IEnumerable(Of TSource), CancellationToken, UniTask(Of TResult))) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask>) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TKey, System.Collections.IEnumerable(Of TSource), System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TResult))) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask>) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TKey, System.Collections.Generic.IEnumerable(Of TSource), System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TResult))) nameWithType: UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, Func, CancellationToken, UniTask>) nameWithType.vb: UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), Func(Of TKey, IEnumerable(Of TSource), CancellationToken, UniTask(Of TResult))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``1,System.Collections.IEnumerable{``0},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``1,System.Collections.Generic.IEnumerable{``0},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.IEqualityComparer{``1}) name: GroupByAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, Func, CancellationToken, UniTask>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwaitWithCancellation__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Func___1_System_Collections_IEnumerable___0__System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Collections_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.IEnumerable{``0},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwaitWithCancellation__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Func___1_System_Collections_Generic_IEnumerable___0__System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``1,System.Collections.Generic.IEnumerable{``0},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.IEqualityComparer{``1}) name.vb: GroupByAwaitWithCancellation(Of TSource, TKey, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), Func(Of TKey, IEnumerable(Of TSource), CancellationToken, UniTask(Of TResult)), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask>, System.Collections.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.IEnumerable(Of TSource), System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TResult)), System.Collections.IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TKey, System.Collections.Generic.IEnumerable(Of TSource), System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TResult)), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, Func, CancellationToken, UniTask>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), Func(Of TKey, IEnumerable(Of TSource), CancellationToken, UniTask(Of TResult)), IEqualityComparer(Of TKey)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Collections.IEnumerable{``2},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Collections.Generic.IEnumerable{``2},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}}) name: GroupByAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, Func>, Func, CancellationToken, UniTask>) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwaitWithCancellation__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_System_Collections_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.IEnumerable{``2},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwaitWithCancellation__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_System_Collections_Generic_IEnumerable___2__System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___3___ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Collections.Generic.IEnumerable{``2},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}}) name.vb: GroupByAwaitWithCancellation(Of TSource, TKey, TElement, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), Func(Of TSource, CancellationToken, UniTask(Of TElement)), Func(Of TKey, IEnumerable(Of TElement), CancellationToken, UniTask(Of TResult))) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask>) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey, TElement, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TElement)), System.Func(Of TKey, System.Collections.IEnumerable(Of TElement), System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TResult))) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask>) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey, TElement, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TElement)), System.Func(Of TKey, System.Collections.Generic.IEnumerable(Of TElement), System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TResult))) nameWithType: UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, Func>, Func, CancellationToken, UniTask>) nameWithType.vb: UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey, TElement, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), Func(Of TSource, CancellationToken, UniTask(Of TElement)), Func(Of TKey, IEnumerable(Of TElement), CancellationToken, UniTask(Of TResult))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Collections.IEnumerable{``2},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.IEqualityComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Collections.Generic.IEnumerable{``2},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.Generic.IEqualityComparer{``1}) name: GroupByAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, Func>, Func, CancellationToken, UniTask>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwaitWithCancellation__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_System_Collections_IEnumerable___2__System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___3___System_Collections_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.IEnumerable{``2},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.IEqualityComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupByAwaitWithCancellation__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_System_Collections_Generic_IEnumerable___2__System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___3___System_Collections_Generic_IEqualityComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Collections.Generic.IEnumerable{``2},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.Generic.IEqualityComparer{``1}) name.vb: GroupByAwaitWithCancellation(Of TSource, TKey, TElement, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), Func(Of TSource, CancellationToken, UniTask(Of TElement)), Func(Of TKey, IEnumerable(Of TElement), CancellationToken, UniTask(Of TResult)), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask>, System.Collections.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.IEnumerable(Of TElement), System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TResult)), System.Collections.IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey, TElement, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TElement)), System.Func(Of TKey, System.Collections.Generic.IEnumerable(Of TElement), System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TResult)), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, Func>, Func, CancellationToken, UniTask>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.GroupByAwaitWithCancellation(Of TSource, TKey, TElement, TResult)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), Func(Of TSource, CancellationToken, UniTask(Of TElement)), Func(Of TKey, IEnumerable(Of TElement), CancellationToken, UniTask(Of TResult)), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoin* @@ -5078,22 +5078,22 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoin nameWithType: UniTaskAsyncEnumerable.GroupJoin -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoin``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,System.Collections.IEnumerable{``1},``3}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoin``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}) name: GroupJoin(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func, Func, Func, TResult>) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupJoin__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0___2__System_Func___1___2__System_Func___0_System_Collections_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.IEnumerable{``1},``3}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupJoin__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0___2__System_Func___1___2__System_Func___0_System_Collections_Generic_IEnumerable___1____3__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoin``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}) name.vb: GroupJoin(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, TKey), Func(Of TInner, TKey), Func(Of TOuter, IEnumerable(Of TInner), TResult)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoin(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, System.Func, TResult>) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoin(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, TKey), System.Func(Of TInner, TKey), System.Func(Of TOuter, System.Collections.IEnumerable(Of TInner), TResult)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoin(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, System.Func, TResult>) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoin(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, TKey), System.Func(Of TInner, TKey), System.Func(Of TOuter, System.Collections.Generic.IEnumerable(Of TInner), TResult)) nameWithType: UniTaskAsyncEnumerable.GroupJoin(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func, Func, Func, TResult>) nameWithType.vb: UniTaskAsyncEnumerable.GroupJoin(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, TKey), Func(Of TInner, TKey), Func(Of TOuter, IEnumerable(Of TInner), TResult)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoin``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,System.Collections.IEnumerable{``1},``3},System.Collections.IEqualityComparer{``2}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoin``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3},System.Collections.Generic.IEqualityComparer{``2}) name: GroupJoin(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func, Func, Func, TResult>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupJoin__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0___2__System_Func___1___2__System_Func___0_System_Collections_IEnumerable___1____3__System_Collections_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.IEnumerable{``1},``3},System.Collections.IEqualityComparer{``2}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupJoin__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0___2__System_Func___1___2__System_Func___0_System_Collections_Generic_IEnumerable___1____3__System_Collections_Generic_IEqualityComparer___2__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoin``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3},System.Collections.Generic.IEqualityComparer{``2}) name.vb: GroupJoin(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, TKey), Func(Of TInner, TKey), Func(Of TOuter, IEnumerable(Of TInner), TResult), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoin(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, System.Func, TResult>, System.Collections.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.IEnumerable(Of TInner), TResult), System.Collections.IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoin(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, System.Func, TResult>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoin(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, TKey), System.Func(Of TInner, TKey), System.Func(Of TOuter, System.Collections.Generic.IEnumerable(Of TInner), TResult), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.GroupJoin(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func, Func, Func, TResult>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.GroupJoin(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, TKey), Func(Of TInner, TKey), Func(Of TOuter, IEnumerable(Of TInner), TResult), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwait* @@ -5103,22 +5103,22 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwait nameWithType: UniTaskAsyncEnumerable.GroupJoinAwait -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,System.Collections.IEnumerable{``1},Cysharp.Threading.Tasks.UniTask{``3}}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,System.Collections.Generic.IEnumerable{``1},Cysharp.Threading.Tasks.UniTask{``3}}) name: GroupJoinAwait(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func>, Func>, Func, UniTask>) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupJoinAwait__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_Cysharp_Threading_Tasks_UniTask___2___System_Func___0_System_Collections_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.IEnumerable{``1},Cysharp.Threading.Tasks.UniTask{``3}}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupJoinAwait__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_Cysharp_Threading_Tasks_UniTask___2___System_Func___0_System_Collections_Generic_IEnumerable___1__Cysharp_Threading_Tasks_UniTask___3___ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,System.Collections.Generic.IEnumerable{``1},Cysharp.Threading.Tasks.UniTask{``3}}) name.vb: GroupJoinAwait(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, UniTask(Of TKey)), Func(Of TInner, UniTask(Of TKey)), Func(Of TOuter, IEnumerable(Of TInner), UniTask(Of TResult))) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func, Cysharp.Threading.Tasks.UniTask>) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwait(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TInner, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TOuter, System.Collections.IEnumerable(Of TInner), Cysharp.Threading.Tasks.UniTask(Of TResult))) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func, Cysharp.Threading.Tasks.UniTask>) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwait(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TInner, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TOuter, System.Collections.Generic.IEnumerable(Of TInner), Cysharp.Threading.Tasks.UniTask(Of TResult))) nameWithType: UniTaskAsyncEnumerable.GroupJoinAwait(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func>, Func>, Func, UniTask>) nameWithType.vb: UniTaskAsyncEnumerable.GroupJoinAwait(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, UniTask(Of TKey)), Func(Of TInner, UniTask(Of TKey)), Func(Of TOuter, IEnumerable(Of TInner), UniTask(Of TResult))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,System.Collections.IEnumerable{``1},Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.IEqualityComparer{``2}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,System.Collections.Generic.IEnumerable{``1},Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.Generic.IEqualityComparer{``2}) name: GroupJoinAwait(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func>, Func>, Func, UniTask>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupJoinAwait__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_Cysharp_Threading_Tasks_UniTask___2___System_Func___0_System_Collections_IEnumerable___1__Cysharp_Threading_Tasks_UniTask___3___System_Collections_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.IEnumerable{``1},Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.IEqualityComparer{``2}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupJoinAwait__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_Cysharp_Threading_Tasks_UniTask___2___System_Func___0_System_Collections_Generic_IEnumerable___1__Cysharp_Threading_Tasks_UniTask___3___System_Collections_Generic_IEqualityComparer___2__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,System.Collections.Generic.IEnumerable{``1},Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.Generic.IEqualityComparer{``2}) name.vb: GroupJoinAwait(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, UniTask(Of TKey)), Func(Of TInner, UniTask(Of TKey)), Func(Of TOuter, IEnumerable(Of TInner), UniTask(Of TResult)), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func, Cysharp.Threading.Tasks.UniTask>, System.Collections.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.IEnumerable(Of TInner), Cysharp.Threading.Tasks.UniTask(Of TResult)), System.Collections.IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func, Cysharp.Threading.Tasks.UniTask>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwait(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TInner, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TOuter, System.Collections.Generic.IEnumerable(Of TInner), Cysharp.Threading.Tasks.UniTask(Of TResult)), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.GroupJoinAwait(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func>, Func>, Func, UniTask>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.GroupJoinAwait(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, UniTask(Of TKey)), Func(Of TInner, UniTask(Of TKey)), Func(Of TOuter, IEnumerable(Of TInner), UniTask(Of TResult)), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation* @@ -5128,22 +5128,22 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation nameWithType: UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,System.Collections.IEnumerable{``1},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,System.Collections.Generic.IEnumerable{``1},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}}) name: GroupJoinAwaitWithCancellation(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func>, Func>, Func, CancellationToken, UniTask>) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupJoinAwaitWithCancellation__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Func___0_System_Collections_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.IEnumerable{``1},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupJoinAwaitWithCancellation__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Func___0_System_Collections_Generic_IEnumerable___1__System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___3___ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,System.Collections.Generic.IEnumerable{``1},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}}) name.vb: GroupJoinAwaitWithCancellation(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, CancellationToken, UniTask(Of TKey)), Func(Of TInner, CancellationToken, UniTask(Of TKey)), Func(Of TOuter, IEnumerable(Of TInner), CancellationToken, UniTask(Of TResult))) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask>) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TInner, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TOuter, System.Collections.IEnumerable(Of TInner), System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TResult))) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask>) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TInner, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TOuter, System.Collections.Generic.IEnumerable(Of TInner), System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TResult))) nameWithType: UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func>, Func>, Func, CancellationToken, UniTask>) nameWithType.vb: UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, CancellationToken, UniTask(Of TKey)), Func(Of TInner, CancellationToken, UniTask(Of TKey)), Func(Of TOuter, IEnumerable(Of TInner), CancellationToken, UniTask(Of TResult))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,System.Collections.IEnumerable{``1},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.IEqualityComparer{``2}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,System.Collections.Generic.IEnumerable{``1},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.Generic.IEqualityComparer{``2}) name: GroupJoinAwaitWithCancellation(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func>, Func>, Func, CancellationToken, UniTask>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupJoinAwaitWithCancellation__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Func___0_System_Collections_IEnumerable___1__System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___3___System_Collections_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.IEnumerable{``1},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.IEqualityComparer{``2}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_GroupJoinAwaitWithCancellation__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Func___0_System_Collections_Generic_IEnumerable___1__System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___3___System_Collections_Generic_IEqualityComparer___2__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,System.Collections.Generic.IEnumerable{``1},System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.Generic.IEqualityComparer{``2}) name.vb: GroupJoinAwaitWithCancellation(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, CancellationToken, UniTask(Of TKey)), Func(Of TInner, CancellationToken, UniTask(Of TKey)), Func(Of TOuter, IEnumerable(Of TInner), CancellationToken, UniTask(Of TResult)), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask>, System.Collections.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.IEnumerable(Of TInner), System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TResult)), System.Collections.IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TInner, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TOuter, System.Collections.Generic.IEnumerable(Of TInner), System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TResult)), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func>, Func>, Func, CancellationToken, UniTask>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.GroupJoinAwaitWithCancellation(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, CancellationToken, UniTask(Of TKey)), Func(Of TInner, CancellationToken, UniTask(Of TKey)), Func(Of TOuter, IEnumerable(Of TInner), CancellationToken, UniTask(Of TResult)), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Intersect* @@ -5162,13 +5162,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Intersect(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource)) nameWithType: UniTaskAsyncEnumerable.Intersect(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable) nameWithType.vb: UniTaskAsyncEnumerable.Intersect(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), IUniTaskAsyncEnumerable(Of TSource)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Intersect``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.IEqualityComparer{``0}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Intersect``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}) name: Intersect(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Intersect__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Collections_IEqualityComparer___0__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Intersect``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.IEqualityComparer{``0}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Intersect__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Collections_Generic_IEqualityComparer___0__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Intersect``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}) name.vb: Intersect(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Intersect(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Collections.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.IEqualityComparer(Of TSource)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Intersect(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Intersect(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Collections.Generic.IEqualityComparer(Of TSource)) nameWithType: UniTaskAsyncEnumerable.Intersect(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.Intersect(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Interval(System.TimeSpan,Cysharp.Threading.Tasks.PlayerLoopTiming,System.Boolean) @@ -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.IEqualityComparer{``2}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Join``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,``1,``3},System.Collections.Generic.IEqualityComparer{``2}) name: Join(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func, Func, Func, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Join__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0___2__System_Func___1___2__System_Func___0___1___3__System_Collections_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.IEqualityComparer{``2}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Join__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0___2__System_Func___1___2__System_Func___0___1___3__System_Collections_Generic_IEqualityComparer___2__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Join``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,``1,``3},System.Collections.Generic.IEqualityComparer{``2}) name.vb: Join(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, TKey), Func(Of TInner, TKey), Func(Of TOuter, TInner, TResult), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Join(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, System.Func, System.Collections.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.IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Join(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, System.Func, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Join(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, TKey), System.Func(Of TInner, TKey), System.Func(Of TOuter, TInner, TResult), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.Join(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func, Func, Func, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.Join(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, TKey), Func(Of TInner, TKey), Func(Of TOuter, TInner, TResult), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwait* @@ -5238,13 +5238,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwait(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TInner, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TOuter, TInner, Cysharp.Threading.Tasks.UniTask(Of TResult))) nameWithType: UniTaskAsyncEnumerable.JoinAwait(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func>, Func>, Func>) nameWithType.vb: UniTaskAsyncEnumerable.JoinAwait(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, UniTask(Of TKey)), Func(Of TInner, UniTask(Of TKey)), Func(Of TOuter, TInner, UniTask(Of TResult))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,``1,Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.IEqualityComparer{``2}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,``1,Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.Generic.IEqualityComparer{``2}) name: JoinAwait(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func>, Func>, Func>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_JoinAwait__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_Cysharp_Threading_Tasks_UniTask___2___System_Func___0___1_Cysharp_Threading_Tasks_UniTask___3___System_Collections_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.IEqualityComparer{``2}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_JoinAwait__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_Cysharp_Threading_Tasks_UniTask___2___System_Func___0___1_Cysharp_Threading_Tasks_UniTask___3___System_Collections_Generic_IEqualityComparer___2__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwait``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,``1,Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.Generic.IEqualityComparer{``2}) name.vb: JoinAwait(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, UniTask(Of TKey)), Func(Of TInner, UniTask(Of TKey)), Func(Of TOuter, TInner, UniTask(Of TResult)), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func>, System.Collections.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.IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwait(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TInner, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TOuter, TInner, Cysharp.Threading.Tasks.UniTask(Of TResult)), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.JoinAwait(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func>, Func>, Func>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.JoinAwait(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, UniTask(Of TKey)), Func(Of TInner, UniTask(Of TKey)), Func(Of TOuter, TInner, UniTask(Of TResult)), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwaitWithCancellation* @@ -5263,13 +5263,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwaitWithCancellation(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TInner, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TOuter, TInner, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TResult))) nameWithType: UniTaskAsyncEnumerable.JoinAwaitWithCancellation(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func>, Func>, Func>) nameWithType.vb: UniTaskAsyncEnumerable.JoinAwaitWithCancellation(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, CancellationToken, UniTask(Of TKey)), Func(Of TInner, CancellationToken, UniTask(Of TKey)), Func(Of TOuter, TInner, CancellationToken, UniTask(Of TResult))) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,``1,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.IEqualityComparer{``2}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,``1,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.Generic.IEqualityComparer{``2}) name: JoinAwaitWithCancellation(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func>, Func>, Func>, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_JoinAwaitWithCancellation__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Func___0___1_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___3___System_Collections_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.IEqualityComparer{``2}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_JoinAwaitWithCancellation__4_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___1__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Func___1_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Func___0___1_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___3___System_Collections_Generic_IEqualityComparer___2__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwaitWithCancellation``4(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``1},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``1,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Func{``0,``1,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``3}},System.Collections.Generic.IEqualityComparer{``2}) name.vb: JoinAwaitWithCancellation(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, CancellationToken, UniTask(Of TKey)), Func(Of TInner, CancellationToken, UniTask(Of TKey)), Func(Of TOuter, TInner, CancellationToken, UniTask(Of TResult)), IEqualityComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func>, System.Collections.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.IEqualityComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Func>, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.JoinAwaitWithCancellation(Of TOuter, TInner, TKey, TResult)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TOuter), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TInner), System.Func(Of TOuter, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TInner, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TOuter, TInner, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TResult)), System.Collections.Generic.IEqualityComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.JoinAwaitWithCancellation(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, Func>, Func>, Func>, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.JoinAwaitWithCancellation(Of TOuter, TInner, TKey, TResult)(IUniTaskAsyncEnumerable(Of TOuter), IUniTaskAsyncEnumerable(Of TInner), Func(Of TOuter, CancellationToken, UniTask(Of TKey)), Func(Of TInner, CancellationToken, UniTask(Of TKey)), Func(Of TOuter, TInner, CancellationToken, UniTask(Of TResult)), IEqualityComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.LastAsync* @@ -6325,13 +6325,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.IComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderBy``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1}) name: OrderBy(IUniTaskAsyncEnumerable, Func, IComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_OrderBy__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Collections_IComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderBy``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.IComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_OrderBy__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Collections_Generic_IComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderBy``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1}) name.vb: OrderBy(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderBy(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Collections.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.IComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderBy(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Collections.Generic.IComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderBy(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Collections.Generic.IComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.OrderBy(IUniTaskAsyncEnumerable, Func, IComparer) nameWithType.vb: UniTaskAsyncEnumerable.OrderBy(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByAwait* @@ -6350,13 +6350,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.IComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IComparer{``1}) name: OrderByAwait(IUniTaskAsyncEnumerable, Func>, IComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_OrderByAwait__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Collections_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.IComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_OrderByAwait__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IComparer{``1}) name.vb: OrderByAwait(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.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.IComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.Generic.IComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByAwait(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.OrderByAwait(IUniTaskAsyncEnumerable, Func>, IComparer) nameWithType.vb: UniTaskAsyncEnumerable.OrderByAwait(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByAwaitWithCancellation* @@ -6375,13 +6375,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.IComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IComparer{``1}) name: OrderByAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, IComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_OrderByAwaitWithCancellation__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Collections_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.IComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_OrderByAwaitWithCancellation__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IComparer{``1}) name.vb: OrderByAwaitWithCancellation(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.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.IComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.Generic.IComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByAwaitWithCancellation(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.OrderByAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, IComparer) nameWithType.vb: UniTaskAsyncEnumerable.OrderByAwaitWithCancellation(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescending* @@ -6400,13 +6400,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.IComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescending``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1}) name: OrderByDescending(IUniTaskAsyncEnumerable, Func, IComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_OrderByDescending__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Collections_IComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescending``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.IComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_OrderByDescending__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Collections_Generic_IComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescending``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1}) name.vb: OrderByDescending(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescending(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Collections.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.IComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescending(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Collections.Generic.IComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescending(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Collections.Generic.IComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.OrderByDescending(IUniTaskAsyncEnumerable, Func, IComparer) nameWithType.vb: UniTaskAsyncEnumerable.OrderByDescending(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescendingAwait* @@ -6425,13 +6425,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.IComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescendingAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IComparer{``1}) name: OrderByDescendingAwait(IUniTaskAsyncEnumerable, Func>, IComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_OrderByDescendingAwait__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Collections_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.IComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_OrderByDescendingAwait__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescendingAwait``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IComparer{``1}) name.vb: OrderByDescendingAwait(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescendingAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.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.IComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescendingAwait(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.Generic.IComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescendingAwait(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.OrderByDescendingAwait(IUniTaskAsyncEnumerable, Func>, IComparer) nameWithType.vb: UniTaskAsyncEnumerable.OrderByDescendingAwait(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescendingAwaitWithCancellation* @@ -6450,13 +6450,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.IComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescendingAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IComparer{``1}) name: OrderByDescendingAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, IComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_OrderByDescendingAwaitWithCancellation__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Collections_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.IComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_OrderByDescendingAwaitWithCancellation__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescendingAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IComparer{``1}) name.vb: OrderByDescendingAwaitWithCancellation(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescendingAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.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.IComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescendingAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.Generic.IComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.OrderByDescendingAwaitWithCancellation(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.OrderByDescendingAwaitWithCancellation(IUniTaskAsyncEnumerable, Func>, IComparer) nameWithType.vb: UniTaskAsyncEnumerable.OrderByDescendingAwaitWithCancellation(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Pairwise* @@ -6795,13 +6795,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.IEqualityComparer{``0},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.SequenceEqualAsync``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0},System.Threading.CancellationToken) name: SequenceEqualAsync(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, IEqualityComparer, CancellationToken) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_SequenceEqualAsync__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Collections_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.IEqualityComparer{``0},System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_SequenceEqualAsync__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Collections_Generic_IEqualityComparer___0__System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.SequenceEqualAsync``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0},System.Threading.CancellationToken) name.vb: SequenceEqualAsync(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource), CancellationToken) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.SequenceEqualAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Collections.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.IEqualityComparer(Of TSource), System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.SequenceEqualAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Collections.Generic.IEqualityComparer, System.Threading.CancellationToken) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.SequenceEqualAsync(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Collections.Generic.IEqualityComparer(Of TSource), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.SequenceEqualAsync(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, IEqualityComparer, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.SequenceEqualAsync(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource), CancellationToken) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.SequenceEqualAsync``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Threading.CancellationToken) @@ -7886,13 +7886,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.IComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenBy``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1}) name: ThenBy(IUniTaskOrderedAsyncEnumerable, Func, IComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ThenBy__2_Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable___0__System_Func___0___1__System_Collections_IComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenBy``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.IComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ThenBy__2_Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable___0__System_Func___0___1__System_Collections_Generic_IComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenBy``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1}) name.vb: ThenBy(Of TSource, TKey)(IUniTaskOrderedAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenBy(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable, System.Func, System.Collections.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.IComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenBy(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable, System.Func, System.Collections.Generic.IComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenBy(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Collections.Generic.IComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.ThenBy(IUniTaskOrderedAsyncEnumerable, Func, IComparer) nameWithType.vb: UniTaskAsyncEnumerable.ThenBy(Of TSource, TKey)(IUniTaskOrderedAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByAwait* @@ -7911,13 +7911,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.IComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByAwait``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IComparer{``1}) name: ThenByAwait(IUniTaskOrderedAsyncEnumerable, Func>, IComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ThenByAwait__2_Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Collections_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.IComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ThenByAwait__2_Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByAwait``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IComparer{``1}) name.vb: ThenByAwait(Of TSource, TKey)(IUniTaskOrderedAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByAwait(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable, System.Func>, System.Collections.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.IComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByAwait(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable, System.Func>, System.Collections.Generic.IComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByAwait(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.ThenByAwait(IUniTaskOrderedAsyncEnumerable, Func>, IComparer) nameWithType.vb: UniTaskAsyncEnumerable.ThenByAwait(Of TSource, TKey)(IUniTaskOrderedAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByAwaitWithCancellation* @@ -7936,13 +7936,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.IComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IComparer{``1}) name: ThenByAwaitWithCancellation(IUniTaskOrderedAsyncEnumerable, Func>, IComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ThenByAwaitWithCancellation__2_Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Collections_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.IComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ThenByAwaitWithCancellation__2_Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IComparer{``1}) name.vb: ThenByAwaitWithCancellation(Of TSource, TKey)(IUniTaskOrderedAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable, System.Func>, System.Collections.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.IComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable, System.Func>, System.Collections.Generic.IComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByAwaitWithCancellation(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.ThenByAwaitWithCancellation(IUniTaskOrderedAsyncEnumerable, Func>, IComparer) nameWithType.vb: UniTaskAsyncEnumerable.ThenByAwaitWithCancellation(Of TSource, TKey)(IUniTaskOrderedAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescending* @@ -7961,13 +7961,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.IComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescending``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1}) name: ThenByDescending(IUniTaskOrderedAsyncEnumerable, Func, IComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ThenByDescending__2_Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable___0__System_Func___0___1__System_Collections_IComparer___1__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescending``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.IComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ThenByDescending__2_Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable___0__System_Func___0___1__System_Collections_Generic_IComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescending``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1}) name.vb: ThenByDescending(Of TSource, TKey)(IUniTaskOrderedAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescending(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable, System.Func, System.Collections.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.IComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescending(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable, System.Func, System.Collections.Generic.IComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescending(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Collections.Generic.IComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.ThenByDescending(IUniTaskOrderedAsyncEnumerable, Func, IComparer) nameWithType.vb: UniTaskAsyncEnumerable.ThenByDescending(Of TSource, TKey)(IUniTaskOrderedAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescendingAwait* @@ -7986,13 +7986,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.IComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescendingAwait``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IComparer{``1}) name: ThenByDescendingAwait(IUniTaskOrderedAsyncEnumerable, Func>, IComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ThenByDescendingAwait__2_Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Collections_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.IComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ThenByDescendingAwait__2_Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescendingAwait``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IComparer{``1}) name.vb: ThenByDescendingAwait(Of TSource, TKey)(IUniTaskOrderedAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescendingAwait(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable, System.Func>, System.Collections.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.IComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescendingAwait(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable, System.Func>, System.Collections.Generic.IComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescendingAwait(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.ThenByDescendingAwait(IUniTaskOrderedAsyncEnumerable, Func>, IComparer) nameWithType.vb: UniTaskAsyncEnumerable.ThenByDescendingAwait(Of TSource, TKey)(IUniTaskOrderedAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescendingAwaitWithCancellation* @@ -8011,13 +8011,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.IComparer{``1}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescendingAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IComparer{``1}) name: ThenByDescendingAwaitWithCancellation(IUniTaskOrderedAsyncEnumerable, Func>, IComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ThenByDescendingAwaitWithCancellation__2_Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Collections_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.IComparer{``1}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ThenByDescendingAwaitWithCancellation__2_Cysharp_Threading_Tasks_IUniTaskOrderedAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IComparer___1__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescendingAwaitWithCancellation``2(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IComparer{``1}) name.vb: ThenByDescendingAwaitWithCancellation(Of TSource, TKey)(IUniTaskOrderedAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IComparer(Of TKey)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescendingAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable, System.Func>, System.Collections.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.IComparer(Of TKey)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescendingAwaitWithCancellation(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable, System.Func>, System.Collections.Generic.IComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ThenByDescendingAwaitWithCancellation(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskOrderedAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IComparer(Of TKey)) nameWithType: UniTaskAsyncEnumerable.ThenByDescendingAwaitWithCancellation(IUniTaskOrderedAsyncEnumerable, Func>, IComparer) nameWithType.vb: UniTaskAsyncEnumerable.ThenByDescendingAwaitWithCancellation(Of TSource, TKey)(IUniTaskOrderedAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IComparer(Of TKey)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Throw* @@ -8097,13 +8097,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.IEqualityComparer{``1},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name: ToDictionaryAsync(IUniTaskAsyncEnumerable, Func, IEqualityComparer, CancellationToken) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToDictionaryAsync__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Collections_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.IEqualityComparer{``1},System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToDictionaryAsync__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Collections_Generic_IEqualityComparer___1__System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name.vb: ToDictionaryAsync(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IEqualityComparer(Of TKey), CancellationToken) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Collections.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.IEqualityComparer(Of TKey), System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Collections.Generic.IEqualityComparer, System.Threading.CancellationToken) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAsync(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Collections.Generic.IEqualityComparer(Of TKey), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ToDictionaryAsync(IUniTaskAsyncEnumerable, Func, IEqualityComparer, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ToDictionaryAsync(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IEqualityComparer(Of TKey), CancellationToken) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Threading.CancellationToken) @@ -8115,13 +8115,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.IEqualityComparer{``1},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name: ToDictionaryAsync(IUniTaskAsyncEnumerable, Func, Func, IEqualityComparer, CancellationToken) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToDictionaryAsync__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Func___0___2__System_Collections_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.IEqualityComparer{``1},System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToDictionaryAsync__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Func___0___2__System_Collections_Generic_IEqualityComparer___1__System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name.vb: ToDictionaryAsync(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), Func(Of TSource, TElement), IEqualityComparer(Of TKey), CancellationToken) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, System.Collections.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.IEqualityComparer(Of TKey), System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, System.Collections.Generic.IEqualityComparer, System.Threading.CancellationToken) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAsync(Of TSource, TKey, TElement)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Func(Of TSource, TElement), System.Collections.Generic.IEqualityComparer(Of TKey), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ToDictionaryAsync(IUniTaskAsyncEnumerable, Func, Func, IEqualityComparer, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ToDictionaryAsync(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), Func(Of TSource, TElement), IEqualityComparer(Of TKey), CancellationToken) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Threading.CancellationToken) @@ -8140,13 +8140,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.IEqualityComparer{``1},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name: ToDictionaryAwaitAsync(IUniTaskAsyncEnumerable, Func>, IEqualityComparer, CancellationToken) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToDictionaryAwaitAsync__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Collections_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.IEqualityComparer{``1},System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToDictionaryAwaitAsync__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IEqualityComparer___1__System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name.vb: ToDictionaryAwaitAsync(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IEqualityComparer(Of TKey), CancellationToken) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.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.IEqualityComparer(Of TKey), System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.Generic.IEqualityComparer, System.Threading.CancellationToken) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitAsync(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IEqualityComparer(Of TKey), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ToDictionaryAwaitAsync(IUniTaskAsyncEnumerable, Func>, IEqualityComparer, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ToDictionaryAwaitAsync(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IEqualityComparer(Of TKey), CancellationToken) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Threading.CancellationToken) @@ -8158,13 +8158,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.IEqualityComparer{``1},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name: ToDictionaryAwaitAsync(IUniTaskAsyncEnumerable, Func>, Func>, IEqualityComparer, CancellationToken) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToDictionaryAwaitAsync__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_Cysharp_Threading_Tasks_UniTask___2___System_Collections_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.IEqualityComparer{``1},System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToDictionaryAwaitAsync__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_Cysharp_Threading_Tasks_UniTask___2___System_Collections_Generic_IEqualityComparer___1__System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name.vb: ToDictionaryAwaitAsync(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), Func(Of TSource, UniTask(Of TElement)), IEqualityComparer(Of TKey), CancellationToken) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Collections.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.IEqualityComparer(Of TKey), System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Collections.Generic.IEqualityComparer, System.Threading.CancellationToken) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitAsync(Of TSource, TKey, TElement)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TElement)), System.Collections.Generic.IEqualityComparer(Of TKey), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ToDictionaryAwaitAsync(IUniTaskAsyncEnumerable, Func>, Func>, IEqualityComparer, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ToDictionaryAwaitAsync(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), Func(Of TSource, UniTask(Of TElement)), IEqualityComparer(Of TKey), CancellationToken) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Threading.CancellationToken) @@ -8183,13 +8183,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.IEqualityComparer{``1},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name: ToDictionaryAwaitWithCancellationAsync(IUniTaskAsyncEnumerable, Func>, IEqualityComparer, CancellationToken) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToDictionaryAwaitWithCancellationAsync__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Collections_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.IEqualityComparer{``1},System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToDictionaryAwaitWithCancellationAsync__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IEqualityComparer___1__System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name.vb: ToDictionaryAwaitWithCancellationAsync(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IEqualityComparer(Of TKey), CancellationToken) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.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.IEqualityComparer(Of TKey), System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.Generic.IEqualityComparer, System.Threading.CancellationToken) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IEqualityComparer(Of TKey), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync(IUniTaskAsyncEnumerable, Func>, IEqualityComparer, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IEqualityComparer(Of TKey), CancellationToken) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Threading.CancellationToken) @@ -8201,13 +8201,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.IEqualityComparer{``1},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name: ToDictionaryAwaitWithCancellationAsync(IUniTaskAsyncEnumerable, Func>, Func>, IEqualityComparer, CancellationToken) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToDictionaryAwaitWithCancellationAsync__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Collections_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.IEqualityComparer{``1},System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToDictionaryAwaitWithCancellationAsync__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Collections_Generic_IEqualityComparer___1__System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name.vb: ToDictionaryAwaitWithCancellationAsync(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), Func(Of TSource, CancellationToken, UniTask(Of TElement)), IEqualityComparer(Of TKey), CancellationToken) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Collections.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.IEqualityComparer(Of TKey), System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Collections.Generic.IEqualityComparer, System.Threading.CancellationToken) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync(Of TSource, TKey, TElement)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TElement)), System.Collections.Generic.IEqualityComparer(Of TKey), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync(IUniTaskAsyncEnumerable, Func>, Func>, IEqualityComparer, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), Func(Of TSource, CancellationToken, UniTask(Of TElement)), IEqualityComparer(Of TKey), CancellationToken) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToDictionaryAwaitWithCancellationAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Threading.CancellationToken) @@ -8226,13 +8226,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.IEqualityComparer{``0},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToHashSetAsync``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0},System.Threading.CancellationToken) name: ToHashSetAsync(IUniTaskAsyncEnumerable, IEqualityComparer, CancellationToken) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToHashSetAsync__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Collections_IEqualityComparer___0__System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToHashSetAsync``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.IEqualityComparer{``0},System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToHashSetAsync__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Collections_Generic_IEqualityComparer___0__System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToHashSetAsync``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0},System.Threading.CancellationToken) name.vb: ToHashSetAsync(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource), CancellationToken) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToHashSetAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Collections.IEqualityComparer, System.Threading.CancellationToken) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToHashSetAsync(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Collections.IEqualityComparer(Of TSource), System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToHashSetAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Collections.Generic.IEqualityComparer, System.Threading.CancellationToken) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToHashSetAsync(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Collections.Generic.IEqualityComparer(Of TSource), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ToHashSetAsync(IUniTaskAsyncEnumerable, IEqualityComparer, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ToHashSetAsync(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource), CancellationToken) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToHashSetAsync``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Threading.CancellationToken) @@ -8267,13 +8267,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.IEqualityComparer{``1},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name: ToLookupAsync(IUniTaskAsyncEnumerable, Func, IEqualityComparer, CancellationToken) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToLookupAsync__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Collections_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.IEqualityComparer{``1},System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToLookupAsync__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Collections_Generic_IEqualityComparer___1__System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name.vb: ToLookupAsync(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IEqualityComparer(Of TKey), CancellationToken) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Collections.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.IEqualityComparer(Of TKey), System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Collections.Generic.IEqualityComparer, System.Threading.CancellationToken) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAsync(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Collections.Generic.IEqualityComparer(Of TKey), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ToLookupAsync(IUniTaskAsyncEnumerable, Func, IEqualityComparer, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ToLookupAsync(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), IEqualityComparer(Of TKey), CancellationToken) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Threading.CancellationToken) @@ -8285,13 +8285,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.IEqualityComparer{``1},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name: ToLookupAsync(IUniTaskAsyncEnumerable, Func, Func, IEqualityComparer, CancellationToken) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToLookupAsync__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Func___0___2__System_Collections_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.IEqualityComparer{``1},System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToLookupAsync__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0___1__System_Func___0___2__System_Collections_Generic_IEqualityComparer___1__System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name.vb: ToLookupAsync(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), Func(Of TSource, TElement), IEqualityComparer(Of TKey), CancellationToken) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, System.Collections.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.IEqualityComparer(Of TKey), System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func, System.Func, System.Collections.Generic.IEqualityComparer, System.Threading.CancellationToken) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAsync(Of TSource, TKey, TElement)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, TKey), System.Func(Of TSource, TElement), System.Collections.Generic.IEqualityComparer(Of TKey), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ToLookupAsync(IUniTaskAsyncEnumerable, Func, Func, IEqualityComparer, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ToLookupAsync(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, TKey), Func(Of TSource, TElement), IEqualityComparer(Of TKey), CancellationToken) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Threading.CancellationToken) @@ -8310,13 +8310,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.IEqualityComparer{``1},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name: ToLookupAwaitAsync(IUniTaskAsyncEnumerable, Func>, IEqualityComparer, CancellationToken) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToLookupAwaitAsync__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Collections_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.IEqualityComparer{``1},System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToLookupAwaitAsync__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IEqualityComparer___1__System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name.vb: ToLookupAwaitAsync(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IEqualityComparer(Of TKey), CancellationToken) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.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.IEqualityComparer(Of TKey), System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.Generic.IEqualityComparer, System.Threading.CancellationToken) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitAsync(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IEqualityComparer(Of TKey), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ToLookupAwaitAsync(IUniTaskAsyncEnumerable, Func>, IEqualityComparer, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ToLookupAwaitAsync(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), IEqualityComparer(Of TKey), CancellationToken) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Threading.CancellationToken) @@ -8328,13 +8328,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.IEqualityComparer{``1},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name: ToLookupAwaitAsync(IUniTaskAsyncEnumerable, Func>, Func>, IEqualityComparer, CancellationToken) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToLookupAwaitAsync__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_Cysharp_Threading_Tasks_UniTask___2___System_Collections_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.IEqualityComparer{``1},System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToLookupAwaitAsync__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_Cysharp_Threading_Tasks_UniTask___2___System_Collections_Generic_IEqualityComparer___1__System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name.vb: ToLookupAwaitAsync(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), Func(Of TSource, UniTask(Of TElement)), IEqualityComparer(Of TKey), CancellationToken) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Collections.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.IEqualityComparer(Of TKey), System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Collections.Generic.IEqualityComparer, System.Threading.CancellationToken) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitAsync(Of TSource, TKey, TElement)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, Cysharp.Threading.Tasks.UniTask(Of TElement)), System.Collections.Generic.IEqualityComparer(Of TKey), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ToLookupAwaitAsync(IUniTaskAsyncEnumerable, Func>, Func>, IEqualityComparer, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ToLookupAwaitAsync(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, UniTask(Of TKey)), Func(Of TSource, UniTask(Of TElement)), IEqualityComparer(Of TKey), CancellationToken) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,Cysharp.Threading.Tasks.UniTask{``2}},System.Threading.CancellationToken) @@ -8353,13 +8353,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.IEqualityComparer{``1},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name: ToLookupAwaitWithCancellationAsync(IUniTaskAsyncEnumerable, Func>, IEqualityComparer, CancellationToken) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToLookupAwaitWithCancellationAsync__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Collections_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.IEqualityComparer{``1},System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToLookupAwaitWithCancellationAsync__2_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Collections_Generic_IEqualityComparer___1__System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name.vb: ToLookupAwaitWithCancellationAsync(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IEqualityComparer(Of TKey), CancellationToken) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.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.IEqualityComparer(Of TKey), System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Collections.Generic.IEqualityComparer, System.Threading.CancellationToken) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync(Of TSource, TKey)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Collections.Generic.IEqualityComparer(Of TKey), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync(IUniTaskAsyncEnumerable, Func>, IEqualityComparer, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync(Of TSource, TKey)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), IEqualityComparer(Of TKey), CancellationToken) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync``2(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Threading.CancellationToken) @@ -8371,13 +8371,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.IEqualityComparer{``1},System.Threading.CancellationToken) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name: ToLookupAwaitWithCancellationAsync(IUniTaskAsyncEnumerable, Func>, Func>, IEqualityComparer, CancellationToken) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToLookupAwaitWithCancellationAsync__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Collections_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.IEqualityComparer{``1},System.Threading.CancellationToken) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToLookupAwaitWithCancellationAsync__3_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___1___System_Func___0_System_Threading_CancellationToken_Cysharp_Threading_Tasks_UniTask___2___System_Collections_Generic_IEqualityComparer___1__System_Threading_CancellationToken_ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken) name.vb: ToLookupAwaitWithCancellationAsync(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), Func(Of TSource, CancellationToken, UniTask(Of TElement)), IEqualityComparer(Of TKey), CancellationToken) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Collections.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.IEqualityComparer(Of TKey), System.Threading.CancellationToken) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Func>, System.Func>, System.Collections.Generic.IEqualityComparer, System.Threading.CancellationToken) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync(Of TSource, TKey, TElement)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TKey)), System.Func(Of TSource, System.Threading.CancellationToken, Cysharp.Threading.Tasks.UniTask(Of TElement)), System.Collections.Generic.IEqualityComparer(Of TKey), System.Threading.CancellationToken) nameWithType: UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync(IUniTaskAsyncEnumerable, Func>, Func>, IEqualityComparer, CancellationToken) nameWithType.vb: UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync(Of TSource, TKey, TElement)(IUniTaskAsyncEnumerable(Of TSource), Func(Of TSource, CancellationToken, UniTask(Of TKey)), Func(Of TSource, CancellationToken, UniTask(Of TElement)), IEqualityComparer(Of TKey), CancellationToken) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToLookupAwaitWithCancellationAsync``3(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``1}},System.Func{``0,System.Threading.CancellationToken,Cysharp.Threading.Tasks.UniTask{``2}},System.Threading.CancellationToken) @@ -8421,13 +8421,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.IEnumerable{``0}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable``1(System.Collections.Generic.IEnumerable{``0}) name: ToUniTaskAsyncEnumerable(IEnumerable) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToUniTaskAsyncEnumerable__1_System_Collections_IEnumerable___0__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable``1(System.Collections.IEnumerable{``0}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToUniTaskAsyncEnumerable__1_System_Collections_Generic_IEnumerable___0__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable``1(System.Collections.Generic.IEnumerable{``0}) name.vb: ToUniTaskAsyncEnumerable(Of TSource)(IEnumerable(Of TSource)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable(System.Collections.IEnumerable) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable(Of TSource)(System.Collections.IEnumerable(Of TSource)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable(System.Collections.Generic.IEnumerable) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable(Of TSource)(System.Collections.Generic.IEnumerable(Of TSource)) nameWithType: UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable(IEnumerable) nameWithType.vb: UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable(Of TSource)(IEnumerable(Of TSource)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable``1(System.IObservable{``0}) @@ -8439,13 +8439,13 @@ references: fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable(Of TSource)(System.IObservable(Of TSource)) nameWithType: UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable(IObservable) nameWithType.vb: UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable(Of TSource)(IObservable(Of TSource)) -- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable``1(System.Threading.Tasks.Task{``0}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable``1(Task{``0}) name: ToUniTaskAsyncEnumerable(Task) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToUniTaskAsyncEnumerable__1_System_Threading_Tasks_Task___0__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable``1(System.Threading.Tasks.Task{``0}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_ToUniTaskAsyncEnumerable__1_Task___0__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable``1(Task{``0}) name.vb: ToUniTaskAsyncEnumerable(Of TSource)(Task(Of TSource)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable(System.Threading.Tasks.Task) - fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable(Of TSource)(System.Threading.Tasks.Task(Of TSource)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable(Task) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable(Of TSource)(Task(Of TSource)) nameWithType: UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable(Task) nameWithType.vb: UniTaskAsyncEnumerable.ToUniTaskAsyncEnumerable(Of TSource)(Task(Of TSource)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Union* @@ -8464,13 +8464,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.IEqualityComparer{``0}) +- uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Union``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}) name: Union(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Union__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Collections_IEqualityComparer___0__ - commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Union``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.IEqualityComparer{``0}) + href: api/Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.html#Cysharp_Threading_Tasks_Linq_UniTaskAsyncEnumerable_Union__1_Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__Cysharp_Threading_Tasks_IUniTaskAsyncEnumerable___0__System_Collections_Generic_IEqualityComparer___0__ + commentId: M:Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Union``1(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}) name.vb: Union(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource)) - fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Union(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Collections.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.IEqualityComparer(Of TSource)) + fullName: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Union(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Union(Of TSource)(Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), Cysharp.Threading.Tasks.IUniTaskAsyncEnumerable(Of TSource), System.Collections.Generic.IEqualityComparer(Of TSource)) nameWithType: UniTaskAsyncEnumerable.Union(IUniTaskAsyncEnumerable, IUniTaskAsyncEnumerable, IEqualityComparer) nameWithType.vb: UniTaskAsyncEnumerable.Union(Of TSource)(IUniTaskAsyncEnumerable(Of TSource), IUniTaskAsyncEnumerable(Of TSource), IEqualityComparer(Of TSource)) - uid: Cysharp.Threading.Tasks.Linq.UniTaskAsyncEnumerable.Where* @@ -9062,13 +9062,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.IEqualityComparer{``0}) +- uid: Cysharp.Threading.Tasks.Progress.CreateOnlyValueChanged``1(System.Action{``0},System.Collections.Generic.IEqualityComparer{``0}) name: CreateOnlyValueChanged(Action, IEqualityComparer) - href: api/Cysharp.Threading.Tasks.Progress.html#Cysharp_Threading_Tasks_Progress_CreateOnlyValueChanged__1_System_Action___0__System_Collections_IEqualityComparer___0__ - commentId: M:Cysharp.Threading.Tasks.Progress.CreateOnlyValueChanged``1(System.Action{``0},System.Collections.IEqualityComparer{``0}) + href: api/Cysharp.Threading.Tasks.Progress.html#Cysharp_Threading_Tasks_Progress_CreateOnlyValueChanged__1_System_Action___0__System_Collections_Generic_IEqualityComparer___0__ + commentId: M:Cysharp.Threading.Tasks.Progress.CreateOnlyValueChanged``1(System.Action{``0},System.Collections.Generic.IEqualityComparer{``0}) name.vb: CreateOnlyValueChanged(Of T)(Action(Of T), IEqualityComparer(Of T)) - fullName: Cysharp.Threading.Tasks.Progress.CreateOnlyValueChanged(System.Action, System.Collections.IEqualityComparer) - fullName.vb: Cysharp.Threading.Tasks.Progress.CreateOnlyValueChanged(Of T)(System.Action(Of T), System.Collections.IEqualityComparer(Of T)) + fullName: Cysharp.Threading.Tasks.Progress.CreateOnlyValueChanged(System.Action, System.Collections.Generic.IEqualityComparer) + fullName.vb: Cysharp.Threading.Tasks.Progress.CreateOnlyValueChanged(Of T)(System.Action(Of T), System.Collections.Generic.IEqualityComparer(Of T)) nameWithType: Progress.CreateOnlyValueChanged(Action, IEqualityComparer) nameWithType.vb: Progress.CreateOnlyValueChanged(Of T)(Action(Of T), IEqualityComparer(Of T)) - uid: Cysharp.Threading.Tasks.ReadOnlyAsyncReactiveProperty`1 @@ -18715,13 +18715,13 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.UniTask.WaitUntilValueChanged nameWithType: UniTask.WaitUntilValueChanged -- uid: Cysharp.Threading.Tasks.UniTask.WaitUntilValueChanged``2(``0,System.Func{``0,``1},Cysharp.Threading.Tasks.PlayerLoopTiming,System.Collections.IEqualityComparer{``1},System.Threading.CancellationToken) +- 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_IEqualityComparer___1__System_Threading_CancellationToken_ - commentId: M:Cysharp.Threading.Tasks.UniTask.WaitUntilValueChanged``2(``0,System.Func{``0,``1},Cysharp.Threading.Tasks.PlayerLoopTiming,System.Collections.IEqualityComparer{``1},System.Threading.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.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.IEqualityComparer(Of U), System.Threading.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) @@ -18749,13 +18749,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.IEnumerable{Cysharp.Threading.Tasks.UniTask}) +- uid: Cysharp.Threading.Tasks.UniTask.WhenAll(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.UniTask}) name: WhenAll(IEnumerable) - href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WhenAll_System_Collections_IEnumerable_Cysharp_Threading_Tasks_UniTask__ - commentId: M:Cysharp.Threading.Tasks.UniTask.WhenAll(System.Collections.IEnumerable{Cysharp.Threading.Tasks.UniTask}) + href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WhenAll_System_Collections_Generic_IEnumerable_Cysharp_Threading_Tasks_UniTask__ + commentId: M:Cysharp.Threading.Tasks.UniTask.WhenAll(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.UniTask}) name.vb: WhenAll(IEnumerable(Of UniTask)) - fullName: Cysharp.Threading.Tasks.UniTask.WhenAll(System.Collections.IEnumerable) - fullName.vb: Cysharp.Threading.Tasks.UniTask.WhenAll(System.Collections.IEnumerable(Of Cysharp.Threading.Tasks.UniTask)) + fullName: Cysharp.Threading.Tasks.UniTask.WhenAll(System.Collections.Generic.IEnumerable) + fullName.vb: Cysharp.Threading.Tasks.UniTask.WhenAll(System.Collections.Generic.IEnumerable(Of Cysharp.Threading.Tasks.UniTask)) nameWithType: UniTask.WhenAll(IEnumerable) nameWithType.vb: UniTask.WhenAll(IEnumerable(Of UniTask)) - uid: Cysharp.Threading.Tasks.UniTask.WhenAll* @@ -18774,13 +18774,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.IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) +- uid: Cysharp.Threading.Tasks.UniTask.WhenAll``1(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) name: WhenAll(IEnumerable>) - href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WhenAll__1_System_Collections_IEnumerable_Cysharp_Threading_Tasks_UniTask___0___ - commentId: M:Cysharp.Threading.Tasks.UniTask.WhenAll``1(System.Collections.IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) + href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WhenAll__1_System_Collections_Generic_IEnumerable_Cysharp_Threading_Tasks_UniTask___0___ + commentId: M:Cysharp.Threading.Tasks.UniTask.WhenAll``1(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) name.vb: WhenAll(Of T)(IEnumerable(Of UniTask(Of T))) - fullName: Cysharp.Threading.Tasks.UniTask.WhenAll(System.Collections.IEnumerable>) - fullName.vb: Cysharp.Threading.Tasks.UniTask.WhenAll(Of T)(System.Collections.IEnumerable(Of Cysharp.Threading.Tasks.UniTask(Of T))) + fullName: Cysharp.Threading.Tasks.UniTask.WhenAll(System.Collections.Generic.IEnumerable>) + fullName.vb: Cysharp.Threading.Tasks.UniTask.WhenAll(Of T)(System.Collections.Generic.IEnumerable(Of Cysharp.Threading.Tasks.UniTask(Of T))) nameWithType: UniTask.WhenAll(IEnumerable>) nameWithType.vb: UniTask.WhenAll(Of T)(IEnumerable(Of UniTask(Of T))) - uid: Cysharp.Threading.Tasks.UniTask.WhenAll``10(Cysharp.Threading.Tasks.UniTask{``0},Cysharp.Threading.Tasks.UniTask{``1},Cysharp.Threading.Tasks.UniTask{``2},Cysharp.Threading.Tasks.UniTask{``3},Cysharp.Threading.Tasks.UniTask{``4},Cysharp.Threading.Tasks.UniTask{``5},Cysharp.Threading.Tasks.UniTask{``6},Cysharp.Threading.Tasks.UniTask{``7},Cysharp.Threading.Tasks.UniTask{``8},Cysharp.Threading.Tasks.UniTask{``9}) @@ -18918,13 +18918,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.IEnumerable{Cysharp.Threading.Tasks.UniTask}) +- uid: Cysharp.Threading.Tasks.UniTask.WhenAny(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.UniTask}) name: WhenAny(IEnumerable) - href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WhenAny_System_Collections_IEnumerable_Cysharp_Threading_Tasks_UniTask__ - commentId: M:Cysharp.Threading.Tasks.UniTask.WhenAny(System.Collections.IEnumerable{Cysharp.Threading.Tasks.UniTask}) + href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WhenAny_System_Collections_Generic_IEnumerable_Cysharp_Threading_Tasks_UniTask__ + commentId: M:Cysharp.Threading.Tasks.UniTask.WhenAny(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.UniTask}) name.vb: WhenAny(IEnumerable(Of UniTask)) - fullName: Cysharp.Threading.Tasks.UniTask.WhenAny(System.Collections.IEnumerable) - fullName.vb: Cysharp.Threading.Tasks.UniTask.WhenAny(System.Collections.IEnumerable(Of Cysharp.Threading.Tasks.UniTask)) + fullName: Cysharp.Threading.Tasks.UniTask.WhenAny(System.Collections.Generic.IEnumerable) + fullName.vb: Cysharp.Threading.Tasks.UniTask.WhenAny(System.Collections.Generic.IEnumerable(Of Cysharp.Threading.Tasks.UniTask)) nameWithType: UniTask.WhenAny(IEnumerable) nameWithType.vb: UniTask.WhenAny(IEnumerable(Of UniTask)) - uid: Cysharp.Threading.Tasks.UniTask.WhenAny* @@ -18952,13 +18952,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.IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) +- uid: Cysharp.Threading.Tasks.UniTask.WhenAny``1(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) name: WhenAny(IEnumerable>) - href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WhenAny__1_System_Collections_IEnumerable_Cysharp_Threading_Tasks_UniTask___0___ - commentId: M:Cysharp.Threading.Tasks.UniTask.WhenAny``1(System.Collections.IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) + href: api/Cysharp.Threading.Tasks.UniTask.html#Cysharp_Threading_Tasks_UniTask_WhenAny__1_System_Collections_Generic_IEnumerable_Cysharp_Threading_Tasks_UniTask___0___ + commentId: M:Cysharp.Threading.Tasks.UniTask.WhenAny``1(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) name.vb: WhenAny(Of T)(IEnumerable(Of UniTask(Of T))) - fullName: Cysharp.Threading.Tasks.UniTask.WhenAny(System.Collections.IEnumerable>) - fullName.vb: Cysharp.Threading.Tasks.UniTask.WhenAny(Of T)(System.Collections.IEnumerable(Of Cysharp.Threading.Tasks.UniTask(Of T))) + fullName: Cysharp.Threading.Tasks.UniTask.WhenAny(System.Collections.Generic.IEnumerable>) + fullName.vb: Cysharp.Threading.Tasks.UniTask.WhenAny(Of T)(System.Collections.Generic.IEnumerable(Of Cysharp.Threading.Tasks.UniTask(Of T))) nameWithType: UniTask.WhenAny(IEnumerable>) nameWithType.vb: UniTask.WhenAny(Of T)(IEnumerable(Of UniTask(Of T))) - uid: Cysharp.Threading.Tasks.UniTask.WhenAny``10(Cysharp.Threading.Tasks.UniTask{``0},Cysharp.Threading.Tasks.UniTask{``1},Cysharp.Threading.Tasks.UniTask{``2},Cysharp.Threading.Tasks.UniTask{``3},Cysharp.Threading.Tasks.UniTask{``4},Cysharp.Threading.Tasks.UniTask{``5},Cysharp.Threading.Tasks.UniTask{``6},Cysharp.Threading.Tasks.UniTask{``7},Cysharp.Threading.Tasks.UniTask{``8},Cysharp.Threading.Tasks.UniTask{``9}) @@ -20028,11 +20028,11 @@ references: fullName.vb: Cysharp.Threading.Tasks.UniTaskExtensions.AsTask(Of T)(Cysharp.Threading.Tasks.UniTask(Of T)) nameWithType: UniTaskExtensions.AsTask(UniTask) nameWithType.vb: UniTaskExtensions.AsTask(Of T)(UniTask(Of T)) -- uid: Cysharp.Threading.Tasks.UniTaskExtensions.AsUniTask(System.Threading.Tasks.Task,System.Boolean) +- uid: Cysharp.Threading.Tasks.UniTaskExtensions.AsUniTask(Task,System.Boolean) name: AsUniTask(Task, Boolean) - href: api/Cysharp.Threading.Tasks.UniTaskExtensions.html#Cysharp_Threading_Tasks_UniTaskExtensions_AsUniTask_System_Threading_Tasks_Task_System_Boolean_ - commentId: M:Cysharp.Threading.Tasks.UniTaskExtensions.AsUniTask(System.Threading.Tasks.Task,System.Boolean) - fullName: Cysharp.Threading.Tasks.UniTaskExtensions.AsUniTask(System.Threading.Tasks.Task, System.Boolean) + href: api/Cysharp.Threading.Tasks.UniTaskExtensions.html#Cysharp_Threading_Tasks_UniTaskExtensions_AsUniTask_Task_System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.UniTaskExtensions.AsUniTask(Task,System.Boolean) + fullName: Cysharp.Threading.Tasks.UniTaskExtensions.AsUniTask(Task, System.Boolean) nameWithType: UniTaskExtensions.AsUniTask(Task, Boolean) - uid: Cysharp.Threading.Tasks.UniTaskExtensions.AsUniTask* name: AsUniTask @@ -20041,13 +20041,13 @@ references: isSpec: "True" fullName: Cysharp.Threading.Tasks.UniTaskExtensions.AsUniTask nameWithType: UniTaskExtensions.AsUniTask -- uid: Cysharp.Threading.Tasks.UniTaskExtensions.AsUniTask``1(System.Threading.Tasks.Task{``0},System.Boolean) +- uid: Cysharp.Threading.Tasks.UniTaskExtensions.AsUniTask``1(Task{``0},System.Boolean) name: AsUniTask(Task, Boolean) - href: api/Cysharp.Threading.Tasks.UniTaskExtensions.html#Cysharp_Threading_Tasks_UniTaskExtensions_AsUniTask__1_System_Threading_Tasks_Task___0__System_Boolean_ - commentId: M:Cysharp.Threading.Tasks.UniTaskExtensions.AsUniTask``1(System.Threading.Tasks.Task{``0},System.Boolean) + href: api/Cysharp.Threading.Tasks.UniTaskExtensions.html#Cysharp_Threading_Tasks_UniTaskExtensions_AsUniTask__1_Task___0__System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.UniTaskExtensions.AsUniTask``1(Task{``0},System.Boolean) name.vb: AsUniTask(Of T)(Task(Of T), Boolean) - fullName: Cysharp.Threading.Tasks.UniTaskExtensions.AsUniTask(System.Threading.Tasks.Task, System.Boolean) - fullName.vb: Cysharp.Threading.Tasks.UniTaskExtensions.AsUniTask(Of T)(System.Threading.Tasks.Task(Of T), System.Boolean) + fullName: Cysharp.Threading.Tasks.UniTaskExtensions.AsUniTask(Task, System.Boolean) + fullName.vb: Cysharp.Threading.Tasks.UniTaskExtensions.AsUniTask(Of T)(Task(Of T), System.Boolean) nameWithType: UniTaskExtensions.AsUniTask(Task, Boolean) nameWithType.vb: UniTaskExtensions.AsUniTask(Of T)(Task(Of T), Boolean) - uid: Cysharp.Threading.Tasks.UniTaskExtensions.AttachExternalCancellation(Cysharp.Threading.Tasks.UniTask,System.Threading.CancellationToken) @@ -20197,13 +20197,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.IEnumerable{Cysharp.Threading.Tasks.UniTask}) +- uid: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.UniTask}) name: GetAwaiter(IEnumerable) - href: api/Cysharp.Threading.Tasks.UniTaskExtensions.html#Cysharp_Threading_Tasks_UniTaskExtensions_GetAwaiter_System_Collections_IEnumerable_Cysharp_Threading_Tasks_UniTask__ - commentId: M:Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter(System.Collections.IEnumerable{Cysharp.Threading.Tasks.UniTask}) + href: api/Cysharp.Threading.Tasks.UniTaskExtensions.html#Cysharp_Threading_Tasks_UniTaskExtensions_GetAwaiter_System_Collections_Generic_IEnumerable_Cysharp_Threading_Tasks_UniTask__ + commentId: M:Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.UniTask}) name.vb: GetAwaiter(IEnumerable(Of UniTask)) - fullName: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter(System.Collections.IEnumerable) - fullName.vb: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter(System.Collections.IEnumerable(Of Cysharp.Threading.Tasks.UniTask)) + fullName: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter(System.Collections.Generic.IEnumerable) + fullName.vb: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter(System.Collections.Generic.IEnumerable(Of Cysharp.Threading.Tasks.UniTask)) nameWithType: UniTaskExtensions.GetAwaiter(IEnumerable) nameWithType.vb: UniTaskExtensions.GetAwaiter(IEnumerable(Of UniTask)) - uid: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter(System.ValueTuple{Cysharp.Threading.Tasks.UniTask,Cysharp.Threading.Tasks.UniTask,Cysharp.Threading.Tasks.UniTask,Cysharp.Threading.Tasks.UniTask,Cysharp.Threading.Tasks.UniTask,Cysharp.Threading.Tasks.UniTask,Cysharp.Threading.Tasks.UniTask,System.ValueTuple{Cysharp.Threading.Tasks.UniTask,Cysharp.Threading.Tasks.UniTask,Cysharp.Threading.Tasks.UniTask,Cysharp.Threading.Tasks.UniTask,Cysharp.Threading.Tasks.UniTask,Cysharp.Threading.Tasks.UniTask,Cysharp.Threading.Tasks.UniTask,System.ValueTuple{Cysharp.Threading.Tasks.UniTask}}}) @@ -20348,13 +20348,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.IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) +- uid: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter``1(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) name: GetAwaiter(IEnumerable>) - href: api/Cysharp.Threading.Tasks.UniTaskExtensions.html#Cysharp_Threading_Tasks_UniTaskExtensions_GetAwaiter__1_System_Collections_IEnumerable_Cysharp_Threading_Tasks_UniTask___0___ - commentId: M:Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter``1(System.Collections.IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) + href: api/Cysharp.Threading.Tasks.UniTaskExtensions.html#Cysharp_Threading_Tasks_UniTaskExtensions_GetAwaiter__1_System_Collections_Generic_IEnumerable_Cysharp_Threading_Tasks_UniTask___0___ + commentId: M:Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter``1(System.Collections.Generic.IEnumerable{Cysharp.Threading.Tasks.UniTask{``0}}) name.vb: GetAwaiter(Of T)(IEnumerable(Of UniTask(Of T))) - fullName: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter(System.Collections.IEnumerable>) - fullName.vb: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter(Of T)(System.Collections.IEnumerable(Of Cysharp.Threading.Tasks.UniTask(Of T))) + fullName: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter(System.Collections.Generic.IEnumerable>) + fullName.vb: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter(Of T)(System.Collections.Generic.IEnumerable(Of Cysharp.Threading.Tasks.UniTask(Of T))) nameWithType: UniTaskExtensions.GetAwaiter(IEnumerable>) nameWithType.vb: UniTaskExtensions.GetAwaiter(Of T)(IEnumerable(Of UniTask(Of T))) - uid: Cysharp.Threading.Tasks.UniTaskExtensions.GetAwaiter``10(System.ValueTuple{Cysharp.Threading.Tasks.UniTask{``0},Cysharp.Threading.Tasks.UniTask{``1},Cysharp.Threading.Tasks.UniTask{``2},Cysharp.Threading.Tasks.UniTask{``3},Cysharp.Threading.Tasks.UniTask{``4},Cysharp.Threading.Tasks.UniTask{``5},Cysharp.Threading.Tasks.UniTask{``6},System.ValueTuple{Cysharp.Threading.Tasks.UniTask{``7},Cysharp.Threading.Tasks.UniTask{``8},Cysharp.Threading.Tasks.UniTask{``9}}}) @@ -20514,40 +20514,40 @@ references: fullName.vb: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Cysharp.Threading.Tasks.UniTask(Of Cysharp.Threading.Tasks.UniTask)) nameWithType: UniTaskExtensions.Unwrap(UniTask) nameWithType.vb: UniTaskExtensions.Unwrap(UniTask(Of UniTask)) -- uid: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Cysharp.Threading.Tasks.UniTask{System.Threading.Tasks.Task}) +- uid: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Cysharp.Threading.Tasks.UniTask{Task}) name: Unwrap(UniTask) - href: api/Cysharp.Threading.Tasks.UniTaskExtensions.html#Cysharp_Threading_Tasks_UniTaskExtensions_Unwrap_Cysharp_Threading_Tasks_UniTask_System_Threading_Tasks_Task__ - commentId: M:Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Cysharp.Threading.Tasks.UniTask{System.Threading.Tasks.Task}) + href: api/Cysharp.Threading.Tasks.UniTaskExtensions.html#Cysharp_Threading_Tasks_UniTaskExtensions_Unwrap_Cysharp_Threading_Tasks_UniTask_Task__ + commentId: M:Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Cysharp.Threading.Tasks.UniTask{Task}) name.vb: Unwrap(UniTask(Of Task)) - fullName: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Cysharp.Threading.Tasks.UniTask) - fullName.vb: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Cysharp.Threading.Tasks.UniTask(Of System.Threading.Tasks.Task)) + fullName: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Cysharp.Threading.Tasks.UniTask) + fullName.vb: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Cysharp.Threading.Tasks.UniTask(Of Task)) nameWithType: UniTaskExtensions.Unwrap(UniTask) nameWithType.vb: UniTaskExtensions.Unwrap(UniTask(Of Task)) -- uid: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Cysharp.Threading.Tasks.UniTask{System.Threading.Tasks.Task},System.Boolean) +- uid: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Cysharp.Threading.Tasks.UniTask{Task},System.Boolean) name: Unwrap(UniTask, Boolean) - href: api/Cysharp.Threading.Tasks.UniTaskExtensions.html#Cysharp_Threading_Tasks_UniTaskExtensions_Unwrap_Cysharp_Threading_Tasks_UniTask_System_Threading_Tasks_Task__System_Boolean_ - commentId: M:Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Cysharp.Threading.Tasks.UniTask{System.Threading.Tasks.Task},System.Boolean) + href: api/Cysharp.Threading.Tasks.UniTaskExtensions.html#Cysharp_Threading_Tasks_UniTaskExtensions_Unwrap_Cysharp_Threading_Tasks_UniTask_Task__System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Cysharp.Threading.Tasks.UniTask{Task},System.Boolean) name.vb: Unwrap(UniTask(Of Task), Boolean) - fullName: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Cysharp.Threading.Tasks.UniTask, System.Boolean) - fullName.vb: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Cysharp.Threading.Tasks.UniTask(Of System.Threading.Tasks.Task), System.Boolean) + fullName: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Cysharp.Threading.Tasks.UniTask, System.Boolean) + fullName.vb: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Cysharp.Threading.Tasks.UniTask(Of Task), System.Boolean) nameWithType: UniTaskExtensions.Unwrap(UniTask, Boolean) nameWithType.vb: UniTaskExtensions.Unwrap(UniTask(Of Task), Boolean) -- uid: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(System.Threading.Tasks.Task{Cysharp.Threading.Tasks.UniTask}) +- uid: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Task{Cysharp.Threading.Tasks.UniTask}) name: Unwrap(Task) - href: api/Cysharp.Threading.Tasks.UniTaskExtensions.html#Cysharp_Threading_Tasks_UniTaskExtensions_Unwrap_System_Threading_Tasks_Task_Cysharp_Threading_Tasks_UniTask__ - commentId: M:Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(System.Threading.Tasks.Task{Cysharp.Threading.Tasks.UniTask}) + href: api/Cysharp.Threading.Tasks.UniTaskExtensions.html#Cysharp_Threading_Tasks_UniTaskExtensions_Unwrap_Task_Cysharp_Threading_Tasks_UniTask__ + commentId: M:Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Task{Cysharp.Threading.Tasks.UniTask}) name.vb: Unwrap(Task(Of UniTask)) - fullName: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(System.Threading.Tasks.Task) - fullName.vb: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(System.Threading.Tasks.Task(Of Cysharp.Threading.Tasks.UniTask)) + fullName: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Task) + fullName.vb: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Task(Of Cysharp.Threading.Tasks.UniTask)) nameWithType: UniTaskExtensions.Unwrap(Task) nameWithType.vb: UniTaskExtensions.Unwrap(Task(Of UniTask)) -- uid: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(System.Threading.Tasks.Task{Cysharp.Threading.Tasks.UniTask},System.Boolean) +- uid: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Task{Cysharp.Threading.Tasks.UniTask},System.Boolean) name: Unwrap(Task, Boolean) - href: api/Cysharp.Threading.Tasks.UniTaskExtensions.html#Cysharp_Threading_Tasks_UniTaskExtensions_Unwrap_System_Threading_Tasks_Task_Cysharp_Threading_Tasks_UniTask__System_Boolean_ - commentId: M:Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(System.Threading.Tasks.Task{Cysharp.Threading.Tasks.UniTask},System.Boolean) + href: api/Cysharp.Threading.Tasks.UniTaskExtensions.html#Cysharp_Threading_Tasks_UniTaskExtensions_Unwrap_Task_Cysharp_Threading_Tasks_UniTask__System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Task{Cysharp.Threading.Tasks.UniTask},System.Boolean) name.vb: Unwrap(Task(Of UniTask), Boolean) - fullName: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(System.Threading.Tasks.Task, System.Boolean) - fullName.vb: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(System.Threading.Tasks.Task(Of Cysharp.Threading.Tasks.UniTask), System.Boolean) + fullName: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Task, System.Boolean) + fullName.vb: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Task(Of Cysharp.Threading.Tasks.UniTask), System.Boolean) nameWithType: UniTaskExtensions.Unwrap(Task, Boolean) nameWithType.vb: UniTaskExtensions.Unwrap(Task(Of UniTask), Boolean) - uid: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap* @@ -20566,40 +20566,40 @@ references: fullName.vb: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Of T)(Cysharp.Threading.Tasks.UniTask(Of Cysharp.Threading.Tasks.UniTask(Of T))) nameWithType: UniTaskExtensions.Unwrap(UniTask>) nameWithType.vb: UniTaskExtensions.Unwrap(Of T)(UniTask(Of UniTask(Of T))) -- uid: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap``1(Cysharp.Threading.Tasks.UniTask{System.Threading.Tasks.Task{``0}}) +- uid: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap``1(Cysharp.Threading.Tasks.UniTask{Task{``0}}) name: Unwrap(UniTask>) - href: api/Cysharp.Threading.Tasks.UniTaskExtensions.html#Cysharp_Threading_Tasks_UniTaskExtensions_Unwrap__1_Cysharp_Threading_Tasks_UniTask_System_Threading_Tasks_Task___0___ - commentId: M:Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap``1(Cysharp.Threading.Tasks.UniTask{System.Threading.Tasks.Task{``0}}) + href: api/Cysharp.Threading.Tasks.UniTaskExtensions.html#Cysharp_Threading_Tasks_UniTaskExtensions_Unwrap__1_Cysharp_Threading_Tasks_UniTask_Task___0___ + commentId: M:Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap``1(Cysharp.Threading.Tasks.UniTask{Task{``0}}) name.vb: Unwrap(Of T)(UniTask(Of Task(Of T))) - fullName: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Cysharp.Threading.Tasks.UniTask>) - fullName.vb: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Of T)(Cysharp.Threading.Tasks.UniTask(Of System.Threading.Tasks.Task(Of T))) + fullName: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Cysharp.Threading.Tasks.UniTask>) + fullName.vb: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Of T)(Cysharp.Threading.Tasks.UniTask(Of Task(Of T))) nameWithType: UniTaskExtensions.Unwrap(UniTask>) nameWithType.vb: UniTaskExtensions.Unwrap(Of T)(UniTask(Of Task(Of T))) -- uid: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap``1(Cysharp.Threading.Tasks.UniTask{System.Threading.Tasks.Task{``0}},System.Boolean) +- uid: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap``1(Cysharp.Threading.Tasks.UniTask{Task{``0}},System.Boolean) name: Unwrap(UniTask>, Boolean) - href: api/Cysharp.Threading.Tasks.UniTaskExtensions.html#Cysharp_Threading_Tasks_UniTaskExtensions_Unwrap__1_Cysharp_Threading_Tasks_UniTask_System_Threading_Tasks_Task___0___System_Boolean_ - commentId: M:Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap``1(Cysharp.Threading.Tasks.UniTask{System.Threading.Tasks.Task{``0}},System.Boolean) + href: api/Cysharp.Threading.Tasks.UniTaskExtensions.html#Cysharp_Threading_Tasks_UniTaskExtensions_Unwrap__1_Cysharp_Threading_Tasks_UniTask_Task___0___System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap``1(Cysharp.Threading.Tasks.UniTask{Task{``0}},System.Boolean) name.vb: Unwrap(Of T)(UniTask(Of Task(Of T)), Boolean) - fullName: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Cysharp.Threading.Tasks.UniTask>, System.Boolean) - fullName.vb: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Of T)(Cysharp.Threading.Tasks.UniTask(Of System.Threading.Tasks.Task(Of T)), System.Boolean) + fullName: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Cysharp.Threading.Tasks.UniTask>, System.Boolean) + fullName.vb: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Of T)(Cysharp.Threading.Tasks.UniTask(Of Task(Of T)), System.Boolean) nameWithType: UniTaskExtensions.Unwrap(UniTask>, Boolean) nameWithType.vb: UniTaskExtensions.Unwrap(Of T)(UniTask(Of Task(Of T)), Boolean) -- uid: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap``1(System.Threading.Tasks.Task{Cysharp.Threading.Tasks.UniTask{``0}}) +- uid: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap``1(Task{Cysharp.Threading.Tasks.UniTask{``0}}) name: Unwrap(Task>) - href: api/Cysharp.Threading.Tasks.UniTaskExtensions.html#Cysharp_Threading_Tasks_UniTaskExtensions_Unwrap__1_System_Threading_Tasks_Task_Cysharp_Threading_Tasks_UniTask___0___ - commentId: M:Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap``1(System.Threading.Tasks.Task{Cysharp.Threading.Tasks.UniTask{``0}}) + href: api/Cysharp.Threading.Tasks.UniTaskExtensions.html#Cysharp_Threading_Tasks_UniTaskExtensions_Unwrap__1_Task_Cysharp_Threading_Tasks_UniTask___0___ + commentId: M:Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap``1(Task{Cysharp.Threading.Tasks.UniTask{``0}}) name.vb: Unwrap(Of T)(Task(Of UniTask(Of T))) - fullName: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(System.Threading.Tasks.Task>) - fullName.vb: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Of T)(System.Threading.Tasks.Task(Of Cysharp.Threading.Tasks.UniTask(Of T))) + fullName: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Task>) + fullName.vb: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Of T)(Task(Of Cysharp.Threading.Tasks.UniTask(Of T))) nameWithType: UniTaskExtensions.Unwrap(Task>) nameWithType.vb: UniTaskExtensions.Unwrap(Of T)(Task(Of UniTask(Of T))) -- uid: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap``1(System.Threading.Tasks.Task{Cysharp.Threading.Tasks.UniTask{``0}},System.Boolean) +- uid: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap``1(Task{Cysharp.Threading.Tasks.UniTask{``0}},System.Boolean) name: Unwrap(Task>, Boolean) - href: api/Cysharp.Threading.Tasks.UniTaskExtensions.html#Cysharp_Threading_Tasks_UniTaskExtensions_Unwrap__1_System_Threading_Tasks_Task_Cysharp_Threading_Tasks_UniTask___0___System_Boolean_ - commentId: M:Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap``1(System.Threading.Tasks.Task{Cysharp.Threading.Tasks.UniTask{``0}},System.Boolean) + href: api/Cysharp.Threading.Tasks.UniTaskExtensions.html#Cysharp_Threading_Tasks_UniTaskExtensions_Unwrap__1_Task_Cysharp_Threading_Tasks_UniTask___0___System_Boolean_ + commentId: M:Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap``1(Task{Cysharp.Threading.Tasks.UniTask{``0}},System.Boolean) name.vb: Unwrap(Of T)(Task(Of UniTask(Of T)), Boolean) - fullName: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(System.Threading.Tasks.Task>, System.Boolean) - fullName.vb: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Of T)(System.Threading.Tasks.Task(Of Cysharp.Threading.Tasks.UniTask(Of T)), System.Boolean) + fullName: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Task>, System.Boolean) + fullName.vb: Cysharp.Threading.Tasks.UniTaskExtensions.Unwrap(Of T)(Task(Of Cysharp.Threading.Tasks.UniTask(Of T)), System.Boolean) nameWithType: UniTaskExtensions.Unwrap(Task>, Boolean) nameWithType.vb: UniTaskExtensions.Unwrap(Of T)(Task(Of UniTask(Of T)), Boolean) - uid: Cysharp.Threading.Tasks.UniTaskLoopRunners