LTO

mill.scalanativelib.api.LTO
See theLTO companion class
object LTO

Attributes

Companion
class
Source
ScalaNativeApi.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
LTO.type

Members list

Type members

Classlikes

case object Full extends LTO

Attributes

Source
ScalaNativeApi.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class LTO
class Object
trait Matchable
class Any
Show all
Self type
Full.type
case object None extends LTO

Attributes

Source
ScalaNativeApi.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class LTO
class Object
trait Matchable
class Any
Show all
Self type
None.type
case object Thin extends LTO

Attributes

Source
ScalaNativeApi.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class LTO
class Object
trait Matchable
class Any
Show all
Self type
Thin.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete fields

val values: Seq[LTO]

Attributes

Source
ScalaNativeApi.scala

Implicits

Implicits

implicit val rw: ReadWriter[LTO]

Attributes

Source
ScalaNativeApi.scala
implicit val rwFull: ReadWriter[Full.type]

Attributes

Source
ScalaNativeApi.scala
implicit val rwNone: ReadWriter[None.type]

Attributes

Source
ScalaNativeApi.scala
implicit val rwThin: ReadWriter[Thin.type]

Attributes

Source
ScalaNativeApi.scala