com.thoughtworks.dsl.keywords.TryCatch$
See theTryCatch companion class
Attributes
- Companion
- class
- Source
- TryCatch.scala
- Graph
-
- Supertypes
- Self type
-
TryCatch.type
Members list
Type members
Types
Attributes
- Source
- TryCatch.scala
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
def DslComposer[OuterDomain, Value, BlockDomain]: [BlockKeyword, CaseKeyword] => (x$1: Searching[BlockKeyword, BlockDomain, Value], x$2: Searching[CaseKeyword, BlockDomain, Value]) => Composed[TryCatch[BlockKeyword, CaseKeyword], OuterDomain, Value] =:= DslComposer[OuterDomain, Value, BlockDomain]
Attributes
- Source
- TryCatch.scala
Givens
Givens
given `given_DslComposer_!!_Value_!!`[LeftDomain, Value](using fenceDsl: Searching[Fence.type, LeftDomain, Unit]): DslComposer[LeftDomain !! Throwable, Value, LeftDomain !! Throwable]
Attributes
- Source
- TryCatch.scala
given given_Composed_TryCatch_OuterDomain_Value[Value, OuterDomain, BlockKeyword, BlockDomain, CaseKeyword](using dslTryCatch: DslComposer[OuterDomain, Value, BlockDomain])(using Searching[BlockKeyword, BlockDomain, Value], Searching[CaseKeyword, BlockDomain, Value]): Composed[TryCatch[BlockKeyword, CaseKeyword], OuterDomain, Value]
Attributes
- Source
- TryCatch.scala
Attributes
- Source
- TryCatch.scala
Inherited givens
given given_DslComposer_Function_Value_Function[State, OuterDomain, Value, BlockDomain](using restComposer: DslComposer[OuterDomain, Value, BlockDomain]): DslComposer[State => OuterDomain, Value, State => BlockDomain]
Attributes
- Inherited from:
- LowPriority0 (hidden)
- Source
- TryCatch.scala
In this article