tegonal / scala-commons   0.2.0

Apache License 2.0 GitHub

A library containing utility and helper functions for scala 3

Scala versions: 3.x

Download Apache 2.0 Quality Assurance Newcomers Welcome

scala-commons

This library contains helper functions and such for scala 3 which we use in different projects and want to share with you.

It contains functions such as:

  • as
  • failIf/check/require
  • pipe/tap

and many more, making our code more readable.


❗ You are taking a sneak peek at the next version. It could be that some features you find on this page are not released yet.
Please have a look at the README of the corresponding release/git tag. Latest version: README of v0.2.0.


Table of Content

Installation

In the (near) future: scala-commons is published to maven central:

libraryDependencies += "com.tegonal" %% "scala-commons" % "0.2.0"

Documentation

Code documentation can be found on github-pages: https://tegonal.github.io/scala-commons.

Contributors and contribute

Our thanks go to code contributors as well as all other contributors (e.g. bug reporters, feature request creators etc.)

You are more than welcome to contribute as well:

Please have a look at CONTRIBUTING.md for further suggestions and guidelines.

License

scala-commons is licensed under Apache 2.0.