Selected

case class Selected(formats: Type[String]) extends TargetFormats

Describes a target that is only intended to be rendered for the specified set of output formats.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def contains(format: String): Boolean

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product