Class PagedSource.Page<T, TKey>
Inheritance
PagedSource.Page<T, TKey>
Assembly: Akka.Streams.dll
Syntax
public class Page<T, TKey>
Type Parameters
Name |
Description |
T |
type of page items
|
TKey |
type of page keys
|
Constructors
|
Improve this Doc
View Source
Page(IEnumerable<T>, Option<TKey>)
Declaration
public Page(IEnumerable<T> items, Option<TKey> nextKey)
Parameters
Properties
|
Improve this Doc
View Source
Items
Declaration
public IEnumerable<T> Items { get; }
Property Value
|
Improve this Doc
View Source
NextKey
Declaration
public Option<TKey> NextKey { get; }
Property Value
Extension Methods