pt.ist.fenixframework
Interface CallableWithoutException<V>

Package class diagram package CallableWithoutException
All Superinterfaces:
Callable<V>

public interface CallableWithoutException<V>
extends Callable<V>

This interface represents the same behaviour as the Callable interface, except that its call method does not throw a cheched exception.


Method Summary
 V call()
           
 

Method Detail

call

V call()
Specified by:
call in interface Callable<V>


Copyright © 2013. All Rights Reserved.