TryAsync<T, E extends Exception> constructor

const TryAsync<T, E extends Exception>(
  1. Future<T> _()
)