Interface KeysetAwarePage<T>

Type Parameters:
T - Element type.
All Superinterfaces:
Iterable<T>, KeysetAwareSlice<T>, Page<T>, Slice<T>

public interface KeysetAwarePage<T> extends Page<T>, KeysetAwareSlice<T>
Like Page but contains keyset information.
Since:
1.2.0
Author:
Christian Beikov