Package org.fcrepo.common.lang
-
Interface Summary Interface Description CheckedRunnable Same as Runnable but it has Exception in its signatureUncheckedCallable<T> Same as Callable but it does not have Exception in its signature
Interface | Description |
---|---|
CheckedRunnable |
Same as Runnable but it has Exception in its signature
|
UncheckedCallable<T> |
Same as Callable but it does not have Exception in its signature
|