| Package | Description |
|---|---|
| com.djrapitops.plugin.utilities |
| Modifier and Type | Method and Description |
|---|---|
static <K extends Throwable> |
Verify.checkCondition(boolean condition,
Verify.ErrorLoader<K> exception) |
static <K extends Throwable> |
Verify.existCheck(File file,
Verify.ErrorLoader<K> exception) |
static <T,K extends Throwable> |
Verify.nullCheck(T object,
Verify.ErrorLoader<K> exception) |
static <T,K extends Throwable> |
Verify.nullCheck(Verify.ErrorLoader<K> exception,
T... objects) |
Copyright © 2018. All rights reserved.