| Interface | Description |
|---|---|
| Copyable<T> | |
| SneakyUtils.ThrowingConsumer<T,E extends java.lang.Throwable> | |
| SneakyUtils.ThrowingFunction<T,R,E extends java.lang.Throwable> | |
| SneakyUtils.ThrowingRunnable<E extends java.lang.Throwable> | |
| SneakyUtils.ThrowingSupplier<T,E extends java.lang.Throwable> |
| Class | Description |
|---|---|
| CrashLock |
A simple crash lock.
|
| ReflectUtils |
Utilities for performing Reflection.
|
| SneakyUtils |
Contains some utilities for ignoring compiler warnings in specific cases, or
completely ignoring exceptions, Plus other random lambda based utilities.
|