Saga Either Effect
class SagaEitherEffect<E>(either: EitherEffect<E, *>, saga: SagaEffect) : EitherEffect<E, Any?> , SagaEffect
Content copied to clipboard
Functions
saga
Link copied to clipboard
open override fun <A> saga(action: suspend SagaEffect.() -> A): Saga.Part<A>
Content copied to clipboard
Sources
jvm source
Link copied to clipboard