public final class CompletionActions extends Object
CompletionStage
static <T> T
log(Throwable cause)
Throwable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T> T log(Throwable cause)
CompletableFuture<?> f = ...; f.exceptionally(CompletionActions::log);
null
Copyright © 2020 LeanCloud. All rights reserved.