Package club.minnced.discord.webhook
Interface IOUtil.SilentSupplier<T>
-
- Type Parameters:
T
- The component type
- Enclosing class:
- IOUtil
public static interface IOUtil.SilentSupplier<T>
Supplier that can throw checked-exceptions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
get()
-