ZioEffect
korolev.zio.ZioEffect
class ZioEffect[R, E](rts: Runtime[R], liftError: Throwable => E, unliftError: E => Throwable) extends Effect[[_] =>> ZIO[R, E, _$1]]
Attributes
- Graph
- Supertypes
- trait Effect[[_] =>> ZIO[R, E, _$1]]class Objecttrait Matchableclass Any
Members list
Concise view
Value members
Concrete methods
Keep in mind that when F has strict semantic, effect should created inside 'fork()' brackets.
Keep in mind that when F has strict semantic, effect should created inside 'fork()' brackets.
Attributes
def recoverF[A, AA >: A](m: ZIO[R, E, A])(f: PartialFunction[Throwable, ZIO[R, E, AA]]): ZIO[R, E, AA]
def start[A](task: => ZIO[R, E, A])(implicit ec: ExecutionContext): ZIO[R, E, Fiber[[_] =>> ZIO[R, E, _$2], A]]
Keep in mind that when F has strict semantic, effect should created inside 'start()' brackets.
Keep in mind that when F has strict semantic, effect should created inside 'start()' brackets.
Attributes
Inherited methods
Attributes
- Inherited from:
- Effect
Attributes
- Inherited from:
- Effect