All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala.build.preprocessing.directives.PartiallyProcessedDirectives.scala Maven / Gradle / Ivy

package scala.build.preprocessing.directives

import scala.build.preprocessing.Scoped

case class PartiallyProcessedDirectives[T](
  global: T,
  scoped: Seq[Scoped[T]],
  unused: Seq[StrictDirective]
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy