Interface Query<T>

  • All Superinterfaces:
    Iterable<T>

    public interface Query<T>
    extends Iterable<T>
    • Method Detail

      • list

        @Nonnull
        default List<T> list()
      • stream

        default Stream<T> stream()