Fork3

izumi.functional.bio.Fork3
trait Fork3[F[_, _, _]] extends RootBifunctor[F]

Attributes

Graph
Supertypes
trait RootBifunctor[F]
trait Root
class Object
trait Matchable
class Any
Known subtypes
class ForkZio
object ForkZio.type

Members list

Concise view

Type members

Inherited types

Attributes

Inherited from:
DivergenceHelper

Attributes

Inherited from:
PredefinedHelper

Value members

Abstract methods

def fork[R, E, A](f: F[R, E, A]): F[R, Nothing, Fiber3[F, E, A]]
def forkOn[R, E, A](ec: ExecutionContext)(f: F[R, E, A]): F[R, Nothing, Fiber3[F, E, A]]