Interface QueryResults<T>

  • Type Parameters:
    T -
    All Superinterfaces:
    java.lang.Iterable<T>
    All Known Subinterfaces:
    Query<T>
    All Known Implementing Classes:
    QueryImpl

    @Deprecated
    public interface QueryResults<T>
    extends java.lang.Iterable<T>
    Deprecated.
    use Query instead
    The results of a query. These results aren't materialized until a method on this interface is called.
    • Method Summary

      • Methods inherited from interface java.lang.Iterable

        forEach, iterator, spliterator