Package com.semanticcms.core.servlet
Interface Cache.Callable<V,E extends Exception>
-
- All Superinterfaces:
Callable<V>
- Enclosing class:
- Cache
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface Cache.Callable<V,E extends Exception> extends Callable<V>
Constrains allowed exception type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V
call()
-