Packages

sealed abstract class SilentResult[+T] extends AnyRef

Source
Typers.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SilentResult
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def isEmpty: Boolean

Concrete Value Members

  1. final def filter(p: (T) ⇒ Boolean): Analyzer.SilentResult[T]
    Annotations
    @inline()
  2. final def fold[U](none: ⇒ U)(f: (T) ⇒ U): U
    Annotations
    @inline()
  3. final def map[U](f: (T) ⇒ U): Analyzer.SilentResult[U]
    Annotations
    @inline()
  4. def nonEmpty: Boolean
  5. final def orElse[T1 >: T](f: (Seq[Analyzer.AbsTypeError]) ⇒ T1): T1
    Annotations
    @inline()