RyotaMurohoshi / KotLinq

LINQ implementation in Kotlin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Kotlin 100.0%