f

function-utils

Dependency-free utility library born to reduce the code size and increase it's readability when dealing with lambdas, and some more! It will help you to write java code in more functional style.
https://github.com/serg-maximchuk/function-utils
The Apache Software License, Version 2.0
Serhii Maksymchuk
Files download
File Operation
function-utils-1.0.4-java8.jar download
function-utils-1.0.4-java8.pom download
function-utils-1.0.4-java8-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.serg-maximchuk</groupId>
  <artifactId>function-utils</artifactId>
  <version>1.0.4-java8</version>
</dependency>
Gradle Groovy
implementation 'io.github.serg-maximchuk:function-utils:1.0.4-java8'
Gradle Kotlin
implementation("io.github.serg-maximchuk:function-utils:1.0.4-java8")
Scala SBT
libraryDependencies += "io.github.serg-maximchuk" % "function-utils" % "1.0.4-java8"
Groovy Grape
@Grapes(
  @Grab(group='io.github.serg-maximchuk', module='function-utils', version='1.0.4-java8')
)
Apache Ivy
<dependency org="io.github.serg-maximchuk" name="function-utils" rev="1.0.4-java8" />
Leiningen
[io.github.serg-maximchuk/function-utils "1.0.4-java8"]
Apache Buildr
'io.github.serg-maximchuk:function-utils:jar:1.0.4-java8'