Interface FindStreamInterceptor<T>

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

    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