Search Results for

    Show / Hide Table of Contents

    Class Keep

    Convenience functions for often-encountered purposes like keeping only the left (first) or only the right (second) of two input values.

    Inheritance
    object
    Keep
    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 static class Keep

    Methods

    | Edit this page View Source

    Both<TLeft, TRight>(TLeft, TRight)

    TBD

    Declaration
    public static (TLeft, TRight) Both<TLeft, TRight>(TLeft left, TRight right)
    Parameters
    Type Name Description
    TLeft left

    TBD

    TRight right

    TBD

    Returns
    Type Description
    (TLeft, TRight)

    TBD

    Type Parameters
    Name Description
    TLeft

    TBD

    TRight

    TBD

    | Edit this page View Source

    IsLeft<T1, T2, T3>(Func<T1, T2, T3>)

    TBD

    Declaration
    public static bool IsLeft<T1, T2, T3>(Func<T1, T2, T3> fn)
    Parameters
    Type Name Description
    Func<T1, T2, T3> fn

    TBD

    Returns
    Type Description
    bool

    TBD

    Type Parameters
    Name Description
    T1

    TBD

    T2

    TBD

    T3

    TBD

    | Edit this page View Source

    IsRight<T1, T2, T3>(Func<T1, T2, T3>)

    TBD

    Declaration
    public static bool IsRight<T1, T2, T3>(Func<T1, T2, T3> fn)
    Parameters
    Type Name Description
    Func<T1, T2, T3> fn

    TBD

    Returns
    Type Description
    bool

    TBD

    Type Parameters
    Name Description
    T1

    TBD

    T2

    TBD

    T3

    TBD

    | Edit this page View Source

    Left<TLeft, TRight>(TLeft, TRight)

    TBD

    Declaration
    public static TLeft Left<TLeft, TRight>(TLeft left, TRight right)
    Parameters
    Type Name Description
    TLeft left

    TBD

    TRight right

    TBD

    Returns
    Type Description
    TLeft

    TBD

    Type Parameters
    Name Description
    TLeft

    TBD

    TRight

    TBD

    | Edit this page View Source

    None<TLeft, TRight>(TLeft, TRight)

    TBD

    Declaration
    public static NotUsed None<TLeft, TRight>(TLeft left, TRight right)
    Parameters
    Type Name Description
    TLeft left

    TBD

    TRight right

    TBD

    Returns
    Type Description
    NotUsed

    TBD

    Type Parameters
    Name Description
    TLeft

    TBD

    TRight

    TBD

    | Edit this page View Source

    Right<TLeft, TRight>(TLeft, TRight)

    TBD

    Declaration
    public static TRight Right<TLeft, TRight>(TLeft left, TRight right)
    Parameters
    Type Name Description
    TLeft left

    TBD

    TRight right

    TBD

    Returns
    Type Description
    TRight

    TBD

    Type Parameters
    Name Description
    TLeft

    TBD

    TRight

    TBD

    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