Package studio.magemonkey.fabled.util
Interface ThrowableSupplier<T>
public interface ThrowableSupplier<T>
-
Method Summary
Modifier and TypeMethodDescriptionget()
static <A> A
tryWithRecovers
(ThrowableSupplier<A>... trials)
-
Method Details
-
get
- Throws:
Exception
-
tryWithRecovers
-