You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In private class CF[T] extends CompletableFuture[T] with (Try[T] => Unit) { as an example.
So if a Java user downcasts to CompletableFuture, it won't go haywire.