SagaEitherEffect

class SagaEitherEffect<E>(either: EitherEffect<E, *>, saga: SagaEffect) : EitherEffect<E, Any?> , SagaEffect

Functions

bind
Link copied to clipboard
open suspend override fun <B> Either<E, B>.bind(): B
open suspend override fun <B> Validated<E, B>.bind(): B
open suspend override fun <A> Saga<A>.bind(): A
control
Link copied to clipboard
open override fun control(): DelimitedScope<Either<E, Any?>>
saga
Link copied to clipboard
open override fun <A> saga(action: suspend SagaEffect.() -> A): Saga.Part<A>

Sources

jvm source
Link copied to clipboard