f

fn

Fn is a lazy Java Library that helps utilize some rudimentary functional concepts with more nounular objects
http://nthalk.github.io/fn/
MIT License
Carl Taylor
Files download
File Operation
fn-3.0.2.jar download
fn-3.0.2.pom download
fn-3.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.iodesystems</groupId>
  <artifactId>fn</artifactId>
  <version>3.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.iodesystems:fn:3.0.2'
Gradle Kotlin
implementation("com.iodesystems:fn:3.0.2")
Scala SBT
libraryDependencies += "com.iodesystems" % "fn" % "3.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.iodesystems', module='fn', version='3.0.2')
)
Apache Ivy
<dependency org="com.iodesystems" name="fn" rev="3.0.2" />
Leiningen
[com.iodesystems/fn "3.0.2"]
Apache Buildr
'com.iodesystems:fn:jar:3.0.2'