Search Results for

    Show / Hide Table of Contents

    Class PagedSource.Page<T, TKey>

    Page for PagedSource.

    Inheritance
    object
    PagedSource.Page<T, TKey>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Streams.Dsl
    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
    Type Name Description
    IEnumerable<T> items
    Option<TKey> nextKey

    Properties

    | Edit this page View Source

    Items

    Declaration
    public IEnumerable<T> Items { get; }
    Property Value
    Type Description
    IEnumerable<T>
    | Edit this page View Source

    NextKey

    Declaration
    public Option<TKey> NextKey { get; }
    Property Value
    Type Description
    Option<TKey>

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET