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 purefun-optics-4.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.tonivade.purefun.optics
├─ com.github.tonivade.purefun.optics.Iso.class - [JAR]
├─ com.github.tonivade.purefun.optics.Lens.class - [JAR]
├─ com.github.tonivade.purefun.optics.Optional.class - [JAR]
├─ com.github.tonivade.purefun.optics.PIso.class - [JAR]
├─ com.github.tonivade.purefun.optics.PLens.class - [JAR]
├─ com.github.tonivade.purefun.optics.POptional.class - [JAR]
├─ com.github.tonivade.purefun.optics.PPrism.class - [JAR]
├─ com.github.tonivade.purefun.optics.Prism.class - [JAR]