jar

io.github.2bllw8 : demiurge

Maven & Gradle

Sep 16, 2022

Demiurge · Implementation of the functional progrmaming types for Java 8+

Table Of Contents

Latest Version

Download io.github.2bllw8 : demiurge JAR file - Latest Versions:

All Versions

Download io.github.2bllw8 : demiurge JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.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 demiurge-1.0.0-alpha01.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

exe.bbllw8.demiurge.either

├─ exe.bbllw8.demiurge.either.Either.class - [JAR]

├─ exe.bbllw8.demiurge.either.Left.class - [JAR]

├─ exe.bbllw8.demiurge.either.LeftProjection.class - [JAR]

├─ exe.bbllw8.demiurge.either.Right.class - [JAR]

exe.bbllw8.demiurge.tuple

├─ exe.bbllw8.demiurge.tuple.Tuple2.class - [JAR]

├─ exe.bbllw8.demiurge.tuple.Tuple3.class - [JAR]

├─ exe.bbllw8.demiurge.tuple.Tuple4.class - [JAR]

├─ exe.bbllw8.demiurge.tuple.Tuple5.class - [JAR]

├─ exe.bbllw8.demiurge.tuple.Tuple6.class - [JAR]

├─ exe.bbllw8.demiurge.tuple.Tuple7.class - [JAR]

exe.bbllw8.demiurge.nothing

├─ exe.bbllw8.demiurge.nothing.Nothing.class - [JAR]

exe.bbllw8.demiurge.state

├─ exe.bbllw8.demiurge.state.State.class - [JAR]

exe.bbllw8.demiurge.attempt

├─ exe.bbllw8.demiurge.attempt.CheckedFunction.class - [JAR]

├─ exe.bbllw8.demiurge.attempt.CheckedSupplier.class - [JAR]

├─ exe.bbllw8.demiurge.attempt.Failure.class - [JAR]

├─ exe.bbllw8.demiurge.attempt.Success.class - [JAR]

├─ exe.bbllw8.demiurge.attempt.Try.class - [JAR]