Imports

ammonite.util.Imports
See theImports companion class
object Imports

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Imports.type

Members list

Value members

Concrete methods

def apply(importss: Seq[ImportData]*): Imports

Constructs an Imports object from one or more loose sequence of imports

Constructs an Imports object from one or more loose sequence of imports

Figures out which imports will get stomped over by future imports before they get used, and just ignore those.

Attributes

def unapply(s: Imports): Option[Seq[ImportData]]