Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 2.1% on nuget.org
Top 1.0% downloads on nuget.org
Top 0.8% dependent packages on nuget.org
Top 1.4% dependent repos on nuget.org
Top 3.8% forks on nuget.org

nuget.org : functional.maybe

Option types for C# with LINQ support and rich fluent syntax for many popular uses: var maybeOne = "one".ToMaybe(); Maybe<string> maybeAnother; var maybeBoth = from one in maybeOne from another in maybeAnother select one + another; maybeBoth.Match( both => Console.WriteLine("Result is: {0}", both), @else: () => Console.WriteLine("Result is Nothing, as one of the inputs was Nothing") );

Registry - Homepage - JSON
purl: pkg:nuget/functional.maybe
Keywords: option, maybe, linq, fluent, functional
License: Apache-2.0
Latest release: about 4 years ago
First release: over 10 years ago
Dependent packages: 16
Dependent repositories: 23
Downloads: 1,146,415 total
Stars: 121 on GitHub
Forks: 25 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 12 hours ago

    Loading...
    Readme
    Loading...