f

functional

Functional Programming for Java 8+ and compatible with the modular system of Java 9+.
https://github.com/io-fairy/functional
The Apache Software License, Version 2.0
io-fairy
iofairy
Files download
File Operation
functional-0.5.5.jar download
functional-0.5.5.pom download
functional-0.5.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.iofairy</groupId>
  <artifactId>functional</artifactId>
  <version>0.5.5</version>
</dependency>
Gradle Groovy
implementation 'com.iofairy:functional:0.5.5'
Gradle Kotlin
implementation("com.iofairy:functional:0.5.5")
Scala SBT
libraryDependencies += "com.iofairy" % "functional" % "0.5.5"
Groovy Grape
@Grapes(
  @Grab(group='com.iofairy', module='functional', version='0.5.5')
)
Apache Ivy
<dependency org="com.iofairy" name="functional" rev="0.5.5" />
Leiningen
[com.iofairy/functional "0.5.5"]
Apache Buildr
'com.iofairy:functional:jar:0.5.5'