Interface CallableNoEx<R>

  • Type Parameters:
    R - type of the result
    All Superinterfaces:
    Callable<R>

    public interface CallableNoEx<R>
    extends Callable<R>
    The same as Callable, but throws no checked exceptions.