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