- Consumer <IN, A>
- Select <B> (Func<A, B> f)
- SelectMany <B> (Func<A, Consumer<IN, B>> f)
- SelectMany <RT, B> (Func<A, ConsumerLift<RT, IN, B>> f)
- SelectMany <RT, B> (Func<A, Consumer<RT, IN, B>> f)
- SelectMany <OUT, B> (Func<A, Producer<OUT, B>> f)
- SelectMany <RT, OUT, B> (Func<A, ProducerLift<RT, OUT, B>> f)
- Interpret <RT> ()
- ToConsumerLift <RT> ()
- ToPipe <OUT> ()
- Map <B> (Func<A, B> f)
- Bind <B> (Func<A, Consumer<IN, B>> f)
- Bind <RT, B> (Func<A, ConsumerLift<RT, IN, B>> f)
- Bind <RT, B> (Func<A, Consumer<RT, IN, B>> f)
- Bind <OUT, B> (Func<A, Producer<OUT, B>> f)
- SelectMany <B, C> (Func<A, Consumer<IN, B>> f, Func<A, B, C> project)
- SelectMany <RT, B, C> (Func<A, ConsumerLift<RT, IN, B>> f, Func<A, B, C> project)
- SelectMany <RT, B, C> (Func<A, Consumer<RT, IN, B>> f, Func<A, B, C> project)
- SelectMany <OUT, B, C> (Func<A, Producer<OUT, B>> f, Func<A, B, C> project)
- & ( Consumer<IN, A> lhs, Consumer<IN, A> rhs)
- Pure
- Value
- Pure (A value)
- Select <B> (Func<A, B> f)
- SelectMany <B> (Func<A, Consumer<IN, B>> f)
- SelectMany <RT, B> (Func<A, ConsumerLift<RT, IN, B>> f)
- SelectMany <RT, B> (Func<A, Consumer<RT, IN, B>> f)
- SelectMany <OUT, B> (Func<A, Producer<OUT, B>> f)
- SelectMany <RT, OUT, B> (Func<A, ProducerLift<RT, OUT, B>> f)
- Interpret <RT> ()
- ToConsumerLift <RT> ()
- ToPipe <OUT> ()
- Await
- Next
- Await (Func<IN, Consumer<IN, A>> next)
- Select <B> (Func<A, B> f)
- SelectMany <B> (Func<A, Consumer<IN, B>> f)
- SelectMany <RT, B> (Func<A, ConsumerLift<RT, IN, B>> f)
- SelectMany <RT, B> (Func<A, Consumer<RT, IN, B>> f)
- SelectMany <OUT, B> (Func<A, Producer<OUT, B>> f)
- SelectMany <RT, OUT, B> (Func<A, ProducerLift<RT, OUT, B>> f)
- Interpret <RT> ()
- ToConsumerLift <RT> ()
- ToPipe <OUT> ()
- Release <X>
- Release (X value, Func<Unit, Consumer<IN, A>> next)
- Select <B> (Func<A, B> f)
- SelectMany <B> (Func<A, Consumer<IN, B>> f)
- SelectMany <RT, B> (Func<A, ConsumerLift<RT, IN, B>> f)
- SelectMany <RT, B> (Func<A, Consumer<RT, IN, B>> f)
- SelectMany <OUT, B> (Func<A, Producer<OUT, B>> f)
- SelectMany <RT, OUT, B> (Func<A, ProducerLift<RT, OUT, B>> f)
- Interpret <RT> ()
- ToConsumerLift <RT> ()
- ToPipe <OUT> ()
- ConsumerLift <RT, IN, A>
- Select <B> (Func<A, B> f)
- SelectMany <B> (Func<A, ConsumerLift<RT, IN, B>> f)
- SelectMany <B> (Func<A, Consumer<RT, IN, B>> f)
- SelectMany <OUT, B> (Func<A, Producer<OUT, B>> f)
- Interpret ()
- ToPipe <OUT> ()
- Map <B> (Func<A, B> f)
- Bind <B> (Func<A, ConsumerLift<RT, IN, B>> f)
- Bind <B> (Func<A, Consumer<RT, IN, B>> f)
- Bind <OUT, B> (Func<A, Producer<OUT, B>> f)
- SelectMany <B, C> (Func<A, ConsumerLift<RT, IN, B>> f, Func<A, B, C> project)
- SelectMany <B, C> (Func<A, Consumer<RT, IN, B>> f, Func<A, B, C> project)
- SelectMany <OUT, B, C> (Func<A, Producer<OUT, B>> f, Func<A, B, C> project)
- & ( ConsumerLift<RT, IN, A> lhs, ConsumerLift<RT, IN, A> rhs)
- Pure
- Value
- Pure (A value)
- Select <B> (Func<A, B> f)
- SelectMany <B> (Func<A, ConsumerLift<RT, IN, B>> f)
- SelectMany <B> (Func<A, Consumer<RT, IN, B>> f)
- SelectMany <OUT, B> (Func<A, Producer<OUT, B>> f)
- Interpret ()
- ToPipe <OUT> ()
- Lift <X>
- Value
- Next
- Lift (Aff<RT, X> value, Func<X, ConsumerLift<RT, IN, A>> next)
- Select <B> (Func<A, B> f)
- SelectMany <B> (Func<A, ConsumerLift<RT, IN, B>> f)
- SelectMany <B> (Func<A, Consumer<RT, IN, B>> f)
- SelectMany <OUT, B> (Func<A, Producer<OUT, B>> f)
- Interpret ()
- ToPipe <OUT> ()
- Await
- Next
- Await (Func<IN, ConsumerLift<RT, IN, A>> next)
- Select <B> (Func<A, B> f)
- SelectMany <B> (Func<A, ConsumerLift<RT, IN, B>> f)
- SelectMany <B> (Func<A, Consumer<RT, IN, B>> f)
- SelectMany <OUT, B> (Func<A, Producer<OUT, B>> f)
- Interpret ()
- ToPipe <OUT> ()
- Release <X>
- Release (X value, Func<Unit, ConsumerLift<RT, IN, A>> next)
- Select <B> (Func<A, B> f)
- SelectMany <B> (Func<A, ConsumerLift<RT, IN, B>> f)
- SelectMany <B> (Func<A, Consumer<RT, IN, B>> f)
- SelectMany <OUT, B> (Func<A, Producer<OUT, B>> f)
- Interpret ()
- ToPipe <OUT> ()
- Enumerate <OUT, A>
- Select <B> (Func<A, B> f)
- SelectMany <B> (Func<A, Enumerate<OUT, B>> f)
- SelectMany <B> (Func<A, Pipes.Release<B>> f)
- SelectMany <B> (Func<A, Producer<OUT, B>> f)
- SelectMany <RT, B> (Func<A, Producer<RT, OUT, B>> f)
- SelectMany <IN, B> (Func<A, Pipe<IN, OUT, B>> f)
- SelectMany <RT, IN, B> (Func<A, Pipe<RT, IN, OUT, B>> f)
- Interpret <RT> ()
- Interpret <RT, IN> ()
- Map <B> (Func<A, B> f)
- Bind <B> (Func<A, Enumerate<OUT, B>> f)
- Bind <B> (Func<A, Pipes.Release<B>> f)
- Bind <B> (Func<A, Producer<OUT, B>> f)
- Bind <RT, B> (Func<A, Producer<RT, OUT, B>> f)
- Bind <RT, IN, B> (Func<A, Pipe<RT, IN, OUT, B>> f)
- SelectMany <B, C> (Func<A, Enumerate<OUT, B>> f, Func<A, B, C> project)
- SelectMany <B, C> (Func<A, Pipes.Release<B>> f, Func<A, B, C> project)
- SelectMany <B, C> (Func<A, Producer<OUT, B>> f, Func<A, B, C> project)
- SelectMany <RT, B, C> (Func<A, Producer<RT, OUT, B>> f, Func<A, B, C> project)
- SelectMany <IN, B, C> (Func<A, Pipe<IN, OUT, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, B, C> (Func<A, Pipe<RT, IN, OUT, B>> f, Func<A, B, C> project)
- Pure
- Value
- Pure (A value)
- Select <B> (Func<A, B> f)
- SelectMany <B> (Func<A, Pipes.Release<B>> f)
- SelectMany <B> (Func<A, Producer<OUT, B>> f)
- SelectMany <B> (Func<A, Enumerate<OUT, B>> f)
- SelectMany <RT, B> (Func<A, Producer<RT, OUT, B>> f)
- SelectMany <IN, B> (Func<A, Pipe<IN, OUT, B>> f)
- SelectMany <RT, IN, B> (Func<A, Pipe<RT, IN, OUT, B>> f)
- Interpret <RT> ()
- Interpret <RT, IN> ()
- Do
- Next
- Do (IEnumerable<OUT> values, Func<Unit, Enumerate<OUT, A>> next)
- Do (IAsyncEnumerable<OUT> values, Func<Unit, Enumerate<OUT, A>> next)
- Do (IObservable<OUT> values, Func<Unit, Enumerate<OUT, A>> next)
- Select <B> (Func<A, B> f)
- SelectMany <B> (Func<A, Enumerate<OUT, B>> f)
- SelectMany <B> (Func<A, Pipes.Release<B>> f)
- SelectMany <B> (Func<A, Producer<OUT, B>> f)
- SelectMany <RT, B> (Func<A, Producer<RT, OUT, B>> f)
- SelectMany <IN, B> (Func<A, Pipe<IN, OUT, B>> f)
- SelectMany <RT, IN, B> (Func<A, Pipe<RT, IN, OUT, B>> f)
- Interpret <RT> ()
- Interpret <RT, IN> ()
- Release <X>
- Release (X value, Func<Unit, Enumerate<OUT, A>> next)
- Select <B> (Func<A, B> f)
- SelectMany <B> (Func<A, Enumerate<OUT, B>> f)
- SelectMany <B> (Func<A, Pipes.Release<B>> f)
- SelectMany <B> (Func<A, Producer<OUT, B>> f)
- SelectMany <RT, B> (Func<A, Producer<RT, OUT, B>> f)
- SelectMany <IN, B> (Func<A, Pipe<IN, OUT, B>> f)
- SelectMany <RT, IN, B> (Func<A, Pipe<RT, IN, OUT, B>> f)
- Interpret <RT> ()
- Interpret <RT, IN> ()
- Lift <RT, A>
- Map <B> (Func<A, B> f)
- Bind <B> (Func<A, Lift<RT, B>> f)
- ToProducer <OUT> ()
- ToProducerLift <OUT> ()
- ToConsumer <IN> ()
- ToConsumerLift <IN> ()
- ToPipe <IN, OUT> ()
- Pure
- Value
- Pure (A value)
- Map <B> (Func<A, B> f)
- Bind <B> (Func<A, Lift<RT, B>> f)
- ToProducer <OUT> ()
- ToProducerLift <OUT> ()
- ToConsumer <IN> ()
- ToConsumerLift <IN> ()
- ToPipe <IN, OUT> ()
- Do <X>
- Effect
- Next
- Do (Aff<RT, X> value, Func<X, Lift<RT, A>> next)
- Map <B> (Func<A, B> f)
- Bind <B> (Func<A, Lift<RT, B>> f)
- ToConsumerLift <IN> ()
- ToProducer <OUT> ()
- ToProducerLift <OUT> ()
- ToConsumer <IN> ()
- ToPipe <IN, OUT> ()
- Lift
- Pure <RT, A> (A value)
- Aff <RT, A> (Aff<RT, A> value)
- Eff <RT, A> (Eff<RT, A> value)
- Select <RT, A, B> (this Lift<RT, A> ma, Func<A, B> f)
- SelectMany <RT, A, B> (this Lift<RT, A> ma, Func<A, Lift<RT, B>> f)
- SelectMany <RT, A, B, C> (this Lift<RT, A> ma, Func<A, Lift<RT, B>> f, Func<A, B, C> project)
- SelectMany <RT, A, B> (this Lift<RT, A> ma, Func<A, Aff<RT, B>> f)
- SelectMany <RT, A, B, C> (this Lift<RT, A> ma, Func<A, Aff<RT, B>> f, Func<A, B, C> project)
- SelectMany <RT, A, B> (this Lift<RT, A> ma, Func<A, Eff<RT, B>> f)
- SelectMany <RT, A, B, C> (this Lift<RT, A> ma, Func<A, Eff<RT, B>> f, Func<A, B, C> project)
- SelectMany <RT, A, B> (this Lift<RT, A> ma, Func<A, Aff<B>> f)
- SelectMany <RT, A, B, C> (this Lift<RT, A> ma, Func<A, Aff<B>> f, Func<A, B, C> project)
- SelectMany <RT, A, B> (this Lift<RT, A> ma, Func<A, Eff<B>> f)
- SelectMany <RT, A, B, C> (this Lift<RT, A> ma, Func<A, Eff<B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, A, B> (this Lift<RT, A> ma, Func<A, Consumer<IN, B>> f)
- SelectMany <RT, IN, A, B, C> (this Lift<RT, A> ma, Func<A, Consumer<IN, B>> f, Func<A, B, C> project)
- SelectMany <RT, OUT, A, B> (this Lift<RT, A> ma, Func<A, Producer<OUT, B>> f)
- SelectMany <RT, OUT, A, B> (this Lift<RT, A> ma, Func<A, ProducerLift<RT, OUT, B>> f)
- SelectMany <RT, OUT, A, B, C> (this Lift<RT, A> ma, Func<A, Producer<OUT, B>> f, Func<A, B, C> project)
- SelectMany <RT, OUT, A, B, C> (this Lift<RT, A> ma, Func<A, ProducerLift<RT, OUT, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, OUT, A, B> (this Lift<RT, A> ma, Func<A, Pipe<IN, OUT, B>> f)
- SelectMany <RT, IN, OUT, A, B, C> (this Lift<RT, A> ma, Func<A, Pipe<IN, OUT, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, A, B> (this Consumer<IN, A> ma, Func<A, Lift<RT, B>> f)
- SelectMany <RT, IN, A, B, C> (this Consumer<IN, A> ma, Func<A, Lift<RT, B>> f, Func<A, B, C> project)
- SelectMany <RT, OUT, A, B> (this Producer<OUT, A> ma, Func<A, Lift<RT, B>> f)
- SelectMany <RT, OUT, A, B, C> (this Producer<OUT, A> ma, Func<A, Lift<RT, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, OUT, A, B> (this Pipe<IN, OUT, A> ma, Func<A, Lift<RT, B>> f)
- SelectMany <RT, IN, OUT, A, B, C> (this Pipe<IN, OUT, A> ma, Func<A, Lift<RT, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, A, B> (this Lift<RT, A> ma, Func<A, Consumer<RT, IN, B>> f)
- SelectMany <RT, IN, A, B, C> (this Lift<RT, A> ma, Func<A, Consumer<RT, IN, B>> f, Func<A, B, C> project)
- SelectMany <RT, OUT, A, B> (this Lift<RT, A> ma, Func<A, Producer<RT, OUT, B>> f)
- SelectMany <RT, OUT, A, B, C> (this Lift<RT, A> ma, Func<A, Producer<RT, OUT, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, OUT, A, B> (this Lift<RT, A> ma, Func<A, Pipe<RT, IN, OUT, B>> f)
- SelectMany <RT, IN, OUT, A, B, C> (this Lift<RT, A> ma, Func<A, Pipe<RT, IN, OUT, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, A, B> (this Consumer<RT, IN, A> ma, Func<A, Lift<RT, B>> f)
- SelectMany <RT, IN, A, B, C> (this Consumer<RT, IN, A> ma, Func<A, Lift<RT, B>> f, Func<A, B, C> project)
- SelectMany <RT, OUT, A, B> (this Producer<RT, OUT, A> ma, Func<A, Lift<RT, B>> f)
- SelectMany <RT, OUT, A, B, C> (this Producer<RT, OUT, A> ma, Func<A, Lift<RT, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, OUT, A, B> (this Pipe<RT, IN, OUT, A> ma, Func<A, Lift<RT, B>> f)
- SelectMany <RT, IN, OUT, A, B, C> (this Pipe<RT, IN, OUT, A> ma, Func<A, Lift<RT, B>> f, Func<A, B, C> project)
- Pipe <IN, OUT, A>
- Select <B> (Func<A, B> f)
- Interpret <RT> ()
- SelectMany <B> (Func<A, Pipe<IN, OUT, B>> f)
- SelectMany <RT, B> (Func<A, Pipe<RT, IN, OUT, B>> f)
- SelectMany <B> (Func<A, Consumer<IN, B>> f)
- SelectMany <B> (Func<A, Producer<OUT, B>> f)
- Map <B> (Func<A, B> f)
- Bind <B> (Func<A, Pipe<IN, OUT, B>> f)
- Bind <RT, B> (Func<A, Pipe<RT, IN, OUT, B>> f)
- Bind <B> (Func<A, Consumer<IN, B>> f)
- SelectMany <B, C> (Func<A, Pipe<IN, OUT, B>> f, Func<A, B, C> project)
- SelectMany <RT, B, C> (Func<A, Pipe<RT, IN, OUT, B>> f, Func<A, B, C> project)
- SelectMany <B, C> (Func<A, Consumer<IN, B>> f, Func<A, B, C> project)
- SelectMany <B, C> (Func<A, Producer<OUT, B>> f, Func<A, B, C> project)
- & ( Pipe<IN, OUT, A> lhs, Pipe<IN, OUT, A> rhs)
- Pure
- Value
- Pure (A value)
- Select <B> (Func<A, B> f)
- SelectMany <B> (Func<A, Pipe<IN, OUT, B>> f)
- SelectMany <RT, B> (Func<A, Pipe<RT, IN, OUT, B>> f)
- Interpret <RT> ()
- SelectMany <B> (Func<A, Consumer<IN, B>> f)
- SelectMany <B> (Func<A, Producer<OUT, B>> f)
- Await
- Next
- Await (Func<IN, Pipe<IN, OUT, A>> next)
- Select <B> (Func<A, B> f)
- SelectMany <B> (Func<A, Pipe<IN, OUT, B>> f)
- SelectMany <RT, B> (Func<A, Pipe<RT, IN, OUT, B>> f)
- Interpret <RT> ()
- SelectMany <B> (Func<A, Consumer<IN, B>> f)
- SelectMany <B> (Func<A, Producer<OUT, B>> f)
- Yield
- Value
- Next
- Yield (OUT value, Func<Unit, Pipe<IN, OUT, A>> next)
- Select <B> (Func<A, B> f)
- SelectMany <B> (Func<A, Pipe<IN, OUT, B>> f)
- SelectMany <RT, B> (Func<A, Pipe<RT, IN, OUT, B>> f)
- Interpret <RT> ()
- SelectMany <B> (Func<A, Consumer<IN, B>> f)
- SelectMany <B> (Func<A, Producer<OUT, B>> f)
- Enumerate
- Next
- Select <B> (Func<A, B> f)
- SelectMany <B> (Func<A, Pipe<IN, OUT, B>> f)
- SelectMany <RT, B> (Func<A, Pipe<RT, IN, OUT, B>> f)
- Interpret <RT> ()
- SelectMany <B> (Func<A, Consumer<IN, B>> f)
- SelectMany <B> (Func<A, Producer<OUT, B>> f)
- Release <X>
- Release (X value, Func<Unit, Pipe<IN, OUT, A>> next)
- Select <B> (Func<A, B> f)
- SelectMany <B> (Func<A, Pipe<IN, OUT, B>> f)
- SelectMany <RT, B> (Func<A, Pipe<RT, IN, OUT, B>> f)
- SelectMany <B> (Func<A, Consumer<IN, B>> f)
- SelectMany <B> (Func<A, Producer<OUT, B>> f)
- Interpret <RT> ()
- Producer <OUT, A>
- Select <B> (Func<A, B> f)
- SelectMany <B> (Func<A, Producer<OUT, B>> f)
- SelectMany <RT, B> (Func<A, Producer<RT, OUT, B>> f)
- Interpret <RT> ()
- ToPipe <IN> ()
- ToProducerLift <RT> ()
- Map <B> (Func<A, B> f)
- Bind <B> (Func<A, Producer<OUT, B>> f)
- Bind <RT, B> (Func<A, Producer<RT, OUT, B>> f)
- SelectMany <B, C> (Func<A, Producer<OUT, B>> f, Func<A, B, C> project)
- SelectMany <RT, B> (Func<A, ProducerLift<RT, OUT, B>> f)
- SelectMany <RT, B, C> (Func<A, ProducerLift<RT, OUT, B>> f, Func<A, B, C> project)
- SelectMany <RT, B, C> (Func<A, Producer<RT, OUT, B>> f, Func<A, B, C> project)
- & ( Producer<OUT, A> lhs, Producer<OUT, A> rhs)
- Pure
- Value
- Pure (A value)
- Select <B> (Func<A, B> f)
- SelectMany <B> (Func<A, Producer<OUT, B>> f)
- SelectMany <RT, B> (Func<A, Producer<RT, OUT, B>> f)
- Interpret <RT> ()
- ToPipe <IN> ()
- ToProducerLift <RT> ()
- Enumerate
- Next
- Enumerate (IEnumerable<OUT> values, Func<Unit, Producer<OUT, A> > next)
- Enumerate (IAsyncEnumerable<OUT> values, Func<Unit, Producer<OUT, A> > next)
- Enumerate (IObservable<OUT> values, Func<Unit, Producer<OUT, A> > next)
- Select <B> (Func<A, B> f)
- SelectMany <B> (Func<A, Producer<OUT, B>> f)
- SelectMany <RT, B> (Func<A, Producer<RT, OUT, B>> f)
- Interpret <RT> ()
- ToPipe <IN> ()
- ToProducerLift <RT> ()
- Yield
- Value
- Next
- Yield (OUT value, Func<Unit, Producer<OUT, A>> next)
- Select <B> (Func<A, B> f)
- SelectMany <B> (Func<A, Producer<OUT, B>> f)
- SelectMany <RT, B> (Func<A, Producer<RT, OUT, B>> f)
- Interpret <RT> ()
- ToPipe <IN> ()
- ToProducerLift <RT> ()
- Release <X>
- Release (X value, Func<Unit, Producer<OUT, A>> next)
- Select <B> (Func<A, B> f)
- SelectMany <B> (Func<A, Producer<OUT, B>> f)
- SelectMany <RT, B> (Func<A, Producer<RT, OUT, B>> f)
- Interpret <RT> ()
- ToPipe <IN> ()
- ToProducerLift <RT> ()
- ProducerLift <RT, OUT, A>
- Select <B> (Func<A, B> f)
- SelectMany <B> (Func<A, Producer<OUT, B>> f)
- SelectMany <B> (Func<A, ProducerLift<RT, OUT, B>> f)
- SelectMany <B> (Func<A, Producer<RT, OUT, B>> f)
- Interpret ()
- ToPipe <IN> ()
- Map <B> (Func<A, B> f)
- Bind <B> (Func<A, Producer<OUT, B>> f)
- Bind <B> (Func<A, ProducerLift<RT, OUT, B>> f)
- Bind <B> (Func<A, Producer<RT, OUT, B>> f)
- SelectMany <B, C> (Func<A, ProducerLift<RT, OUT, B>> f, Func<A, B, C> project)
- SelectMany <B, C> (Func<A, Producer<RT, OUT, B>> f, Func<A, B, C> project)
- & ( ProducerLift<RT, OUT, A> lhs, ProducerLift<RT, OUT, A> rhs)
- Pure
- Value
- Pure (A value)
- Select <B> (Func<A, B> f)
- SelectMany <B> (Func<A, Producer<OUT, B>> f)
- SelectMany <B> (Func<A, ProducerLift<RT, OUT, B>> f)
- SelectMany <B> (Func<A, Producer<RT, OUT, B>> f)
- Interpret ()
- ToPipe <IN> ()
- Enumerate
- Next
- Enumerate (IEnumerable<OUT> values, Func<Unit, ProducerLift<RT, OUT, A> > next)
- Enumerate (IAsyncEnumerable<OUT> values, Func<Unit, ProducerLift<RT, OUT, A> > next)
- Enumerate (IObservable<OUT> values, Func<Unit, ProducerLift<RT, OUT, A> > next)
- Select <B> (Func<A, B> f)
- SelectMany <B> (Func<A, Producer<OUT, B>> f)
- SelectMany <B> (Func<A, ProducerLift<RT, OUT, B>> f)
- SelectMany <B> (Func<A, Producer<RT, OUT, B>> f)
- Interpret ()
- ToPipe <IN> ()
- Yield
- Value
- Next
- Yield (OUT value, Func<Unit, ProducerLift<RT, OUT, A>> next)
- Select <B> (Func<A, B> f)
- SelectMany <B> (Func<A, Producer<OUT, B>> f)
- SelectMany <B> (Func<A, ProducerLift<RT, OUT, B>> f)
- SelectMany <B> (Func<A, Producer<RT, OUT, B>> f)
- Interpret ()
- ToPipe <IN> ()
- Release <X>
- Release (X value, Func<Unit, ProducerLift<RT, OUT, A>> next)
- Select <B> (Func<A, B> f)
- SelectMany <B> (Func<A, Producer<OUT, B>> f)
- SelectMany <B> (Func<A, ProducerLift<RT, OUT, B>> f)
- SelectMany <B> (Func<A, Producer<RT, OUT, B>> f)
- Interpret ()
- ToPipe <IN> ()
- Lift <X>
- Value
- Next
- Lift (Aff<RT, X> value, Func<X, ProducerLift<RT, OUT, A>> next)
- Select <B> (Func<A, B> f)
- SelectMany <B> (Func<A, Producer<OUT, B>> f)
- SelectMany <B> (Func<A, ProducerLift<RT, OUT, B>> f)
- SelectMany <B> (Func<A, Producer<RT, OUT, B>> f)
- Interpret ()
- ToPipe <IN> ()
- Pure <A>
- PureProxy
- Pure <A> (A value)
- ReleasePure <A> (A value)
- PipePure <IN, OUT, A> (A value)
- ProducerPure <OUT, A> (A value)
- ConsumerPure <IN, A> (A value)
- ConsumerLiftPure <RT, IN, A> (A value)
- EnumeratePure <OUT, A> (A value)
- ConsumerAwait <IN> ()
- PipeAwait <IN, OUT> ()
- ProducerYield <OUT> (OUT value)
- ProducerEnumerate <OUT> (IEnumerable<OUT> xs)
- ProducerEnumerate <OUT> (IAsyncEnumerable<OUT> xs)
- ProducerObserve <OUT> (IObservable<OUT> xs)
- PipeYield <IN, OUT> (OUT value)
- SelectMany <RT, IN, A, B> (this ConsumerLift<RT, IN, A> ma, Func<A, Aff<RT, B>> f)
- SelectMany <RT, IN, A, B> (this Consumer<IN, A> ma, Func<A, Aff<RT, B>> f)
- SelectMany <RT, OUT, A, B> (this Producer<OUT, A> ma, Func<A, Aff<RT, B>> f)
- SelectMany <RT, IN, OUT, A, B> (this Pipe<IN, OUT, A> ma, Func<A, Aff<RT, B>> f)
- SelectMany <RT, IN, A, B> (this Consumer<RT, IN, A> ma, Func<A, Aff<RT, B>> f)
- SelectMany <RT, OUT, A, B> (this Producer<RT, OUT, A> ma, Func<A, Aff<RT, B>> f)
- SelectMany <RT, IN, OUT, A, B> (this Pipe<RT, IN, OUT, A> ma, Func<A, Aff<RT, B>> f)
- SelectMany <RT, IN, A, B> (this ConsumerLift<RT, IN, A> ma, Func<A, Eff<RT, B>> f)
- SelectMany <RT, IN, A, B> (this Consumer<IN, A> ma, Func<A, Eff<RT, B>> f)
- SelectMany <RT, OUT, A, B> (this Producer<OUT, A> ma, Func<A, Eff<RT, B>> f)
- SelectMany <RT, IN, OUT, A, B> (this Pipe<IN, OUT, A> ma, Func<A, Eff<RT, B>> f)
- SelectMany <RT, IN, A, B> (this Consumer<RT, IN, A> ma, Func<A, Eff<RT, B>> f)
- SelectMany <RT, OUT, A, B> (this Producer<RT, OUT, A> ma, Func<A, Eff<RT, B>> f)
- SelectMany <RT, IN, OUT, A, B> (this Pipe<RT, IN, OUT, A> ma, Func<A, Eff<RT, B>> f)
- SelectMany <RT, IN, A, B> (this ConsumerLift<RT, IN, A> ma, Func<A, Aff<B>> f)
- SelectMany <RT, IN, A, B> (this Consumer<RT, IN, A> ma, Func<A, Aff<B>> f)
- SelectMany <RT, OUT, A, B> (this Producer<RT, OUT, A> ma, Func<A, Aff<B>> f)
- SelectMany <RT, IN, OUT, A, B> (this Pipe<RT, IN, OUT, A> ma, Func<A, Aff<B>> f)
- SelectMany <RT, IN, A, B> (this ConsumerLift<RT, IN, A> ma, Func<A, Eff<B>> f)
- SelectMany <RT, IN, A, B> (this Consumer<RT, IN, A> ma, Func<A, Eff<B>> f)
- SelectMany <RT, OUT, A, B> (this Producer<RT, OUT, A> ma, Func<A, Eff<B>> f)
- SelectMany <RT, IN, OUT, A, B> (this Pipe<RT, IN, OUT, A> ma, Func<A, Eff<B>> f)
- SelectMany <RT, IN, A, B> (this Aff<RT, A> ma, Func<A, ConsumerLift<RT, IN, B>> f)
- SelectMany <RT, IN, A, B> (this Aff<RT, A> ma, Func<A, Consumer<IN, B>> f)
- SelectMany <RT, OUT, A, B> (this Aff<RT, A> ma, Func<A, Producer<OUT, B>> f)
- SelectMany <RT, IN, OUT, A, B> (this Aff<RT, A> ma, Func<A, Pipe<IN, OUT, B>> f)
- SelectMany <RT, IN, A, B> (this Aff<RT, A> ma, Func<A, Consumer<RT, IN, B>> f)
- SelectMany <RT, OUT, A, B> (this Aff<RT, A> ma, Func<A, Producer<RT, OUT, B>> f)
- SelectMany <RT, IN, OUT, A, B> (this Aff<RT, A> ma, Func<A, Pipe<RT, IN, OUT, B>> f)
- SelectMany <RT, IN, A, B> (this Eff<RT, A> ma, Func<A, ConsumerLift<RT, IN, B>> f)
- SelectMany <RT, IN, A, B> (this Eff<RT, A> ma, Func<A, Consumer<IN, B>> f)
- SelectMany <RT, OUT, A, B> (this Eff<RT, A> ma, Func<A, Producer<OUT, B>> f)
- SelectMany <RT, IN, OUT, A, B> (this Eff<RT, A> ma, Func<A, Pipe<IN, OUT, B>> f)
- SelectMany <RT, IN, A, B> (this Eff<RT, A> ma, Func<A, Consumer<RT, IN, B>> f)
- SelectMany <RT, OUT, A, B> (this Eff<RT, A> ma, Func<A, Producer<RT, OUT, B>> f)
- SelectMany <RT, IN, OUT, A, B> (this Eff<RT, A> ma, Func<A, Pipe<RT, IN, OUT, B>> f)
- SelectMany <RT, IN, A, B> (this Aff<A> ma, Func<A, ConsumerLift<RT, IN, B>> f)
- SelectMany <RT, IN, A, B> (this Aff<A> ma, Func<A, Consumer<RT, IN, B>> f)
- SelectMany <RT, OUT, A, B> (this Aff<A> ma, Func<A, Producer<RT, OUT, B>> f)
- SelectMany <RT, IN, OUT, A, B> (this Aff<A> ma, Func<A, Pipe<RT, IN, OUT, B>> f)
- SelectMany <RT, IN, A, B> (this Eff<A> ma, Func<A, ConsumerLift<RT, IN, B>> f)
- SelectMany <RT, IN, OUT, A, B> (this Eff<A> ma, Func<A, Pipe<IN, OUT, B>> f)
- SelectMany <RT, IN, A, B> (this Eff<A> ma, Func<A, Consumer<RT, IN, B>> f)
- SelectMany <RT, OUT, A, B> (this Eff<A> ma, Func<A, Producer<RT, OUT, B>> f)
- SelectMany <RT, IN, OUT, A, B> (this Eff<A> ma, Func<A, Pipe<RT, IN, OUT, B>> f)
- SelectMany <RT, IN, A, B, C> (this ConsumerLift<RT, IN, A> ma, Func<A, Aff<RT, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, A, B, C> (this Consumer<IN, A> ma, Func<A, Aff<RT, B>> f, Func<A, B, C> project)
- SelectMany <RT, OUT, A, B, C> (this Producer<OUT, A> ma, Func<A, Aff<RT, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, OUT, A, B, C> (this Pipe<IN, OUT, A> ma, Func<A, Aff<RT, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, A, B, C> (this Consumer<RT, IN, A> ma, Func<A, Aff<RT, B>> f, Func<A, B, C> project)
- SelectMany <RT, OUT, A, B, C> (this Producer<RT, OUT, A> ma, Func<A, Aff<RT, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, OUT, A, B, C> (this Pipe<RT, IN, OUT, A> ma, Func<A, Aff<RT, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, A, B, C> (this ConsumerLift<RT, IN, A> ma, Func<A, Eff<RT, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, A, B, C> (this Consumer<IN, A> ma, Func<A, Eff<RT, B>> f, Func<A, B, C> project)
- SelectMany <RT, OUT, A, B, C> (this Producer<OUT, A> ma, Func<A, Eff<RT, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, OUT, A, B, C> (this Pipe<IN, OUT, A> ma, Func<A, Eff<RT, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, A, B, C> (this Consumer<RT, IN, A> ma, Func<A, Eff<RT, B>> f, Func<A, B, C> project)
- SelectMany <RT, OUT, A, B, C> (this Producer<RT, OUT, A> ma, Func<A, Eff<RT, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, OUT, A, B, C> (this Pipe<RT, IN, OUT, A> ma, Func<A, Eff<RT, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, A, B, C> (this ConsumerLift<RT, IN, A> ma, Func<A, Aff<B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, A, B, C> (this Consumer<RT, IN, A> ma, Func<A, Aff<B>> f, Func<A, B, C> project)
- SelectMany <RT, OUT, A, B, C> (this Producer<RT, OUT, A> ma, Func<A, Aff<B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, OUT, A, B, C> (this Pipe<RT, IN, OUT, A> ma, Func<A, Aff<B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, A, B, C> (this ConsumerLift<RT, IN, A> ma, Func<A, Eff<B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, A, B, C> (this Consumer<RT, IN, A> ma, Func<A, Eff<B>> f, Func<A, B, C> project)
- SelectMany <RT, OUT, A, B, C> (this Producer<RT, OUT, A> ma, Func<A, Eff<B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, OUT, A, B, C> (this Pipe<RT, IN, OUT, A> ma, Func<A, Eff<B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, A, B, C> (this Aff<RT, A> ma, Func<A, ConsumerLift<RT, IN, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, A, B, C> (this Aff<RT, A> ma, Func<A, Consumer<IN, B>> f, Func<A, B, C> project)
- SelectMany <RT, OUT, A, B, C> (this Aff<RT, A> ma, Func<A, Producer<OUT, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, OUT, A, B, C> (this Aff<RT, A> ma, Func<A, Pipe<IN, OUT, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, A, B, C> (this Aff<RT, A> ma, Func<A, Consumer<RT, IN, B>> f, Func<A, B, C> project)
- SelectMany <RT, OUT, A, B, C> (this Aff<RT, A> ma, Func<A, Producer<RT, OUT, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, OUT, A, B, C> (this Aff<RT, A> ma, Func<A, Pipe<RT, IN, OUT, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, A, B, C> (this Eff<RT, A> ma, Func<A, ConsumerLift<RT, IN, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, A, B, C> (this Eff<RT, A> ma, Func<A, Consumer<IN, B>> f, Func<A, B, C> project)
- SelectMany <RT, OUT, A, B, C> (this Eff<RT, A> ma, Func<A, Producer<OUT, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, OUT, A, B, C> (this Eff<RT, A> ma, Func<A, Pipe<IN, OUT, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, A, B, C> (this Eff<RT, A> ma, Func<A, Consumer<RT, IN, B>> f, Func<A, B, C> project)
- SelectMany <RT, OUT, A, B, C> (this Eff<RT, A> ma, Func<A, Producer<RT, OUT, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, OUT, A, B, C> (this Eff<RT, A> ma, Func<A, Pipe<RT, IN, OUT, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, A, B, C> (this Aff<A> ma, Func<A, ConsumerLift<RT, IN, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, A, B, C> (this Aff<A> ma, Func<A, Consumer<RT, IN, B>> f, Func<A, B, C> project)
- SelectMany <RT, OUT, A, B, C> (this Aff<A> ma, Func<A, Producer<RT, OUT, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, OUT, A, B, C> (this Aff<A> ma, Func<A, Pipe<RT, IN, OUT, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, A, B, C> (this Eff<A> ma, Func<A, ConsumerLift<RT, IN, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, OUT, A, B, C> (this Eff<A> ma, Func<A, Pipe<IN, OUT, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, A, B, C> (this Eff<A> ma, Func<A, Consumer<RT, IN, B>> f, Func<A, B, C> project)
- SelectMany <RT, OUT, A, B, C> (this Eff<A> ma, Func<A, Producer<RT, OUT, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, OUT, A, B, C> (this Eff<A> ma, Func<A, Pipe<RT, IN, OUT, B>> f, Func<A, B, C> project)
- Release <A>
- Select <B> (Func<A, B> f)
- SelectMany <B> (Func<A, Release<B>> f)
- SelectMany <OUT, B> (Func<A, Enumerate<OUT, B>> f)
- SelectMany <IN, B> (Func<A, Consumer<IN, B>> f)
- SelectMany <RT, IN, B> (Func<A, Consumer<RT, IN, B>> f)
- SelectMany <RT, IN, B> (Func<A, ConsumerLift<RT, IN, B>> f)
- SelectMany <OUT, B> (Func<A, Producer<OUT, B>> f)
- SelectMany <RT, OUT, B> (Func<A, Producer<RT, OUT, B>> f)
- SelectMany <IN, OUT, B> (Func<A, Pipe<IN, OUT, B>> f)
- SelectMany <RT, IN, OUT, B> (Func<A, Pipe<RT, IN, OUT, B>> f)
- ToEnumerate <OUT> ()
- ToConsumer <IN> ()
- ToProducer <OUT> ()
- ToPipe <IN, OUT> ()
- ToConsumerLift <RT, IN> ()
- InterpretConsumer <RT, IN> ()
- InterpretProducer <RT, OUT> ()
- InterpretPipe <RT, IN, OUT> ()
- InterpretClient <RT, REQ, RES> ()
- InterpretServer <RT, REQ, RES> ()
- Map <B> (Func<A, B> f)
- Bind <B> (Func<A, Release<B>> f)
- Bind <OUT, B> (Func<A, Enumerate<OUT, B>> f)
- Bind <IN, B> (Func<A, Consumer<IN, B>> f)
- Bind <RT, IN, B> (Func<A, Consumer<RT, IN, B>> f)
- Bind <OUT, B> (Func<A, Producer<OUT, B>> f)
- Bind <RT, OUT, B> (Func<A, Producer<RT, OUT, B>> f)
- Bind <IN, OUT, B> (Func<A, Pipe<IN, OUT, B>> f)
- Bind <RT, IN, OUT, B> (Func<A, Pipe<RT, IN, OUT, B>> f)
- SelectMany <B, C> (Func<A, Release<B>> f, Func<A, B, C> project)
- SelectMany <OUT, B, C> (Func<A, Enumerate<OUT, B>> f, Func<A, B, C> project)
- SelectMany <IN, B, C> (Func<A, Consumer<IN, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, B, C> (Func<A, Consumer<RT, IN, B>> f, Func<A, B, C> project)
- SelectMany <OUT, B, C> (Func<A, Producer<OUT, B>> f, Func<A, B, C> project)
- SelectMany <RT, OUT, B, C> (Func<A, Producer<RT, OUT, B>> f, Func<A, B, C> project)
- SelectMany <IN, OUT, B, C> (Func<A, Pipe<IN, OUT, B>> f, Func<A, B, C> project)
- SelectMany <RT, IN, OUT, B, C> (Func<A, Pipe<RT, IN, OUT, B>> f, Func<A, B, C> project)
- Pure
- Value
- Pure (A value)
- Select <B> (Func<A, B> f)
- SelectMany <B> (Func<A, Release<B>> f)
- SelectMany <OUT, B> (Func<A, Enumerate<OUT, B>> f)
- SelectMany <IN, B> (Func<A, Consumer<IN, B>> f)
- SelectMany <RT, IN, B> (Func<A, ConsumerLift<RT, IN, B>> f)
- SelectMany <RT, IN, B> (Func<A, Consumer<RT, IN, B>> f)
- SelectMany <OUT, B> (Func<A, Producer<OUT, B>> f)
- SelectMany <RT, OUT, B> (Func<A, Producer<RT, OUT, B>> f)
- SelectMany <IN, OUT, B> (Func<A, Pipe<IN, OUT, B>> f)
- SelectMany <RT, IN, OUT, B> (Func<A, Pipe<RT, IN, OUT, B>> f)
- ToEnumerate <OUT> ()
- ToConsumer <IN> ()
- ToProducer <OUT> ()
- ToPipe <IN, OUT> ()
- ToConsumerLift <RT, IN> ()
- InterpretConsumer <RT, IN> ()
- InterpretProducer <RT, OUT> ()
- InterpretPipe <RT, IN, OUT> ()
- InterpretClient <RT, REQ, RES> ()
- InterpretServer <RT, REQ, RES> ()
- Do <X>
- Do (X value, Func<Unit, Release<A>> next)
- Select <B> (Func<A, B> f)
- SelectMany <B> (Func<A, Release<B>> f)
- SelectMany <OUT, B> (Func<A, Enumerate<OUT, B>> f)
- SelectMany <IN, B> (Func<A, Consumer<IN, B>> f)
- SelectMany <RT, IN, B> (Func<A, ConsumerLift<RT, IN, B>> f)
- SelectMany <RT, IN, B> (Func<A, Consumer<RT, IN, B>> f)
- SelectMany <OUT, B> (Func<A, Producer<OUT, B>> f)
- SelectMany <RT, OUT, B> (Func<A, Producer<RT, OUT, B>> f)
- SelectMany <IN, OUT, B> (Func<A, Pipe<IN, OUT, B>> f)
- SelectMany <RT, IN, OUT, B> (Func<A, Pipe<RT, IN, OUT, B>> f)
- ToEnumerate <OUT> ()
- ToConsumer <IN> ()
- ToConsumerLift <RT, IN> ()
- InterpretConsumer <RT, IN> ()
- InterpretProducer <RT, OUT> ()
- InterpretPipe <RT, IN, OUT> ()
- InterpretClient <RT, REQ, RES> ()
- InterpretServer <RT, REQ, RES> ()
- ToProducer <OUT> ()
- ToPipe <IN, OUT> ()
class Consumer <IN, A> Source #
method Consumer<IN, B> SelectMany <B> (Func<A, Consumer<IN, B>> f) Source #
method ConsumerLift<RT, IN, B> SelectMany <RT, B> (Func<A, ConsumerLift<RT, IN, B>> f) Source #
method Consumer<RT, IN, B> SelectMany <RT, B> (Func<A, Consumer<RT, IN, B>> f) Source #
method Pipe<IN, OUT, B> SelectMany <OUT, B> (Func<A, Producer<OUT, B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, OUT, B> (Func<A, ProducerLift<RT, OUT, B>> f) Source #
method ConsumerLift<RT, IN, B> Bind <RT, B> (Func<A, ConsumerLift<RT, IN, B>> f) Source #
method Consumer<RT, IN, B> Bind <RT, B> (Func<A, Consumer<RT, IN, B>> f) Source #
method Consumer<IN, C> SelectMany <B, C> (Func<A, Consumer<IN, B>> f, Func<A, B, C> project) Source #
method ConsumerLift<RT, IN, C> SelectMany <RT, B, C> (Func<A, ConsumerLift<RT, IN, B>> f, Func<A, B, C> project) Source #
method Consumer<RT, IN, C> SelectMany <RT, B, C> (Func<A, Consumer<RT, IN, B>> f, Func<A, B, C> project) Source #
method Pipe<IN, OUT, C> SelectMany <OUT, B, C> (Func<A, Producer<OUT, B>> f, Func<A, B, C> project) Source #
method Consumer<IN, B> SelectMany <B> (Func<A, Consumer<IN, B>> f) Source #
method ConsumerLift<RT, IN, B> SelectMany <RT, B> (Func<A, ConsumerLift<RT, IN, B>> f) Source #
method Consumer<RT, IN, B> SelectMany <RT, B> (Func<A, Consumer<RT, IN, B>> f) Source #
method Pipe<IN, OUT, B> SelectMany <OUT, B> (Func<A, Producer<OUT, B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, OUT, B> (Func<A, ProducerLift<RT, OUT, B>> f) Source #
method ConsumerLift<RT, IN, A> ToConsumerLift <RT> () Source #
method Consumer<IN, B> SelectMany <B> (Func<A, Consumer<IN, B>> f) Source #
method ConsumerLift<RT, IN, B> SelectMany <RT, B> (Func<A, ConsumerLift<RT, IN, B>> f) Source #
method Consumer<RT, IN, B> SelectMany <RT, B> (Func<A, Consumer<RT, IN, B>> f) Source #
method Pipe<IN, OUT, B> SelectMany <OUT, B> (Func<A, Producer<OUT, B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, OUT, B> (Func<A, ProducerLift<RT, OUT, B>> f) Source #
method ConsumerLift<RT, IN, A> ToConsumerLift <RT> () Source #
method Consumer<IN, B> SelectMany <B> (Func<A, Consumer<IN, B>> f) Source #
method ConsumerLift<RT, IN, B> SelectMany <RT, B> (Func<A, ConsumerLift<RT, IN, B>> f) Source #
method Consumer<RT, IN, B> SelectMany <RT, B> (Func<A, Consumer<RT, IN, B>> f) Source #
method Pipe<IN, OUT, B> SelectMany <OUT, B> (Func<A, Producer<OUT, B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, OUT, B> (Func<A, ProducerLift<RT, OUT, B>> f) Source #
method ConsumerLift<RT, IN, A> ToConsumerLift <RT> () Source #
class ConsumerLift <RT, IN, A> Source #
method ConsumerLift<RT, IN, B> SelectMany <B> (Func<A, ConsumerLift<RT, IN, B>> f) Source #
method Consumer<RT, IN, B> SelectMany <B> (Func<A, Consumer<RT, IN, B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <OUT, B> (Func<A, Producer<OUT, B>> f) Source #
method ConsumerLift<RT, IN, C> SelectMany <B, C> (Func<A, ConsumerLift<RT, IN, B>> f, Func<A, B, C> project) Source #
method Consumer<RT, IN, C> SelectMany <B, C> (Func<A, Consumer<RT, IN, B>> f, Func<A, B, C> project) Source #
method Pipe<RT, IN, OUT, C> SelectMany <OUT, B, C> (Func<A, Producer<OUT, B>> f, Func<A, B, C> project) Source #
method ConsumerLift<RT, IN, B> SelectMany <B> (Func<A, ConsumerLift<RT, IN, B>> f) Source #
method Consumer<RT, IN, B> SelectMany <B> (Func<A, Consumer<RT, IN, B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <OUT, B> (Func<A, Producer<OUT, B>> f) Source #
method ConsumerLift<RT, IN, B> SelectMany <B> (Func<A, ConsumerLift<RT, IN, B>> f) Source #
method Consumer<RT, IN, B> SelectMany <B> (Func<A, Consumer<RT, IN, B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <OUT, B> (Func<A, Producer<OUT, B>> f) Source #
method ConsumerLift<RT, IN, B> SelectMany <B> (Func<A, ConsumerLift<RT, IN, B>> f) Source #
method Consumer<RT, IN, B> SelectMany <B> (Func<A, Consumer<RT, IN, B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <OUT, B> (Func<A, Producer<OUT, B>> f) Source #
method ConsumerLift<RT, IN, B> SelectMany <B> (Func<A, ConsumerLift<RT, IN, B>> f) Source #
method Consumer<RT, IN, B> SelectMany <B> (Func<A, Consumer<RT, IN, B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <OUT, B> (Func<A, Producer<OUT, B>> f) Source #
class Enumerate <OUT, A> Source #
method Enumerate<OUT, B> SelectMany <B> (Func<A, Enumerate<OUT, B>> f) Source #
method Enumerate<OUT, B> SelectMany <B> (Func<A, Pipes.Release<B>> f) Source #
method Producer<OUT, B> SelectMany <B> (Func<A, Producer<OUT, B>> f) Source #
method Producer<RT, OUT, B> SelectMany <RT, B> (Func<A, Producer<RT, OUT, B>> f) Source #
method Pipe<IN, OUT, B> SelectMany <IN, B> (Func<A, Pipe<IN, OUT, B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, IN, B> (Func<A, Pipe<RT, IN, OUT, B>> f) Source #
method Producer<RT, OUT, B> Bind <RT, B> (Func<A, Producer<RT, OUT, B>> f) Source #
method Pipe<RT, IN, OUT, B> Bind <RT, IN, B> (Func<A, Pipe<RT, IN, OUT, B>> f) Source #
method Enumerate<OUT, C> SelectMany <B, C> (Func<A, Enumerate<OUT, B>> f, Func<A, B, C> project) Source #
method Enumerate<OUT, C> SelectMany <B, C> (Func<A, Pipes.Release<B>> f, Func<A, B, C> project) Source #
method Producer<OUT, C> SelectMany <B, C> (Func<A, Producer<OUT, B>> f, Func<A, B, C> project) Source #
method Producer<RT, OUT, C> SelectMany <RT, B, C> (Func<A, Producer<RT, OUT, B>> f, Func<A, B, C> project) Source #
method Pipe<IN, OUT, C> SelectMany <IN, B, C> (Func<A, Pipe<IN, OUT, B>> f, Func<A, B, C> project) Source #
method Pipe<RT, IN, OUT, C> SelectMany <RT, IN, B, C> (Func<A, Pipe<RT, IN, OUT, B>> f, Func<A, B, C> project) Source #
method Enumerate<OUT, B> SelectMany <B> (Func<A, Pipes.Release<B>> f) Source #
method Producer<OUT, B> SelectMany <B> (Func<A, Producer<OUT, B>> f) Source #
method Enumerate<OUT, B> SelectMany <B> (Func<A, Enumerate<OUT, B>> f) Source #
method Producer<RT, OUT, B> SelectMany <RT, B> (Func<A, Producer<RT, OUT, B>> f) Source #
method Pipe<IN, OUT, B> SelectMany <IN, B> (Func<A, Pipe<IN, OUT, B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, IN, B> (Func<A, Pipe<RT, IN, OUT, B>> f) Source #
method Enumerate<OUT, B> SelectMany <B> (Func<A, Enumerate<OUT, B>> f) Source #
method Enumerate<OUT, B> SelectMany <B> (Func<A, Pipes.Release<B>> f) Source #
method Producer<OUT, B> SelectMany <B> (Func<A, Producer<OUT, B>> f) Source #
method Producer<RT, OUT, B> SelectMany <RT, B> (Func<A, Producer<RT, OUT, B>> f) Source #
method Pipe<IN, OUT, B> SelectMany <IN, B> (Func<A, Pipe<IN, OUT, B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, IN, B> (Func<A, Pipe<RT, IN, OUT, B>> f) Source #
method Enumerate<OUT, B> SelectMany <B> (Func<A, Enumerate<OUT, B>> f) Source #
method Enumerate<OUT, B> SelectMany <B> (Func<A, Pipes.Release<B>> f) Source #
method Producer<OUT, B> SelectMany <B> (Func<A, Producer<OUT, B>> f) Source #
method Producer<RT, OUT, B> SelectMany <RT, B> (Func<A, Producer<RT, OUT, B>> f) Source #
method Pipe<IN, OUT, B> SelectMany <IN, B> (Func<A, Pipe<IN, OUT, B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, IN, B> (Func<A, Pipe<RT, IN, OUT, B>> f) Source #
method Producer<RT, OUT, A> ToProducer <OUT> () Source #
method ProducerLift<RT, OUT, A> ToProducerLift <OUT> () Source #
method Consumer<RT, IN, A> ToConsumer <IN> () Source #
method ConsumerLift<RT, IN, A> ToConsumerLift <IN> () Source #
method Producer<RT, OUT, A> ToProducer <OUT> () Source #
method ProducerLift<RT, OUT, A> ToProducerLift <OUT> () Source #
method Consumer<RT, IN, A> ToConsumer <IN> () Source #
method ConsumerLift<RT, IN, A> ToConsumerLift <IN> () Source #
method ConsumerLift<RT, IN, A> ToConsumerLift <IN> () Source #
method Producer<RT, OUT, A> ToProducer <OUT> () Source #
method ProducerLift<RT, OUT, A> ToProducerLift <OUT> () Source #
method Consumer<RT, IN, A> ToConsumer <IN> () Source #
method Lift<RT, B> Select <RT, A, B> (this Lift<RT, A> ma, Func<A, B> f) Source #
method Lift<RT, B> SelectMany <RT, A, B> (this Lift<RT, A> ma, Func<A, Lift<RT, B>> f) Source #
method Lift<RT, C> SelectMany <RT, A, B, C> (this Lift<RT, A> ma, Func<A, Lift<RT, B>> f, Func<A, B, C> project) Source #
method Lift<RT, B> SelectMany <RT, A, B> (this Lift<RT, A> ma, Func<A, Aff<RT, B>> f) Source #
method Lift<RT, C> SelectMany <RT, A, B, C> (this Lift<RT, A> ma, Func<A, Aff<RT, B>> f, Func<A, B, C> project) Source #
method Lift<RT, B> SelectMany <RT, A, B> (this Lift<RT, A> ma, Func<A, Eff<RT, B>> f) Source #
method Lift<RT, C> SelectMany <RT, A, B, C> (this Lift<RT, A> ma, Func<A, Eff<RT, B>> f, Func<A, B, C> project) Source #
method Lift<RT, B> SelectMany <RT, A, B> (this Lift<RT, A> ma, Func<A, Aff<B>> f) Source #
method Lift<RT, C> SelectMany <RT, A, B, C> (this Lift<RT, A> ma, Func<A, Aff<B>> f, Func<A, B, C> project) Source #
method Lift<RT, B> SelectMany <RT, A, B> (this Lift<RT, A> ma, Func<A, Eff<B>> f) Source #
method Lift<RT, C> SelectMany <RT, A, B, C> (this Lift<RT, A> ma, Func<A, Eff<B>> f, Func<A, B, C> project) Source #
method Consumer<RT, IN, B> SelectMany <RT, IN, A, B> (this Lift<RT, A> ma, Func<A, Consumer<IN, B>> f) Source #
method Consumer<RT, IN, C> SelectMany <RT, IN, A, B, C> (this Lift<RT, A> ma, Func<A, Consumer<IN, B>> f, Func<A, B, C> project) Source #
method ProducerLift<RT, OUT, B> SelectMany <RT, OUT, A, B> (this Lift<RT, A> ma, Func<A, Producer<OUT, B>> f) Source #
method ProducerLift<RT, OUT, B> SelectMany <RT, OUT, A, B> (this Lift<RT, A> ma, Func<A, ProducerLift<RT, OUT, B>> f) Source #
method ProducerLift<RT, OUT, C> SelectMany <RT, OUT, A, B, C> (this Lift<RT, A> ma, Func<A, Producer<OUT, B>> f, Func<A, B, C> project) Source #
method ProducerLift<RT, OUT, C> SelectMany <RT, OUT, A, B, C> (this Lift<RT, A> ma, Func<A, ProducerLift<RT, OUT, B>> f, Func<A, B, C> project) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, IN, OUT, A, B> (this Lift<RT, A> ma, Func<A, Pipe<IN, OUT, B>> f) Source #
method Pipe<RT, IN, OUT, C> SelectMany <RT, IN, OUT, A, B, C> (this Lift<RT, A> ma, Func<A, Pipe<IN, OUT, B>> f, Func<A, B, C> project) Source #
method ConsumerLift<RT, IN, B> SelectMany <RT, IN, A, B> (this Consumer<IN, A> ma, Func<A, Lift<RT, B>> f) Source #
method ConsumerLift<RT, IN, C> SelectMany <RT, IN, A, B, C> (this Consumer<IN, A> ma, Func<A, Lift<RT, B>> f, Func<A, B, C> project) Source #
method ProducerLift<RT, OUT, B> SelectMany <RT, OUT, A, B> (this Producer<OUT, A> ma, Func<A, Lift<RT, B>> f) Source #
method ProducerLift<RT, OUT, C> SelectMany <RT, OUT, A, B, C> (this Producer<OUT, A> ma, Func<A, Lift<RT, B>> f, Func<A, B, C> project) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, IN, OUT, A, B> (this Pipe<IN, OUT, A> ma, Func<A, Lift<RT, B>> f) Source #
method Pipe<RT, IN, OUT, C> SelectMany <RT, IN, OUT, A, B, C> (this Pipe<IN, OUT, A> ma, Func<A, Lift<RT, B>> f, Func<A, B, C> project) Source #
method Consumer<RT, IN, B> SelectMany <RT, IN, A, B> (this Lift<RT, A> ma, Func<A, Consumer<RT, IN, B>> f) Source #
method Consumer<RT, IN, C> SelectMany <RT, IN, A, B, C> (this Lift<RT, A> ma, Func<A, Consumer<RT, IN, B>> f, Func<A, B, C> project) Source #
method Producer<RT, OUT, B> SelectMany <RT, OUT, A, B> (this Lift<RT, A> ma, Func<A, Producer<RT, OUT, B>> f) Source #
method Producer<RT, OUT, C> SelectMany <RT, OUT, A, B, C> (this Lift<RT, A> ma, Func<A, Producer<RT, OUT, B>> f, Func<A, B, C> project) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, IN, OUT, A, B> (this Lift<RT, A> ma, Func<A, Pipe<RT, IN, OUT, B>> f) Source #
method Pipe<RT, IN, OUT, C> SelectMany <RT, IN, OUT, A, B, C> (this Lift<RT, A> ma, Func<A, Pipe<RT, IN, OUT, B>> f, Func<A, B, C> project) Source #
method Consumer<RT, IN, B> SelectMany <RT, IN, A, B> (this Consumer<RT, IN, A> ma, Func<A, Lift<RT, B>> f) Source #
method Consumer<RT, IN, C> SelectMany <RT, IN, A, B, C> (this Consumer<RT, IN, A> ma, Func<A, Lift<RT, B>> f, Func<A, B, C> project) Source #
method Producer<RT, OUT, B> SelectMany <RT, OUT, A, B> (this Producer<RT, OUT, A> ma, Func<A, Lift<RT, B>> f) Source #
method Producer<RT, OUT, C> SelectMany <RT, OUT, A, B, C> (this Producer<RT, OUT, A> ma, Func<A, Lift<RT, B>> f, Func<A, B, C> project) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, IN, OUT, A, B> (this Pipe<RT, IN, OUT, A> ma, Func<A, Lift<RT, B>> f) Source #
method Pipe<RT, IN, OUT, C> SelectMany <RT, IN, OUT, A, B, C> (this Pipe<RT, IN, OUT, A> ma, Func<A, Lift<RT, B>> f, Func<A, B, C> project) Source #
class Pipe <IN, OUT, A> Source #
method Pipe<IN, OUT, B> SelectMany <B> (Func<A, Pipe<IN, OUT, B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, B> (Func<A, Pipe<RT, IN, OUT, B>> f) Source #
method Pipe<IN, OUT, B> SelectMany <B> (Func<A, Consumer<IN, B>> f) Source #
method Pipe<IN, OUT, B> SelectMany <B> (Func<A, Producer<OUT, B>> f) Source #
method Pipe<RT, IN, OUT, B> Bind <RT, B> (Func<A, Pipe<RT, IN, OUT, B>> f) Source #
method Pipe<IN, OUT, C> SelectMany <B, C> (Func<A, Pipe<IN, OUT, B>> f, Func<A, B, C> project) Source #
method Pipe<RT, IN, OUT, C> SelectMany <RT, B, C> (Func<A, Pipe<RT, IN, OUT, B>> f, Func<A, B, C> project) Source #
method Pipe<IN, OUT, C> SelectMany <B, C> (Func<A, Consumer<IN, B>> f, Func<A, B, C> project) Source #
method Pipe<IN, OUT, C> SelectMany <B, C> (Func<A, Producer<OUT, B>> f, Func<A, B, C> project) Source #
method Pipe<IN, OUT, B> SelectMany <B> (Func<A, Pipe<IN, OUT, B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, B> (Func<A, Pipe<RT, IN, OUT, B>> f) Source #
method Pipe<IN, OUT, B> SelectMany <B> (Func<A, Consumer<IN, B>> f) Source #
method Pipe<IN, OUT, B> SelectMany <B> (Func<A, Producer<OUT, B>> f) Source #
method Pipe<IN, OUT, B> SelectMany <B> (Func<A, Pipe<IN, OUT, B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, B> (Func<A, Pipe<RT, IN, OUT, B>> f) Source #
method Pipe<IN, OUT, B> SelectMany <B> (Func<A, Consumer<IN, B>> f) Source #
method Pipe<IN, OUT, B> SelectMany <B> (Func<A, Producer<OUT, B>> f) Source #
method Pipe<IN, OUT, B> SelectMany <B> (Func<A, Pipe<IN, OUT, B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, B> (Func<A, Pipe<RT, IN, OUT, B>> f) Source #
method Pipe<IN, OUT, B> SelectMany <B> (Func<A, Consumer<IN, B>> f) Source #
method Pipe<IN, OUT, B> SelectMany <B> (Func<A, Producer<OUT, B>> f) Source #
method Pipe<IN, OUT, B> SelectMany <B> (Func<A, Pipe<IN, OUT, B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, B> (Func<A, Pipe<RT, IN, OUT, B>> f) Source #
method Pipe<IN, OUT, B> SelectMany <B> (Func<A, Consumer<IN, B>> f) Source #
method Pipe<IN, OUT, B> SelectMany <B> (Func<A, Producer<OUT, B>> f) Source #
method Pipe<IN, OUT, B> SelectMany <B> (Func<A, Pipe<IN, OUT, B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, B> (Func<A, Pipe<RT, IN, OUT, B>> f) Source #
method Pipe<IN, OUT, B> SelectMany <B> (Func<A, Consumer<IN, B>> f) Source #
method Pipe<IN, OUT, B> SelectMany <B> (Func<A, Producer<OUT, B>> f) Source #
class Producer <OUT, A> Source #
method Producer<OUT, B> SelectMany <B> (Func<A, Producer<OUT, B>> f) Source #
method Producer<RT, OUT, B> SelectMany <RT, B> (Func<A, Producer<RT, OUT, B>> f) Source #
method Producer<RT, OUT, B> Bind <RT, B> (Func<A, Producer<RT, OUT, B>> f) Source #
method Producer<OUT, C> SelectMany <B, C> (Func<A, Producer<OUT, B>> f, Func<A, B, C> project) Source #
method ProducerLift<RT, OUT, B> SelectMany <RT, B> (Func<A, ProducerLift<RT, OUT, B>> f) Source #
method ProducerLift<RT, OUT, C> SelectMany <RT, B, C> (Func<A, ProducerLift<RT, OUT, B>> f, Func<A, B, C> project) Source #
method Producer<RT, OUT, C> SelectMany <RT, B, C> (Func<A, Producer<RT, OUT, B>> f, Func<A, B, C> project) Source #
method Producer<OUT, B> SelectMany <B> (Func<A, Producer<OUT, B>> f) Source #
method Producer<RT, OUT, B> SelectMany <RT, B> (Func<A, Producer<RT, OUT, B>> f) Source #
method ProducerLift<RT, OUT, A> ToProducerLift <RT> () Source #
method Producer<OUT, B> SelectMany <B> (Func<A, Producer<OUT, B>> f) Source #
method Producer<RT, OUT, B> SelectMany <RT, B> (Func<A, Producer<RT, OUT, B>> f) Source #
method ProducerLift<RT, OUT, A> ToProducerLift <RT> () Source #
method Producer<OUT, B> SelectMany <B> (Func<A, Producer<OUT, B>> f) Source #
method Producer<RT, OUT, B> SelectMany <RT, B> (Func<A, Producer<RT, OUT, B>> f) Source #
method ProducerLift<RT, OUT, A> ToProducerLift <RT> () Source #
method Producer<OUT, B> SelectMany <B> (Func<A, Producer<OUT, B>> f) Source #
method Producer<RT, OUT, B> SelectMany <RT, B> (Func<A, Producer<RT, OUT, B>> f) Source #
method ProducerLift<RT, OUT, A> ToProducerLift <RT> () Source #
class ProducerLift <RT, OUT, A> Source #
method ProducerLift<RT, OUT, B> SelectMany <B> (Func<A, Producer<OUT, B>> f) Source #
method ProducerLift<RT, OUT, B> SelectMany <B> (Func<A, ProducerLift<RT, OUT, B>> f) Source #
method Producer<RT, OUT, B> SelectMany <B> (Func<A, Producer<RT, OUT, B>> f) Source #
method ProducerLift<RT, OUT, C> SelectMany <B, C> (Func<A, ProducerLift<RT, OUT, B>> f, Func<A, B, C> project) Source #
method Producer<RT, OUT, C> SelectMany <B, C> (Func<A, Producer<RT, OUT, B>> f, Func<A, B, C> project) Source #
method ProducerLift<RT, OUT, B> SelectMany <B> (Func<A, Producer<OUT, B>> f) Source #
method ProducerLift<RT, OUT, B> SelectMany <B> (Func<A, ProducerLift<RT, OUT, B>> f) Source #
method Producer<RT, OUT, B> SelectMany <B> (Func<A, Producer<RT, OUT, B>> f) Source #
constructor Enumerate (IEnumerable<OUT> values, Func<Unit, ProducerLift<RT, OUT, A> > next) Source #
method ProducerLift<RT, OUT, B> SelectMany <B> (Func<A, Producer<OUT, B>> f) Source #
method ProducerLift<RT, OUT, B> SelectMany <B> (Func<A, ProducerLift<RT, OUT, B>> f) Source #
method Producer<RT, OUT, B> SelectMany <B> (Func<A, Producer<RT, OUT, B>> f) Source #
method ProducerLift<RT, OUT, B> SelectMany <B> (Func<A, Producer<OUT, B>> f) Source #
method ProducerLift<RT, OUT, B> SelectMany <B> (Func<A, ProducerLift<RT, OUT, B>> f) Source #
method Producer<RT, OUT, B> SelectMany <B> (Func<A, Producer<RT, OUT, B>> f) Source #
method ProducerLift<RT, OUT, B> SelectMany <B> (Func<A, Producer<OUT, B>> f) Source #
method ProducerLift<RT, OUT, B> SelectMany <B> (Func<A, ProducerLift<RT, OUT, B>> f) Source #
method Producer<RT, OUT, B> SelectMany <B> (Func<A, Producer<RT, OUT, B>> f) Source #
method ProducerLift<RT, OUT, B> SelectMany <B> (Func<A, Producer<OUT, B>> f) Source #
method ProducerLift<RT, OUT, B> SelectMany <B> (Func<A, ProducerLift<RT, OUT, B>> f) Source #
method Producer<RT, OUT, B> SelectMany <B> (Func<A, Producer<RT, OUT, B>> f) Source #
method Release<A> ReleasePure <A> (A value) Source #
method Producer<OUT, A> ProducerPure <OUT, A> (A value) Source #
method Consumer<IN, A> ConsumerPure <IN, A> (A value) Source #
method ConsumerLift<RT, IN, A> ConsumerLiftPure <RT, IN, A> (A value) Source #
method Enumerate<OUT, A> EnumeratePure <OUT, A> (A value) Source #
method Consumer<IN, IN> ConsumerAwait <IN> () Source #
method Producer<OUT, Unit> ProducerYield <OUT> (OUT value) Source #
method Producer<OUT, Unit> ProducerEnumerate <OUT> (IEnumerable<OUT> xs) Source #
method Producer<OUT, Unit> ProducerEnumerate <OUT> (IAsyncEnumerable<OUT> xs) Source #
method Producer<OUT, Unit> ProducerObserve <OUT> (IObservable<OUT> xs) Source #
method ConsumerLift<RT, IN, B> SelectMany <RT, IN, A, B> (this ConsumerLift<RT, IN, A> ma, Func<A, Aff<RT, B>> f) Source #
method ConsumerLift<RT, IN, B> SelectMany <RT, IN, A, B> (this Consumer<IN, A> ma, Func<A, Aff<RT, B>> f) Source #
method Producer<RT, OUT, B> SelectMany <RT, OUT, A, B> (this Producer<OUT, A> ma, Func<A, Aff<RT, B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, IN, OUT, A, B> (this Pipe<IN, OUT, A> ma, Func<A, Aff<RT, B>> f) Source #
method Consumer<RT, IN, B> SelectMany <RT, IN, A, B> (this Consumer<RT, IN, A> ma, Func<A, Aff<RT, B>> f) Source #
method Producer<RT, OUT, B> SelectMany <RT, OUT, A, B> (this Producer<RT, OUT, A> ma, Func<A, Aff<RT, B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, IN, OUT, A, B> (this Pipe<RT, IN, OUT, A> ma, Func<A, Aff<RT, B>> f) Source #
method ConsumerLift<RT, IN, B> SelectMany <RT, IN, A, B> (this ConsumerLift<RT, IN, A> ma, Func<A, Eff<RT, B>> f) Source #
method ConsumerLift<RT, IN, B> SelectMany <RT, IN, A, B> (this Consumer<IN, A> ma, Func<A, Eff<RT, B>> f) Source #
method Producer<RT, OUT, B> SelectMany <RT, OUT, A, B> (this Producer<OUT, A> ma, Func<A, Eff<RT, B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, IN, OUT, A, B> (this Pipe<IN, OUT, A> ma, Func<A, Eff<RT, B>> f) Source #
method Consumer<RT, IN, B> SelectMany <RT, IN, A, B> (this Consumer<RT, IN, A> ma, Func<A, Eff<RT, B>> f) Source #
method Producer<RT, OUT, B> SelectMany <RT, OUT, A, B> (this Producer<RT, OUT, A> ma, Func<A, Eff<RT, B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, IN, OUT, A, B> (this Pipe<RT, IN, OUT, A> ma, Func<A, Eff<RT, B>> f) Source #
method ConsumerLift<RT, IN, B> SelectMany <RT, IN, A, B> (this ConsumerLift<RT, IN, A> ma, Func<A, Aff<B>> f) Source #
method Consumer<RT, IN, B> SelectMany <RT, IN, A, B> (this Consumer<RT, IN, A> ma, Func<A, Aff<B>> f) Source #
method Producer<RT, OUT, B> SelectMany <RT, OUT, A, B> (this Producer<RT, OUT, A> ma, Func<A, Aff<B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, IN, OUT, A, B> (this Pipe<RT, IN, OUT, A> ma, Func<A, Aff<B>> f) Source #
method ConsumerLift<RT, IN, B> SelectMany <RT, IN, A, B> (this ConsumerLift<RT, IN, A> ma, Func<A, Eff<B>> f) Source #
method Consumer<RT, IN, B> SelectMany <RT, IN, A, B> (this Consumer<RT, IN, A> ma, Func<A, Eff<B>> f) Source #
method Producer<RT, OUT, B> SelectMany <RT, OUT, A, B> (this Producer<RT, OUT, A> ma, Func<A, Eff<B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, IN, OUT, A, B> (this Pipe<RT, IN, OUT, A> ma, Func<A, Eff<B>> f) Source #
method ConsumerLift<RT, IN, B> SelectMany <RT, IN, A, B> (this Aff<RT, A> ma, Func<A, ConsumerLift<RT, IN, B>> f) Source #
method ConsumerLift<RT, IN, B> SelectMany <RT, IN, A, B> (this Aff<RT, A> ma, Func<A, Consumer<IN, B>> f) Source #
method Producer<RT, OUT, B> SelectMany <RT, OUT, A, B> (this Aff<RT, A> ma, Func<A, Producer<OUT, B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, IN, OUT, A, B> (this Aff<RT, A> ma, Func<A, Pipe<IN, OUT, B>> f) Source #
method Consumer<RT, IN, B> SelectMany <RT, IN, A, B> (this Aff<RT, A> ma, Func<A, Consumer<RT, IN, B>> f) Source #
method Producer<RT, OUT, B> SelectMany <RT, OUT, A, B> (this Aff<RT, A> ma, Func<A, Producer<RT, OUT, B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, IN, OUT, A, B> (this Aff<RT, A> ma, Func<A, Pipe<RT, IN, OUT, B>> f) Source #
method ConsumerLift<RT, IN, B> SelectMany <RT, IN, A, B> (this Eff<RT, A> ma, Func<A, ConsumerLift<RT, IN, B>> f) Source #
method ConsumerLift<RT, IN, B> SelectMany <RT, IN, A, B> (this Eff<RT, A> ma, Func<A, Consumer<IN, B>> f) Source #
method Producer<RT, OUT, B> SelectMany <RT, OUT, A, B> (this Eff<RT, A> ma, Func<A, Producer<OUT, B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, IN, OUT, A, B> (this Eff<RT, A> ma, Func<A, Pipe<IN, OUT, B>> f) Source #
method Consumer<RT, IN, B> SelectMany <RT, IN, A, B> (this Eff<RT, A> ma, Func<A, Consumer<RT, IN, B>> f) Source #
method Producer<RT, OUT, B> SelectMany <RT, OUT, A, B> (this Eff<RT, A> ma, Func<A, Producer<RT, OUT, B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, IN, OUT, A, B> (this Eff<RT, A> ma, Func<A, Pipe<RT, IN, OUT, B>> f) Source #
method ConsumerLift<RT, IN, B> SelectMany <RT, IN, A, B> (this Aff<A> ma, Func<A, ConsumerLift<RT, IN, B>> f) Source #
method Consumer<RT, IN, B> SelectMany <RT, IN, A, B> (this Aff<A> ma, Func<A, Consumer<RT, IN, B>> f) Source #
method Producer<RT, OUT, B> SelectMany <RT, OUT, A, B> (this Aff<A> ma, Func<A, Producer<RT, OUT, B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, IN, OUT, A, B> (this Aff<A> ma, Func<A, Pipe<RT, IN, OUT, B>> f) Source #
method ConsumerLift<RT, IN, B> SelectMany <RT, IN, A, B> (this Eff<A> ma, Func<A, ConsumerLift<RT, IN, B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, IN, OUT, A, B> (this Eff<A> ma, Func<A, Pipe<IN, OUT, B>> f) Source #
method Consumer<RT, IN, B> SelectMany <RT, IN, A, B> (this Eff<A> ma, Func<A, Consumer<RT, IN, B>> f) Source #
method Producer<RT, OUT, B> SelectMany <RT, OUT, A, B> (this Eff<A> ma, Func<A, Producer<RT, OUT, B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, IN, OUT, A, B> (this Eff<A> ma, Func<A, Pipe<RT, IN, OUT, B>> f) Source #
method ConsumerLift<RT, IN, C> SelectMany <RT, IN, A, B, C> (this ConsumerLift<RT, IN, A> ma, Func<A, Aff<RT, B>> f, Func<A, B, C> project) Source #
method ConsumerLift<RT, IN, C> SelectMany <RT, IN, A, B, C> (this Consumer<IN, A> ma, Func<A, Aff<RT, B>> f, Func<A, B, C> project) Source #
method Producer<RT, OUT, C> SelectMany <RT, OUT, A, B, C> (this Producer<OUT, A> ma, Func<A, Aff<RT, B>> f, Func<A, B, C> project) Source #
method Pipe<RT, IN, OUT, C> SelectMany <RT, IN, OUT, A, B, C> (this Pipe<IN, OUT, A> ma, Func<A, Aff<RT, B>> f, Func<A, B, C> project) Source #
method Consumer<RT, IN, C> SelectMany <RT, IN, A, B, C> (this Consumer<RT, IN, A> ma, Func<A, Aff<RT, B>> f, Func<A, B, C> project) Source #
method Producer<RT, OUT, C> SelectMany <RT, OUT, A, B, C> (this Producer<RT, OUT, A> ma, Func<A, Aff<RT, B>> f, Func<A, B, C> project) Source #
method Pipe<RT, IN, OUT, C> SelectMany <RT, IN, OUT, A, B, C> (this Pipe<RT, IN, OUT, A> ma, Func<A, Aff<RT, B>> f, Func<A, B, C> project) Source #
method ConsumerLift<RT, IN, C> SelectMany <RT, IN, A, B, C> (this ConsumerLift<RT, IN, A> ma, Func<A, Eff<RT, B>> f, Func<A, B, C> project) Source #
method ConsumerLift<RT, IN, C> SelectMany <RT, IN, A, B, C> (this Consumer<IN, A> ma, Func<A, Eff<RT, B>> f, Func<A, B, C> project) Source #
method Producer<RT, OUT, C> SelectMany <RT, OUT, A, B, C> (this Producer<OUT, A> ma, Func<A, Eff<RT, B>> f, Func<A, B, C> project) Source #
method Pipe<RT, IN, OUT, C> SelectMany <RT, IN, OUT, A, B, C> (this Pipe<IN, OUT, A> ma, Func<A, Eff<RT, B>> f, Func<A, B, C> project) Source #
method Consumer<RT, IN, C> SelectMany <RT, IN, A, B, C> (this Consumer<RT, IN, A> ma, Func<A, Eff<RT, B>> f, Func<A, B, C> project) Source #
method Producer<RT, OUT, C> SelectMany <RT, OUT, A, B, C> (this Producer<RT, OUT, A> ma, Func<A, Eff<RT, B>> f, Func<A, B, C> project) Source #
method Pipe<RT, IN, OUT, C> SelectMany <RT, IN, OUT, A, B, C> (this Pipe<RT, IN, OUT, A> ma, Func<A, Eff<RT, B>> f, Func<A, B, C> project) Source #
method ConsumerLift<RT, IN, C> SelectMany <RT, IN, A, B, C> (this ConsumerLift<RT, IN, A> ma, Func<A, Aff<B>> f, Func<A, B, C> project) Source #
method Consumer<RT, IN, C> SelectMany <RT, IN, A, B, C> (this Consumer<RT, IN, A> ma, Func<A, Aff<B>> f, Func<A, B, C> project) Source #
method Producer<RT, OUT, C> SelectMany <RT, OUT, A, B, C> (this Producer<RT, OUT, A> ma, Func<A, Aff<B>> f, Func<A, B, C> project) Source #
method Pipe<RT, IN, OUT, C> SelectMany <RT, IN, OUT, A, B, C> (this Pipe<RT, IN, OUT, A> ma, Func<A, Aff<B>> f, Func<A, B, C> project) Source #
method ConsumerLift<RT, IN, C> SelectMany <RT, IN, A, B, C> (this ConsumerLift<RT, IN, A> ma, Func<A, Eff<B>> f, Func<A, B, C> project) Source #
method Consumer<RT, IN, C> SelectMany <RT, IN, A, B, C> (this Consumer<RT, IN, A> ma, Func<A, Eff<B>> f, Func<A, B, C> project) Source #
method Producer<RT, OUT, C> SelectMany <RT, OUT, A, B, C> (this Producer<RT, OUT, A> ma, Func<A, Eff<B>> f, Func<A, B, C> project) Source #
method Pipe<RT, IN, OUT, C> SelectMany <RT, IN, OUT, A, B, C> (this Pipe<RT, IN, OUT, A> ma, Func<A, Eff<B>> f, Func<A, B, C> project) Source #
method ConsumerLift<RT, IN, C> SelectMany <RT, IN, A, B, C> (this Aff<RT, A> ma, Func<A, ConsumerLift<RT, IN, B>> f, Func<A, B, C> project) Source #
method ConsumerLift<RT, IN, C> SelectMany <RT, IN, A, B, C> (this Aff<RT, A> ma, Func<A, Consumer<IN, B>> f, Func<A, B, C> project) Source #
method Producer<RT, OUT, C> SelectMany <RT, OUT, A, B, C> (this Aff<RT, A> ma, Func<A, Producer<OUT, B>> f, Func<A, B, C> project) Source #
method Pipe<RT, IN, OUT, C> SelectMany <RT, IN, OUT, A, B, C> (this Aff<RT, A> ma, Func<A, Pipe<IN, OUT, B>> f, Func<A, B, C> project) Source #
method Consumer<RT, IN, C> SelectMany <RT, IN, A, B, C> (this Aff<RT, A> ma, Func<A, Consumer<RT, IN, B>> f, Func<A, B, C> project) Source #
method Producer<RT, OUT, C> SelectMany <RT, OUT, A, B, C> (this Aff<RT, A> ma, Func<A, Producer<RT, OUT, B>> f, Func<A, B, C> project) Source #
method Pipe<RT, IN, OUT, C> SelectMany <RT, IN, OUT, A, B, C> (this Aff<RT, A> ma, Func<A, Pipe<RT, IN, OUT, B>> f, Func<A, B, C> project) Source #
method ConsumerLift<RT, IN, C> SelectMany <RT, IN, A, B, C> (this Eff<RT, A> ma, Func<A, ConsumerLift<RT, IN, B>> f, Func<A, B, C> project) Source #
method ConsumerLift<RT, IN, C> SelectMany <RT, IN, A, B, C> (this Eff<RT, A> ma, Func<A, Consumer<IN, B>> f, Func<A, B, C> project) Source #
method Producer<RT, OUT, C> SelectMany <RT, OUT, A, B, C> (this Eff<RT, A> ma, Func<A, Producer<OUT, B>> f, Func<A, B, C> project) Source #
method Pipe<RT, IN, OUT, C> SelectMany <RT, IN, OUT, A, B, C> (this Eff<RT, A> ma, Func<A, Pipe<IN, OUT, B>> f, Func<A, B, C> project) Source #
method Consumer<RT, IN, C> SelectMany <RT, IN, A, B, C> (this Eff<RT, A> ma, Func<A, Consumer<RT, IN, B>> f, Func<A, B, C> project) Source #
method Producer<RT, OUT, C> SelectMany <RT, OUT, A, B, C> (this Eff<RT, A> ma, Func<A, Producer<RT, OUT, B>> f, Func<A, B, C> project) Source #
method Pipe<RT, IN, OUT, C> SelectMany <RT, IN, OUT, A, B, C> (this Eff<RT, A> ma, Func<A, Pipe<RT, IN, OUT, B>> f, Func<A, B, C> project) Source #
method ConsumerLift<RT, IN, C> SelectMany <RT, IN, A, B, C> (this Aff<A> ma, Func<A, ConsumerLift<RT, IN, B>> f, Func<A, B, C> project) Source #
method Consumer<RT, IN, C> SelectMany <RT, IN, A, B, C> (this Aff<A> ma, Func<A, Consumer<RT, IN, B>> f, Func<A, B, C> project) Source #
method Producer<RT, OUT, C> SelectMany <RT, OUT, A, B, C> (this Aff<A> ma, Func<A, Producer<RT, OUT, B>> f, Func<A, B, C> project) Source #
method Pipe<RT, IN, OUT, C> SelectMany <RT, IN, OUT, A, B, C> (this Aff<A> ma, Func<A, Pipe<RT, IN, OUT, B>> f, Func<A, B, C> project) Source #
method ConsumerLift<RT, IN, C> SelectMany <RT, IN, A, B, C> (this Eff<A> ma, Func<A, ConsumerLift<RT, IN, B>> f, Func<A, B, C> project) Source #
method Pipe<RT, IN, OUT, C> SelectMany <RT, IN, OUT, A, B, C> (this Eff<A> ma, Func<A, Pipe<IN, OUT, B>> f, Func<A, B, C> project) Source #
method Consumer<RT, IN, C> SelectMany <RT, IN, A, B, C> (this Eff<A> ma, Func<A, Consumer<RT, IN, B>> f, Func<A, B, C> project) Source #
method Producer<RT, OUT, C> SelectMany <RT, OUT, A, B, C> (this Eff<A> ma, Func<A, Producer<RT, OUT, B>> f, Func<A, B, C> project) Source #
method Pipe<RT, IN, OUT, C> SelectMany <RT, IN, OUT, A, B, C> (this Eff<A> ma, Func<A, Pipe<RT, IN, OUT, B>> f, Func<A, B, C> project) Source #
method Release<B> SelectMany <B> (Func<A, Release<B>> f) Source #
method Enumerate<OUT, B> SelectMany <OUT, B> (Func<A, Enumerate<OUT, B>> f) Source #
method Consumer<IN, B> SelectMany <IN, B> (Func<A, Consumer<IN, B>> f) Source #
method Consumer<RT, IN, B> SelectMany <RT, IN, B> (Func<A, Consumer<RT, IN, B>> f) Source #
method ConsumerLift<RT, IN, B> SelectMany <RT, IN, B> (Func<A, ConsumerLift<RT, IN, B>> f) Source #
method Producer<OUT, B> SelectMany <OUT, B> (Func<A, Producer<OUT, B>> f) Source #
method Producer<RT, OUT, B> SelectMany <RT, OUT, B> (Func<A, Producer<RT, OUT, B>> f) Source #
method Pipe<IN, OUT, B> SelectMany <IN, OUT, B> (Func<A, Pipe<IN, OUT, B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, IN, OUT, B> (Func<A, Pipe<RT, IN, OUT, B>> f) Source #
method Enumerate<OUT, A> ToEnumerate <OUT> () Source #
method Consumer<IN, A> ToConsumer <IN> () Source #
method Producer<OUT, A> ToProducer <OUT> () Source #
method Producer<RT, OUT, A> InterpretProducer <RT, OUT> () Source #
method Pipe<RT, IN, OUT, A> InterpretPipe <RT, IN, OUT> () Source #
method Client<RT, REQ, RES, A> InterpretClient <RT, REQ, RES> () Source #
method Server<RT, REQ, RES, A> InterpretServer <RT, REQ, RES> () Source #
method Consumer<RT, IN, B> Bind <RT, IN, B> (Func<A, Consumer<RT, IN, B>> f) Source #
method Producer<RT, OUT, B> Bind <RT, OUT, B> (Func<A, Producer<RT, OUT, B>> f) Source #
method Pipe<RT, IN, OUT, B> Bind <RT, IN, OUT, B> (Func<A, Pipe<RT, IN, OUT, B>> f) Source #
method Release<C> SelectMany <B, C> (Func<A, Release<B>> f, Func<A, B, C> project) Source #
method Enumerate<OUT, C> SelectMany <OUT, B, C> (Func<A, Enumerate<OUT, B>> f, Func<A, B, C> project) Source #
method Consumer<IN, C> SelectMany <IN, B, C> (Func<A, Consumer<IN, B>> f, Func<A, B, C> project) Source #
method Consumer<RT, IN, C> SelectMany <RT, IN, B, C> (Func<A, Consumer<RT, IN, B>> f, Func<A, B, C> project) Source #
method Producer<OUT, C> SelectMany <OUT, B, C> (Func<A, Producer<OUT, B>> f, Func<A, B, C> project) Source #
method Producer<RT, OUT, C> SelectMany <RT, OUT, B, C> (Func<A, Producer<RT, OUT, B>> f, Func<A, B, C> project) Source #
method Pipe<IN, OUT, C> SelectMany <IN, OUT, B, C> (Func<A, Pipe<IN, OUT, B>> f, Func<A, B, C> project) Source #
method Pipe<RT, IN, OUT, C> SelectMany <RT, IN, OUT, B, C> (Func<A, Pipe<RT, IN, OUT, B>> f, Func<A, B, C> project) Source #
method Release<B> SelectMany <B> (Func<A, Release<B>> f) Source #
method Enumerate<OUT, B> SelectMany <OUT, B> (Func<A, Enumerate<OUT, B>> f) Source #
method Consumer<IN, B> SelectMany <IN, B> (Func<A, Consumer<IN, B>> f) Source #
method ConsumerLift<RT, IN, B> SelectMany <RT, IN, B> (Func<A, ConsumerLift<RT, IN, B>> f) Source #
method Consumer<RT, IN, B> SelectMany <RT, IN, B> (Func<A, Consumer<RT, IN, B>> f) Source #
method Producer<OUT, B> SelectMany <OUT, B> (Func<A, Producer<OUT, B>> f) Source #
method Producer<RT, OUT, B> SelectMany <RT, OUT, B> (Func<A, Producer<RT, OUT, B>> f) Source #
method Pipe<IN, OUT, B> SelectMany <IN, OUT, B> (Func<A, Pipe<IN, OUT, B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, IN, OUT, B> (Func<A, Pipe<RT, IN, OUT, B>> f) Source #
method Enumerate<OUT, A> ToEnumerate <OUT> () Source #
method Consumer<IN, A> ToConsumer <IN> () Source #
method Producer<OUT, A> ToProducer <OUT> () Source #
method ConsumerLift<RT, IN, A> ToConsumerLift <RT, IN> () Source #
method Consumer<RT, IN, A> InterpretConsumer <RT, IN> () Source #
method Producer<RT, OUT, A> InterpretProducer <RT, OUT> () Source #
method Pipe<RT, IN, OUT, A> InterpretPipe <RT, IN, OUT> () Source #
method Client<RT, REQ, RES, A> InterpretClient <RT, REQ, RES> () Source #
method Server<RT, REQ, RES, A> InterpretServer <RT, REQ, RES> () Source #
method Release<B> SelectMany <B> (Func<A, Release<B>> f) Source #
method Enumerate<OUT, B> SelectMany <OUT, B> (Func<A, Enumerate<OUT, B>> f) Source #
method Consumer<IN, B> SelectMany <IN, B> (Func<A, Consumer<IN, B>> f) Source #
method ConsumerLift<RT, IN, B> SelectMany <RT, IN, B> (Func<A, ConsumerLift<RT, IN, B>> f) Source #
method Consumer<RT, IN, B> SelectMany <RT, IN, B> (Func<A, Consumer<RT, IN, B>> f) Source #
method Producer<OUT, B> SelectMany <OUT, B> (Func<A, Producer<OUT, B>> f) Source #
method Producer<RT, OUT, B> SelectMany <RT, OUT, B> (Func<A, Producer<RT, OUT, B>> f) Source #
method Pipe<IN, OUT, B> SelectMany <IN, OUT, B> (Func<A, Pipe<IN, OUT, B>> f) Source #
method Pipe<RT, IN, OUT, B> SelectMany <RT, IN, OUT, B> (Func<A, Pipe<RT, IN, OUT, B>> f) Source #
method Enumerate<OUT, A> ToEnumerate <OUT> () Source #
method Consumer<IN, A> ToConsumer <IN> () Source #
method ConsumerLift<RT, IN, A> ToConsumerLift <RT, IN> () Source #
method Consumer<RT, IN, A> InterpretConsumer <RT, IN> () Source #
method Producer<RT, OUT, A> InterpretProducer <RT, OUT> () Source #
method Pipe<RT, IN, OUT, A> InterpretPipe <RT, IN, OUT> () Source #
method Client<RT, REQ, RES, A> InterpretClient <RT, REQ, RES> () Source #
method Server<RT, REQ, RES, A> InterpretServer <RT, REQ, RES> () Source #
method Producer<OUT, A> ToProducer <OUT> () Source #