com.google.code.tempusfugit.concurrency
Interface Callable<V,E extends Exception>

All Superinterfaces:
Callable<V>

public interface Callable<V,E extends Exception>
extends Callable<V>


Method Summary
 V call()
           
 

Method Detail

call

V call()
       throws E extends Exception
Specified by:
call in interface Callable<V>
Throws:
E extends Exception


Copyright © 2009-2012 tempus-fugit committers. All Rights Reserved.