CompletedFutureEvent

Functional interface for EventWaiterBuilder.setOnComplete, provides a Future and either the event or an exception.

Parameters

T

The JDA event being waited for

Functions

Link copied to clipboard
abstract fun accept(future: Future<T>, e: T?, t: Throwable?)