All Projects → nikita-volkov → sext

nikita-volkov / sext

Licence: MIT license
A small extensions library for Scala

Programming Languages

scala
5932 projects

#SExt A small library that adds the missing useful functions to the standard Scala library. These include

  • unfold, unfold1, foldTo, foldFrom
  • mapKeys
  • zipBy, unzip4
  • treeString,valueTreeString
  • prependLines, splitBy

... and some others you'll have to check in the source src/main/scala/sext/package.scala

#Using Add the following Maven dependency

<dependency>
  <groupId>com.github.nikita-volkov</groupId>
  <artifactId>sext</artifactId>
  <version>0.2.3</version>
</dependency>

or SBT dependency

libraryDependencies += "com.github.nikita-volkov" % "sext" % "0.2.4"

(or the appropriate Gradle one)

Add the following import statement to your files:

import sext._
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].