AbstractCompletableFuture.isCancelled

Returns {@code true} if this CompletableFuture was cancelled before it completed normally.

@return {@code true} if this CompletableFuture was cancelled before it completed normally

class AbstractCompletableFuture
bool
isCancelled
()

Meta