SuperLinq.Async 4.0.0-preview.4

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of SuperLinq.Async.
There is a newer version of this package available.
See the version list below for details.
dotnet add package SuperLinq.Async --version 4.0.0-preview.4
NuGet\Install-Package SuperLinq.Async -Version 4.0.0-preview.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SuperLinq.Async" Version="4.0.0-preview.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SuperLinq.Async --version 4.0.0-preview.4
#r "nuget: SuperLinq.Async, 4.0.0-preview.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SuperLinq.Async as a Cake Addin
#addin nuget:?package=SuperLinq.Async&version=4.0.0-preview.4&prerelease

// Install SuperLinq.Async as a Cake Tool
#tool nuget:?package=SuperLinq.Async&version=4.0.0-preview.4&prerelease

SuperLinq.Async

Async LINQ to Objects is missing a few desirable features.

This project enhances Async LINQ to Objects with extra methods, in a manner which keeps to the spirit of LINQ.

SuperLinq.Async is available for download and installation as a NuGet package.

Usage

SuperLinq.Async can be used in one of two ways. The simplest is to just import the SuperLinq.Async namespace and all extension methods become instantly available for you to use on the types they extend (typically some instantiation of IAsyncEnumerable<T>).

Apart from extension methods, SuperLinq.Async also offers regular static method that generate (instead of operating on) sequences, like Unfold, Random, Sequence and others.

.NET Versions

Base library is supported on .NET Core 3.1 and .NET 5.0+.

Operators

AtLeast

Determines whether or not the number of elements in the sequence is greater than or equal to the given integer.

AtMost

Determines whether or not the number of elements in the sequence is lesser than or equal to the given integer.

CompareCount

Compares two sequences and returns an integer that indicates whether the first sequence has fewer, the same or more elements than the second sequence.

Consume

Completely consumes the given sequence. This method does not store any data during execution

CountBy

Applies a key-generating function to each element of a sequence and returns a sequence of unique keys and their number of occurrences in the original sequence.

This method has 2 overloads.

Exactly

Determines whether or not the number of elements in the sequence is equals to the given integer.

From

Returns a sequence containing the values resulting from invoking (in order) each function in the source sequence of functions.

This method has 4 overloads.

Insert

Inserts the elements of a sequence into another sequence at a specified index.

Random

Returns an infinite sequence of random integers using the standard .NET random number generator.

This method has 6 overloads.

SkipUntil

Skips items from the input sequence until the given predicate returns true when applied to the current source item; that item will be the last skipped

TakeUntil

Returns items from the input sequence until the given predicate returns true when applied to the current source item; that item will be the last returned

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.0.0 97 4/10/2024
6.0.0-preview.1 45 2/26/2024
5.4.0 5,006 11/27/2023
5.4.0-preview.1 68 11/22/2023
5.3.0 112 11/14/2023
5.2.0 229 7/8/2023
5.1.0 185 5/26/2023
5.0.0 370 4/28/2023
4.8.0 522 2/21/2023
4.7.0 290 1/30/2023
4.6.0 285 12/24/2022
4.5.0 313 11/28/2022
4.4.0 480 10/3/2022
4.3.0 398 9/28/2022
4.2.0 1,664 8/25/2022
4.1.0 353 8/12/2022
4.1.0-preview.2 99 7/25/2022
4.1.0-preview.1 107 7/21/2022
4.0.0 397 7/20/2022
4.0.0-preview.7 119 7/9/2022
4.0.0-preview.6 122 7/4/2022
4.0.0-preview.5 101 6/28/2022
4.0.0-preview.4 94 6/20/2022
4.0.0-preview.2.5 116 6/15/2022