Search Results for

    Show / Hide Table of Contents

    Class PartitionWith<TIn, TOut0, TOut1>

    This stage partitions input to 2 different outlets, applying different transformations on the elements, according to the partition function.

    Inheritance
    object
    GraphStageWithMaterializedValue<FanOutShape<TIn, TOut0, TOut1>, NotUsed>
    GraphStage<FanOutShape<TIn, TOut0, TOut1>>
    PartitionWith<TIn, TOut0, TOut1>
    Implements
    IGraphStageWithMaterializedValue<FanOutShape<TIn, TOut0, TOut1>, NotUsed>
    IGraph<FanOutShape<TIn, TOut0, TOut1>, NotUsed>
    IGraph<FanOutShape<TIn, TOut0, TOut1>>
    Inherited Members
    GraphStage<FanOutShape<TIn, TOut0, TOut1>>.CreateLogicAndMaterializedValue(Attributes)
    GraphStage<FanOutShape<TIn, TOut0, TOut1>>.CreateLogic(Attributes)
    GraphStageWithMaterializedValue<FanOutShape<TIn, TOut0, TOut1>, NotUsed>.InitialAttributes
    GraphStageWithMaterializedValue<FanOutShape<TIn, TOut0, TOut1>, NotUsed>.Shape
    GraphStageWithMaterializedValue<FanOutShape<TIn, TOut0, TOut1>, NotUsed>.WithAttributes(Attributes)
    GraphStageWithMaterializedValue<FanOutShape<TIn, TOut0, TOut1>, NotUsed>.CreateLogicAndMaterializedValue(Attributes)
    GraphStageWithMaterializedValue<FanOutShape<TIn, TOut0, TOut1>, NotUsed>.Module
    GraphStageWithMaterializedValue<FanOutShape<TIn, TOut0, TOut1>, NotUsed>.AddAttributes(Attributes)
    GraphStageWithMaterializedValue<FanOutShape<TIn, TOut0, TOut1>, NotUsed>.Named(string)
    GraphStageWithMaterializedValue<FanOutShape<TIn, TOut0, TOut1>, NotUsed>.Async()
    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 PartitionWith<TIn, TOut0, TOut1> : GraphStage<FanOutShape<TIn, TOut0, TOut1>>, IGraphStageWithMaterializedValue<FanOutShape<TIn, TOut0, TOut1>, NotUsed>, IGraph<FanOutShape<TIn, TOut0, TOut1>, NotUsed>, IGraph<FanOutShape<TIn, TOut0, TOut1>>
    Type Parameters
    Name Description
    TIn

    input type

    TOut0

    left output type

    TOut1

    right output type

    Constructors

    | Edit this page View Source

    PartitionWith(Func<TIn, Either<TOut0, TOut1>>)

    Declaration
    public PartitionWith(Func<TIn, Either<TOut0, TOut1>> partitionWith)
    Parameters
    Type Name Description
    Func<TIn, Either<TOut0, TOut1>> partitionWith

    partition function

    Properties

    | Edit this page View Source

    Shape

    TBD

    Declaration
    public override FanOutShape<TIn, TOut0, TOut1> Shape { get; }
    Property Value
    Type Description
    FanOutShape<TIn, TOut0, TOut1>
    Overrides
    GraphStageWithMaterializedValue<FanOutShape<TIn, TOut0, TOut1>, NotUsed>.Shape

    Methods

    | Edit this page View Source

    CreateLogic(Attributes)

    TBD

    Declaration
    protected override GraphStageLogic CreateLogic(Attributes inheritedAttributes)
    Parameters
    Type Name Description
    Attributes inheritedAttributes

    TBD

    Returns
    Type Description
    GraphStageLogic

    TBD

    Overrides
    GraphStage<FanOutShape<TIn, TOut0, TOut1>>.CreateLogic(Attributes)

    Implements

    IGraphStageWithMaterializedValue<TShape, TMaterialized>
    IGraph<TShape, TMaterialized>
    IGraph<TShape>

    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