Platform

eu.joaocosta.minart.runtime.Platform
See thePlatform companion object
enum 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.

Attributes

Companion
object
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case case JS extends Platform
case case JVM extends Platform
case case Native extends Platform