Interface FindStreamInterceptor<T>

  • Type Parameters:
    T - The declaring type
    All Superinterfaces:
    DataInterceptor<T,​java.util.stream.Stream<T>>
    All Known Implementing Classes:
    DefaultFindStreamInterceptor

    public interface FindStreamInterceptor<T>
    extends DataInterceptor<T,​java.util.stream.Stream<T>>
    An interceptor that executes a Query and returns a Stream of results.
    Since:
    1.0
    Author:
    graemerocher