Class ListablePage<T>

All Implemented Interfaces:
Iterable<T>, Supplier<Stream<T>>, Page<T>, Slice<T>, Streamable<T>

public class ListablePage<T> extends AbstractPageSupport<T>
The ListablePage class is a Spring Data Page implementation wrapping a List as the content for this page.
Since:
1.0.0
Author:
John Blum
See Also: