Interface SimpleCallable<T>

  • Type Parameters:
    T - the value type
    All Superinterfaces:
    Callable<T>

    public interface SimpleCallable<T>
    extends Callable<T>
    A Callable with suppressed exception on its call() method.