ScopeAxis

sbt.ScopeAxis
See theScopeAxis companion object
sealed trait ScopeAxis[+S]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Select[S]
object This.type
object Zero.type

Members list

Concise view

Value members

Concrete methods

def fold[T](f: S => T, ifZero: => T, ifThis: => T): T
def foldStrict[T](f: S => T, ifZero: T, ifThis: T): T
def isSelect: Boolean
def map[T](f: S => T): ScopeAxis[T]
def toOption: Option[S]