Import

final case
class Import(prefix: String, selectors: List[Selector])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def expr: String

The full expression, such as scala.collection.immutable.{IndexedSeq => Vec}

The full expression, such as scala.collection.immutable.{IndexedSeq => Vec}

def sourceString: String

The equivalent source code, such as import scala.collection.immutable.{IndexedSeq => Vec}

The equivalent source code, such as import scala.collection.immutable.{IndexedSeq => Vec}

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product