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
Ordering
- Alphabetic
- By Inheritance
Inherited
- This
- Serializable
- Serializable
- Product
- Equals
- ScopeAxis
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
fold[T](f: (Nothing) ⇒ T, ifZero: ⇒ T, ifThis: ⇒ T): T
- Definition Classes
- ScopeAxis
-
def
foldStrict[T](f: (Nothing) ⇒ T, ifZero: T, ifThis: T): T
- Definition Classes
- ScopeAxis
-
def
isSelect: Boolean
- Definition Classes
- ScopeAxis
-
def
map[T](f: (Nothing) ⇒ T): ScopeAxis[T]
- Definition Classes
- ScopeAxis
-
def
toOption: Option[Nothing]
- Definition Classes
- ScopeAxis