jar

com.kirekov : sneaky-java

Maven & Gradle

Mar 20, 2022
25 stars

Sneaky Java · Java utilities to throw checked exceptions in a "sneaky" way

Table Of Contents

Latest Version

Download com.kirekov : sneaky-java JAR file - Latest Versions:

All Versions

Download com.kirekov : sneaky-java JAR file - All Versions:

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

com.kirekov.sneaky.lambda

├─ com.kirekov.sneaky.lambda.CheckedBiConsumer.class - [JAR]

├─ com.kirekov.sneaky.lambda.CheckedBiFunction.class - [JAR]

├─ com.kirekov.sneaky.lambda.CheckedBiPredicate.class - [JAR]

├─ com.kirekov.sneaky.lambda.CheckedConsumer.class - [JAR]

├─ com.kirekov.sneaky.lambda.CheckedFunction.class - [JAR]

├─ com.kirekov.sneaky.lambda.CheckedPredicate.class - [JAR]

├─ com.kirekov.sneaky.lambda.CheckedSupplier.class - [JAR]

com.kirekov.sneaky

├─ com.kirekov.sneaky.Sneaky.class - [JAR]