Interface FunctionCancellable<I,​O>


  • public interface FunctionCancellable<I,​O>
    • Method Detail

      • call

        O call​(I input,
               IvMCanceller canceller)
        throws java.lang.Exception
        Throws:
        java.lang.Exception