fj.data.optic.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of functionaljava Show documentation
Show all versions of functionaljava Show documentation
Functional Java is an open source library that supports closures for the Java programming language
/**
*
* Optic data types adapted from the Scala Monocle library
* and inspired by the
* Haskell Lens library. See the Monocle Github
* page for an overview of the package.
*
* @version %build.number%
* @see Monocle
*/
package fj.data.optic;