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 funava-0.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.jmnarloch.funava
├─ io.jmnarloch.funava.Condition.class - [JAR]
├─ io.jmnarloch.funava.Partial.class - [JAR]
├─ io.jmnarloch.funava.SafeCast.class - [JAR]
io.jmnarloch.funava.consumer
├─ io.jmnarloch.funava.consumer.Consumer.class - [JAR]
├─ io.jmnarloch.funava.consumer.Consumer1.class - [JAR]
├─ io.jmnarloch.funava.consumer.Consumer2.class - [JAR]
├─ io.jmnarloch.funava.consumer.Consumer3.class - [JAR]
├─ io.jmnarloch.funava.consumer.Consumer4.class - [JAR]
├─ io.jmnarloch.funava.consumer.Consumer5.class - [JAR]
├─ io.jmnarloch.funava.consumer.VArgConsumer.class - [JAR]
io.jmnarloch.funava.function
├─ io.jmnarloch.funava.function.Function.class - [JAR]
├─ io.jmnarloch.funava.function.Function1.class - [JAR]
├─ io.jmnarloch.funava.function.Function2.class - [JAR]
├─ io.jmnarloch.funava.function.Function3.class - [JAR]
├─ io.jmnarloch.funava.function.Function4.class - [JAR]
├─ io.jmnarloch.funava.function.Function5.class - [JAR]
├─ io.jmnarloch.funava.function.VArgFunction.class - [JAR]