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