Platform

sealed trait Platform

Runtime representation of the runtime platform. In general, it is preferable to handle platform-specific code at compile time, but this can be helpful for small changes.

Companion:
object
class Object
trait Matchable
class Any
object JS.type
object JVM.type
object Native.type