Try

oxygen.quoted.Try
See theTry companion class
object Try

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Try.type

Members list

Value members

Concrete methods

def companion(using quotes: Quotes): TryCompanion
def unapply(x: Try): (Term, List[CaseDef], Option[Term])

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

def wrap(using quotes: Quotes)(unwrap: quotes.reflect.Try): Try

Givens

Givens

given given_Conversion_Try_type_TryCompanion(using Quotes): Conversion[Try.type, TryCompanion]