public class Safety extends Object
| Constructor and Description |
|---|
Safety() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
safetyCall(SafetyCallable<T> callable) |
void |
safetyRun(SafetyRunnable runnable) |
public void safetyRun(SafetyRunnable runnable)
public <T> T safetyCall(SafetyCallable<T> callable)
Copyright © 2021. All rights reserved.