Interface ServiceContext<V>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Kind of closure.
- Version:
- $Revision$
- Author:
- Alain Defrance
-
Method Summary
-
Method Details
-
execute
V execute()Contains the code which allow to get the data from storage.- Returns:
- the data
-