Token

izumi.logstage.api.rendering.LogstageReprWriter.Token
See theToken companion trait
object Token

Attributes

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

Members list

Type members

Classlikes

case object Close extends Struct

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Struct
trait Token
class Object
trait Matchable
class Any
Show all
Self type
Close.type
final case class Open(map: Boolean) extends Struct

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Struct
trait Token
class Object
trait Matchable
class Any
Show all
sealed trait Struct extends Token

Attributes

Supertypes
trait Token
class Object
trait Matchable
class Any
Known subtypes
object Close
class Open
final case class Value(value: String) extends Token

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Token
class Object
trait Matchable
class Any
Show all

Inherited and Abstract 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