| 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.
|
| HashUtils |
Created by covers1624 on 22/1/21.
|
| MultiHasher |
Capable of creating multiple
HashCodes from an input. |
| MultiHasher.HashFunc |
Represents a HashFunction.
|
| MultiHasher.HashResult |
Represents a completed result from this
MultiHasher. |
| 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.
|