jar

io.github.luccaflower : union

Maven & Gradle

Dec 27, 2022
2 stars

io.github.luccaflower:union · Implementation of Rust's Result and Option APIs in Java

Table Of Contents

Latest Version

Download io.github.luccaflower : union JAR file - Latest Versions:

All Versions

Download io.github.luccaflower : union JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1
2.0
1.1
1.0

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 union-2.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.luccaflower.result

├─ io.github.luccaflower.result.Err.class - [JAR]

├─ io.github.luccaflower.result.ForwardingResult.class - [JAR]

├─ io.github.luccaflower.result.Ok.class - [JAR]

├─ io.github.luccaflower.result.Result.class - [JAR]

├─ io.github.luccaflower.result.Unit.class - [JAR]

├─ io.github.luccaflower.result.UnwrappedErrorExpectingOk.class - [JAR]

├─ io.github.luccaflower.result.UnwrappedOkExpectingError.class - [JAR]

io.github.luccaflower.option

├─ io.github.luccaflower.option.ForwardingOption.class - [JAR]

├─ io.github.luccaflower.option.None.class - [JAR]

├─ io.github.luccaflower.option.Option.class - [JAR]

├─ io.github.luccaflower.option.Some.class - [JAR]

├─ io.github.luccaflower.option.UnwrappedNone.class - [JAR]

Advertisement