Packages

o

sbt

This

object This extends ScopeAxis[Nothing] with Product with Serializable

This is a scope component that represents not being scoped by the user, which later could be further scoped automatically by sbt.

Linear Supertypes
Serializable, Serializable, Product, Equals, ScopeAxis[Nothing], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. This
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ScopeAxis
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def fold[T](f: (Nothing) ⇒ T, ifZero: ⇒ T, ifThis: ⇒ T): T
    Definition Classes
    ScopeAxis
  2. def foldStrict[T](f: (Nothing) ⇒ T, ifZero: T, ifThis: T): T
    Definition Classes
    ScopeAxis
  3. def isSelect: Boolean
    Definition Classes
    ScopeAxis
  4. def map[T](f: (Nothing) ⇒ T): ScopeAxis[T]
    Definition Classes
    ScopeAxis
  5. def toOption: Option[Nothing]
    Definition Classes
    ScopeAxis