Interface SimpleCallable<T>

  • Type Parameters:
    T - the value type
    All Superinterfaces:
    java.util.concurrent.Callable<T>

    public interface SimpleCallable<T>
    extends java.util.concurrent.Callable<T>
    A Callable with suppressed exception on its call() method.
    • Method Detail

      • call

        T call()
        Specified by:
        call in interface java.util.concurrent.Callable<T>