jar

io.foxcapades.lib : opt

Maven & Gradle

Aug 19, 2021
0 stars

Extensible Option Types · Extensible and 3 state option types.

Table Of Contents

Latest Version

Download io.foxcapades.lib : opt JAR file - Latest Versions:

All Versions

Download io.foxcapades.lib : opt JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
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 opt-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.foxcapades.lib.opt

├─ io.foxcapades.lib.opt.NonNullOption.class - [JAR]

├─ io.foxcapades.lib.opt.NullableOption.class - [JAR]

├─ io.foxcapades.lib.opt.Opt.class - [JAR]

├─ io.foxcapades.lib.opt.Option.class - [JAR]

├─ io.foxcapades.lib.opt.UnwrapException.class - [JAR]

io.foxcapades.lib.opt.impl

├─ io.foxcapades.lib.opt.impl.EmptyNonNull.class - [JAR]

├─ io.foxcapades.lib.opt.impl.EmptyNullable.class - [JAR]

├─ io.foxcapades.lib.opt.impl.FullNonNullOption.class - [JAR]

├─ io.foxcapades.lib.opt.impl.FullNullableOption.class - [JAR]

├─ io.foxcapades.lib.opt.impl.FullOption.class - [JAR]

├─ io.foxcapades.lib.opt.impl.NullOption.class - [JAR]

Advertisement