final class tried extends Annotation with RawMethodAnnotation

When raw method is annotated as @tried, invocations of real methods matching that raw method will be automatically wrapped into Try. Consequently, all real methods will be treated as if their result type was Try[Result] instead of actual Result. For example, if raw method is encoded and its (raw) result is Raw then macro engine will search for implicit AsRaw/Real[Raw,Try[Result]] instead of just AsRaw/Real[Raw,Result]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. tried
  2. RawMethodAnnotation
  3. RawSymAnnotation
  4. StaticAnnotation
  5. Annotation
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new tried()