Searched refs:withResult (Results 1 – 5 of 5) sorted by relevance
47 static <V> CompletedFuture<V> withResult(V result) { in withResult() method in CompletedFuture58 static <V> CompletedFuture<V> withResult(V result, Throwable exc) { in withResult() method in CompletedFuture60 return withResult(result); in withResult()
304 return CompletedFuture.withResult(0, exc); in implRead()358 return CompletedFuture.withResult(0, exc); in implWrite()
385 return CompletedFuture.withResult(null, e); in implConnect()583 return CompletedFuture.withResult((V)result, exc); in implRead()766 return CompletedFuture.withResult((V)result, exc); in implWrite()
271 return CompletedFuture.withResult((V)result); in read()377 return CompletedFuture.withResult((V)result); in write()
351 return CompletedFuture.withResult(child, exc); in implAccept()