jar

io.github.zoybean : functional

Maven & Gradle

Jun 20, 2019
3 stars

io.github.zoybean:functional · A library of utilities to enable functional programming in Java

Table Of Contents

Latest Version

Download io.github.zoybean : functional JAR file - Latest Versions:

All Versions

Download io.github.zoybean : functional JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window functional-0.2.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

functional.combinator

├─ functional.combinator.Combinators.class - [JAR]

├─ functional.combinator.Curried.class - [JAR]

functional.algebraic.utils

├─ functional.algebraic.utils.Voids.class - [JAR]

functional.throwing

├─ functional.throwing.ThrowingBiFunction.class - [JAR]

├─ functional.throwing.ThrowingConsumer.class - [JAR]

├─ functional.throwing.ThrowingFunction.class - [JAR]

├─ functional.throwing.ThrowingRunnable.class - [JAR]

├─ functional.throwing.ThrowingSupplier.class - [JAR]

functional.algebraic

├─ functional.algebraic.Either.class - [JAR]

├─ functional.algebraic.Maybe.class - [JAR]

├─ functional.algebraic.Result.class - [JAR]

Advertisement