Searched refs:encodeThrowable (Results 1 – 1 of 1) sorted by relevance
274 static AltResult encodeThrowable(Throwable x) { in encodeThrowable() method in CompletableFuture282 encodeThrowable(x)); in completeThrowable()292 static Object encodeThrowable(Throwable x, Object r) { in encodeThrowable() method in CompletableFuture310 encodeThrowable(x, r)); in completeThrowable()319 return (x == null) ? (t == null) ? NIL : t : encodeThrowable(x); in encodeOutcome()1009 d.result = encodeThrowable(x, r); in uniComposeStage()1026 d.result = encodeThrowable(ex); in uniComposeStage()