Searched refs:encodeThrowable (Results 1 – 1 of 1) sorted by relevance
276 static AltResult encodeThrowable(Throwable x) { in encodeThrowable() method in CompletableFuture284 encodeThrowable(x)); in completeThrowable()294 static Object encodeThrowable(Throwable x, Object r) { in encodeThrowable() method in CompletableFuture312 encodeThrowable(x, r)); in completeThrowable()321 return (x == null) ? (t == null) ? NIL : t : encodeThrowable(x); in encodeOutcome()1011 d.result = encodeThrowable(x, r); in uniComposeStage()1028 d.result = encodeThrowable(ex); in uniComposeStage()