PreprocessedSource

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case class InMemory(originalPath: Either[String, (SubPath, Path)], relPath: RelPath, code: String, ignoreLen: Int, options: Option[BuildOptions], requirements: Option[BuildRequirements], scopedRequirements: Seq[Scoped[BuildRequirements]], mainClassOpt: Option[String], scopePath: ScopePath) extends PreprocessedSource
final case class NoSourceCode(options: Option[BuildOptions], requirements: Option[BuildRequirements], scopedRequirements: Seq[Scoped[BuildRequirements]], path: Path) extends PreprocessedSource
final case class OnDisk(path: Path, options: Option[BuildOptions], requirements: Option[BuildRequirements], scopedRequirements: Seq[Scoped[BuildRequirements]], mainClassOpt: Option[String]) extends PreprocessedSource

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Implicits

Implicits

implicit val ordering: Ordering[PreprocessedSource]