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-2.1.6.jar download
fn-2.1.6.pom download
fn-2.1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.iodesystems</groupId>
  <artifactId>fn</artifactId>
  <version>2.1.6</version>
</dependency>
Gradle Groovy
implementation 'com.iodesystems:fn:2.1.6'
Gradle Kotlin
implementation("com.iodesystems:fn:2.1.6")
Scala SBT
libraryDependencies += "com.iodesystems" % "fn" % "2.1.6"
Groovy Grape
@Grapes(
  @Grab(group='com.iodesystems', module='fn', version='2.1.6')
)
Apache Ivy
<dependency org="com.iodesystems" name="fn" rev="2.1.6" />
Leiningen
[com.iodesystems/fn "2.1.6"]
Apache Buildr
'com.iodesystems:fn:jar:2.1.6'