Interface FunctionCancellable<I,O>
-
public interface FunctionCancellable<I,O>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ocall(I input, IvMCanceller canceller)
-
-
-
Method Detail
-
call
O call(I input, IvMCanceller canceller) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-