MissingImport

object MissingImport extends Constructor[(ImportMode, Option[String])]
class Constructor[(ImportMode, Option[String])]
class Object
trait Matchable
class Any

Type members

Inherited types

type Result = A
Inherited from
Constructor

Value members

Concrete methods

def apply(mode: ImportMode, hash: String): Expr

Note that this constructor does not verify that the input is a hex-encoded SHA-256 hash.

Note that this constructor does not verify that the input is a hex-encoded SHA-256 hash.

def apply(mode: ImportMode): Expr
def apply(): Expr

Inherited methods

final def unapply(expr: Expr): Option[(ImportMode, Option[String])]
Inherited from
Constructor