@FunctionalInterface public interface PromiseHandler<T>
void
promiseDone(Promise<? extends T> promise)
completed normally
exceptionally
canceled
void promiseDone(Promise<? extends T> promise)
promise
Copyright © 2002–2023 Devexperts LLC. All rights reserved.