Package org.fcrepo.common.lang
Interface UncheckedCallable<T>
-
public interface UncheckedCallable<T>
Same as Callable but it does not have Exception in its signature- Author:
- pwinckles
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
call()
-