ProcessedDirective

scala.build.preprocessing.directives.ProcessedDirective
final case class ProcessedDirective[+T](global: Option[T], scoped: Seq[Scoped[T]])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def map[U](f: T => U): ProcessedDirective[U]
def mapE[U](f: T => Either[BuildException, U]): Either[BuildException, ProcessedDirective[U]]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product