TryModule

scala.quoted.Quotes.reflectModule.TryModule
trait TryModule

Methods of the module object val Try

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Abstract methods

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

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