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