Platform

lgbt.princess.platform.Platform$
object Platform

A utility for checking what platform Scala is running on.

Attributes

Source:
Platform.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete fields

final val isJS: false

Whether or not Scala is running on JavaScript

Whether or not Scala is running on JavaScript

Attributes

Source:
Platform.scala
final val isJVM: false

Whether or not Scala is running on the JVM

Whether or not Scala is running on the JVM

Attributes

Source:
Platform.scala
final val isNative: true

Whether or not Scala is running natively

Whether or not Scala is running natively

Attributes

Source:
Platform.scala