Fork

object Fork
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

final case
class MultipleException(throwableSet: Set[Throwable]) extends RuntimeException

Givens

Givens

given AsKeyword_Traversable_Fork_Element: From => Keyword
given IsKeyword_Fork_Element[Element]: IsKeyword[Fork[Element], Element]

Implicits

Implicits

implicit
def forkContinuationDsl[NarrowElement, LeftDomain, WidenElement, RightDomain](implicit eachDsl: Dsl[ForEach[NarrowElement], LeftDomain, NarrowElement], booleanEachDsl: Dsl[ForEach[Boolean], LeftDomain, Boolean], isTraversableOnce: RightDomain => IterableOnce[WidenElement], canBuildFrom: Factory[WidenElement, RightDomain], continueDsl: Dsl[Continue, LeftDomain, Nothing], tryCatchFinally: TryCatchFinally[Unit, LeftDomain !! RightDomain, LeftDomain !! RightDomain, LeftDomain !! RightDomain]): PolyCont[Fork[NarrowElement], LeftDomain !! RightDomain, NarrowElement]