TryModule (original) (raw)

scala.quoted.Quotes.reflectModule.TryModule

Methods of the module object val Try

Attributes

Source

Quotes.scala

Graph

Supertypes

Self type

Members list

Create a try/catch try <body: Term> catch { <cases: List[CaseDef]> } finally <finalizer: Option[Term]>

Create a try/catch try <body: Term> catch { <cases: List[CaseDef]> } finally <finalizer: Option[Term]>

Attributes

Source

Quotes.scala

Matches a try/catch try <body: Term> catch { <cases: List[CaseDef]> } finally <finalizer: Option[Term]>

Matches a try/catch try <body: Term> catch { <cases: List[CaseDef]> } finally <finalizer: Option[Term]>

Attributes

Source

Quotes.scala

In this article