Class Sneaky

java.lang.Object
org.jooq.lambda.Sneaky

public final class Sneaky extends Object
Improved interoperability between checked exceptions and Java 8.

Similar to Unchecked, except that Unchecked.RETHROW_ALL is used as the default way to re-throw checked exceptions.

Author:
Lukas Eder