Closed ddimtirov closed 7 years ago
for (ICompletableFuture<?> receipt : receipts) { rethrow((Callable<?>) receipt::get); }
Added rethrowR and rethrowC aliases to avoid the need for casting when methods are disambiguated only by return type.
rethrowR
rethrowC