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
In the (near) future: scala-commons is published to maven central:
libraryDependencies += "com.tegonal" %% "scala-commons" % "0.2.0"
Code documentation can be found on github-pages: https://tegonal.github.io/scala-commons.
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:
- star this repository if you like/use it
- open a bug if you find one
- Open a new discussion if you are missing a feature
- ask a question so that we better understand where we can improve.
- have a look at the help wanted issues.
Please have a look at CONTRIBUTING.md for further suggestions and guidelines.
scala-commons is licensed under Apache 2.0.