Table of Contents

Class SharedAsyncFlow<T>

Namespace
PatternKit.Behavioral.Iterator
Assembly
PatternKit.Core.dll
public sealed class SharedAsyncFlow<T>

Type Parameters

T
Inheritance
SharedAsyncFlow<T>
Inherited Members

Methods

Branch(Func<T, bool>)

public (AsyncFlow<T> True, AsyncFlow<T> False) Branch(Func<T, bool> predicate)

Parameters

predicate Func<T, bool>

Returns

(AsyncFlow<T> True, AsyncFlow<T> False)

Fork()

public AsyncFlow<T> Fork()

Returns

AsyncFlow<T>