Class EmptyPage<T>

Type Parameters:
T - Class type of the elements in this Page.
All Implemented Interfaces:
Iterable<T>, Supplier<Stream<T>>, Page<T>, Slice<T>, Streamable<T>

public final class EmptyPage<T> extends EmptySlice<T> implements Page<T>
The EmptyPage class is an implementation of an empty Spring Data Page.
Since:
1.1.0
Author:
John Blum
See Also:
  • Field Details

    • EMPTY_PAGE

      public static final EmptyPage<?> EMPTY_PAGE
  • Constructor Details

    • EmptyPage

      public EmptyPage()
  • Method Details