Skip to content

RyotaMurohoshi/KotLinq

Repository files navigation

KotLinq (Beta) Circle CI LICENSE

LINQ implementation in Kotlin.

Author

Ryota Murohoshi is game Programmer and C#er in Japan.

About kotlin.sequences.Sequence

// TODO write

Difference from Kotlin collections and Sequence API

// TODO write

  • emptyList.sum() == 0.0
  • associateBy results duplicateKey, no throwing exception

Difference from C# LINQ

// TODO write

  • no some interfaces arguments
  • selectWithIndex and whereWithIndex
  • average, min, max and sum problems
  • nullable return type methods

License

This library is under MIT License.

About

LINQ implementation in Kotlin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages