View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- 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]