|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CallableWithoutException<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 |
---|
V call()
call
in interface Callable<V>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |