Package at.stefangeyer.challonge.async
Interface Callback<T>
- Type Parameters:
T- T is usually either an instance of a model class or an exception if the call failed
- All Superinterfaces:
java.util.function.Consumer<T>
public interface Callback<T>
extends java.util.function.Consumer<T>
Generic callback used for async calls