Skip to content
This repository has been archived by the owner on Nov 13, 2018. It is now read-only.
/ Collections Public archive

Better C# Collections (inspired by Illuminate / Laravel)

License

Notifications You must be signed in to change notification settings

jkniest/Collections

Repository files navigation

About jkniest/Collections

Collections is a c# library that includes better collections. It's inspired by the Illuminate collections (creators of the laravel framework).

Installation

NuGet

  • TODO

Manual

  • TODO

Usage

For a detailed description of every command (with examples) visit the github wiki for this project: -> Go to wiki

License

The jkniest/Collections package is open-sourced software licensed under the MIT license.

Copyright (c) 2017 Jordan Kniest Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Roadmap

Version 1.0.0

  • Method: Reduce
  • Method: All
  • Method: Avg / Average
  • Method: Median
  • Method: Mode
  • Method: Diff
  • Method: Dump
  • Method: Each
  • Method: Every
  • Method: Filter
  • Method: When
  • Method: First
  • Method: Implode
  • Method: Intersect
  • Method: IsEmpty / IsNotEmpty
  • Method: Last
  • Method: Map
  • Method: Max
  • Method: Merge
  • Method: Min
  • Method: Nth
  • Method: Partition
  • Method: Pipe
  • Method: Prepend
  • Method: Push
  • Method: Pull
  • Method: Random
  • Method: Reject
  • Method: Reverse
  • Method: Shift
  • Method: Shuffle
  • Method: Slice
  • Method: Sort
  • Method: Splice
  • Method: Sum
  • Method: Take
  • Method: Tap
  • Method: Transform
  • Method: Unique
  • Method: ToBase
  • Method: Add

About

Better C# Collections (inspired by Illuminate / Laravel)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages