R
public interface CallableNoEx<R> extends java.util.concurrent.Callable<R>
Callable
call()
@Nonnull R call()
call
java.util.concurrent.Callable<R>