@Authors(value="Nikolche Mihajlovski") @Since(value="5.1.0") public interface Results<T> extends Iterable<T>
List<T>
all()
long
count()
T
first()
last()
page(long start, long length)
forEach, iterator, spliterator
List<T> all()
List<T> page(long start, long length)
T first()
T last()
long count()
Copyright © 2014–2017 Nikolche Mihajlovski and contributors. All rights reserved.