Platform

scala.build.options.Platform$
See thePlatform companion class
object Platform

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Platform.type

Members list

Type members

Classlikes

case object JS extends Platform

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Platform
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
JS.type
case object JVM extends Platform

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Platform
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
JVM.type
case object Native extends Platform

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Platform
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Native.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def normalize(p: String): String
def parse(p: String): Option[Platform]
def parseSpec(input: Seq[String]): Option[Set[Platform]]

Implicits

Implicits

implicit val ordering: Ordering[Platform]