Package com.github.phantomthief.util
Interface ThrowableSupplier<T,X extends Throwable>
-
- All Known Implementing Classes:
MoreSuppliers.CloseableThrowableSupplier
public interface ThrowableSupplier<T,X extends Throwable>- Author:
- w.vela
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static <T,X extends Throwable>
ThrowableSupplier<T,X>cast(ThrowableSupplier<T,X> func)Tget()
-
-
-
Method Detail
-
cast
static <T,X extends Throwable> ThrowableSupplier<T,X> cast(ThrowableSupplier<T,X> func)
-
-