Class AbstractSliceSupport<T>

java.lang.Object
org.springframework.data.gemfire.domain.support.AbstractSliceSupport<T>
Type Parameters:
T - Class type of the individual elements on this Slice.
All Implemented Interfaces:
Iterable<T>, Supplier<Stream<T>>, Slice<T>, Streamable<T>
Direct Known Subclasses:
AbstractPageSupport, EmptySlice

public abstract class AbstractSliceSupport<T> extends Object implements Slice<T>
The AbstractSliceSupport class is an abstract Spring Data Slice type supporting the implementation of application specific Slice implementations.
Since:
1.1.0
Author:
John Blum
See Also:
  • Constructor Details

    • AbstractSliceSupport

      public AbstractSliceSupport()
  • Method Details