ScalaFunctional Documentation

ScalaFunctional is a library for creating data pipelines and analysis in an easy and accessible way. It is primarily inspired by the APIs from Apache Spark RDDs, Scala Collections, and Microsoft LINQ.

Documentation

The best place to see examples of ScalaFunctional usage is on the project’s github readme page at github.com/EntilZha/ScalaFunctional. The docs on this site are primarily meant to give comprehensive documentation of every public function and API in ScalaFunctional. Its secondary purpose is to document internal methods to make development easier for maintainers and contributors.