Interface UncheckedFuture<V>

Type Parameters:
V - The result type returned by this Future's get() and get(long, TimeUnit) methods.
All Superinterfaces:
Future<V>

public interface UncheckedFuture<V> extends Future<V>
An Future that throws unchecked instead checked exceptions.
Since:
3.13.0
See Also: