static A getFuture(Future f) ctex { ret f == null ? null : f.get(); }