- Type Parameters:
T
- The declaring type
R
- The container type.
- All Superinterfaces:
- DataInterceptor<T,java.lang.Iterable<R>>
- All Known Subinterfaces:
- FindAllInterceptor<T,R>
- All Known Implementing Classes:
- DefaultFindAllInterceptor
public interface IterableResultInterceptor<T,R>
extends DataInterceptor<T,java.lang.Iterable<R>>
An interceptor that returns an iterable result.
- Since:
- 1.0.0
- Author:
- graemerocher