Interface IterableResultInterceptor<T,R>
- Type Parameters:
T- The declaring typeR- The container type.
- All Superinterfaces:
DataInterceptor<T, Iterable<R>>
- All Known Subinterfaces:
ProcedureReturningManyInterceptor<T,R>
- All Known Implementing Classes:
DefaultProcedureReturningManyInterceptor
An interceptor that returns an iterable result.
- Since:
- 1.0.0
- Author:
- graemerocher
-
Method Summary
Methods inherited from interface DataInterceptor
intercept