Packages

c

scala.tools.nsc.typechecker.Typers

SilentResultValue

case class SilentResultValue[+T](value: T) extends Analyzer.SilentResult[T] with Product with Serializable

Source
Typers.scala
Linear Supertypes
Serializable, java.io.Serializable, Product, Equals, Analyzer.SilentResult[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SilentResultValue
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SilentResult
  7. AnyRef
  8. 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

Instance Constructors

  1. new SilentResultValue(value: T)

Value Members

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