Package net.dv8tion.jda.core.utils
Interface IOConsumer<T>
-
public interface IOConsumer<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(T t)
-
-
-
Method Detail
-
accept
void accept(T t) throws java.io.IOException
- Throws:
java.io.IOException
-
-