TryCatch

object TryCatch extends LowPriority0
Companion
class
trait Product
trait Mirror
trait LowPriority0
class Object
trait Matchable
class Any

Type members

Classlikes

Types

@implicitNotFound("The `try` ... `catch` expression cannot contain !-notation inside a function that returns ${OuterDomain}.")
opaque type DslComposer[OuterDomain, Value, BlockDomain]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Givens

Givens

given Composed_TryCatch_OuterDomain_Value: Composed[TryCatch[BlockKeyword, CaseKeyword], OuterDomain, Value]
given DslComposer_Future_BlockValue_Future: DslComposer[Future[OuterValue], BlockValue, Future[BlockValue]]
given `DslComposer_!!_Value_!!`: DslComposer[LeftDomain !! Throwable, Value, LeftDomain !! Throwable]

Inherited givens

given DslComposer_Function_Value_Function: DslComposer[State => OuterDomain, Value, State => BlockDomain]
Inherited from
LowPriority0