Interface ThrowingCallable<V,​E extends java.lang.Exception>

  • All Superinterfaces:
    java.util.concurrent.Callable

    public interface ThrowingCallable<V,​E extends java.lang.Exception>
    extends java.util.concurrent.Callable
    • Method Summary

      Modifier and Type Method Description
      V call()  
    • Method Detail

      • call

        V call()
        throws E extends java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<V>
        Throws:
        E extends java.lang.Exception