UniTask/src/UniTask.NetCore/Linq
neuecc 7298686d5a Join, GroupBy, GroupJoin 2020-05-12 00:38:06 +09:00
..
Aggregate.cs Aggregate and ForEach 2020-05-10 00:33:46 +09:00
All.cs All, ANy, Contains, SequeuceEqual 2020-05-10 00:07:51 +09:00
Any.cs All, ANy, Contains, SequeuceEqual 2020-05-10 00:07:51 +09:00
AppendPrepend.cs exception testing 2020-05-10 22:44:40 +09:00
AsUniTaskAsyncEnumerable.cs ToDict, ToLookup, ToList, TOHashSet, ToObservable 2020-05-10 02:39:13 +09:00
AsyncEnumeratorBase.cs Distinct, Except, Intersect, Union 2020-05-11 15:53:27 +09:00
Average.cs Average, MinMax, and others 2020-05-09 15:33:46 +09:00
Average.tt Average, MinMax, and others 2020-05-09 15:33:46 +09:00
Cast.cs exception testing 2020-05-10 22:44:40 +09:00
Concat.cs exception testing 2020-05-10 22:44:40 +09:00
Contains.cs All, ANy, Contains, SequeuceEqual 2020-05-10 00:07:51 +09:00
Count.cs All, ANy, Contains, SequeuceEqual 2020-05-10 00:07:51 +09:00
DefaultIfEmpty.cs defaultifempty 2020-05-10 22:52:12 +09:00
Distinct.cs Distinct, Except, Intersect, Union 2020-05-11 15:53:27 +09:00
Do.cs Skip, Take, TakeWhile, SkipWhile 2020-05-11 12:02:02 +09:00
ElementAt.cs First, Last, Single, ElementAt 2020-05-09 23:22:51 +09:00
Empty.cs ToDict, ToLookup, ToList, TOHashSet, ToObservable 2020-05-10 02:39:13 +09:00
Except.cs Distinct, Except, Intersect, Union 2020-05-11 15:53:27 +09:00
First.cs First, Last, Single, ElementAt 2020-05-09 23:22:51 +09:00
ForEach.cs Aggregate and ForEach 2020-05-10 00:33:46 +09:00
GroupBy.cs Join, GroupBy, GroupJoin 2020-05-12 00:38:06 +09:00
GroupJoin.cs Join, GroupBy, GroupJoin 2020-05-12 00:38:06 +09:00
Intersect.cs Distinct, Except, Intersect, Union 2020-05-11 15:53:27 +09:00
Join.cs Join, GroupBy, GroupJoin 2020-05-12 00:38:06 +09:00
Last.cs First, Last, Single, ElementAt 2020-05-09 23:22:51 +09:00
LongCount.cs All, ANy, Contains, SequeuceEqual 2020-05-10 00:07:51 +09:00
Max.cs generics MinMax and tests 2020-05-09 22:06:51 +09:00
Min.cs generics MinMax and tests 2020-05-09 22:06:51 +09:00
MinMax.cs generics MinMax and tests 2020-05-09 22:06:51 +09:00
MinMax.tt generics MinMax and tests 2020-05-09 22:06:51 +09:00
Never.cs ToDict, ToLookup, ToList, TOHashSet, ToObservable 2020-05-10 02:39:13 +09:00
OfType.cs exception testing 2020-05-10 22:44:40 +09:00
OrderBy.cs Join, GroupBy, GroupJoin 2020-05-12 00:38:06 +09:00
Range.cs ToDict, ToLookup, ToList, TOHashSet, ToObservable 2020-05-10 02:39:13 +09:00
Repeat.cs ToDict, ToLookup, ToList, TOHashSet, ToObservable 2020-05-10 02:39:13 +09:00
Return.cs ToDict, ToLookup, ToList, TOHashSet, ToObservable 2020-05-10 02:39:13 +09:00
Reverse.cs Reverse 2020-05-10 23:26:25 +09:00
Select.cs Skip, Take, TakeWhile, SkipWhile 2020-05-11 12:02:02 +09:00
SelectMany.cs SelectMany 2020-05-11 02:01:49 +09:00
SequenceEqual.cs All, ANy, Contains, SequeuceEqual 2020-05-10 00:07:51 +09:00
Single.cs First, Last, Single, ElementAt 2020-05-09 23:22:51 +09:00
Skip.cs Skip, Take, TakeWhile, SkipWhile 2020-05-11 12:02:02 +09:00
SkipLast.cs TakeLast 2020-05-11 14:01:23 +09:00
SkipWhile.cs Skip, Take, TakeWhile, SkipWhile 2020-05-11 12:02:02 +09:00
Sum.cs generator and tests 2020-05-08 12:08:15 +09:00
Sum.tt generator and tests 2020-05-08 12:08:15 +09:00
Take.cs Skip, Take, TakeWhile, SkipWhile 2020-05-11 12:02:02 +09:00
TakeLast.cs TakeLast 2020-05-11 14:01:23 +09:00
TakeWhile.cs Skip, Take, TakeWhile, SkipWhile 2020-05-11 12:02:02 +09:00
Throw.cs exception testing 2020-05-10 22:44:40 +09:00
ToArray.cs ToDict, ToLookup, ToList, TOHashSet, ToObservable 2020-05-10 02:39:13 +09:00
ToDictionary.cs ToDict, ToLookup, ToList, TOHashSet, ToObservable 2020-05-10 02:39:13 +09:00
ToHashSet.cs Distinct, Except, Intersect, Union 2020-05-11 15:53:27 +09:00
ToList.cs ToDict, ToLookup, ToList, TOHashSet, ToObservable 2020-05-10 02:39:13 +09:00
ToLookup.cs Join, GroupBy, GroupJoin 2020-05-12 00:38:06 +09:00
ToObservable.cs ToDict, ToLookup, ToList, TOHashSet, ToObservable 2020-05-10 02:39:13 +09:00
ToUniTaskAsyncEnumerable.cs exception testing 2020-05-10 22:44:40 +09:00
Union.cs Distinct, Except, Intersect, Union 2020-05-11 15:53:27 +09:00
Where.cs Skip, Take, TakeWhile, SkipWhile 2020-05-11 12:02:02 +09:00
Zip.cs zip 2020-05-11 02:29:23 +09:00
_FileMaker.cs Join, GroupBy, GroupJoin 2020-05-12 00:38:06 +09:00