Property

tyrian.Property
See theProperty companion object
sealed trait Property extends Attr[Nothing]

Attributes

Companion
object
Graph
Supertypes
trait Attr[Nothing]
class Object
trait Matchable
class Any
Known subtypes

Members list

Type members

Types

type Out

Value members

Abstract methods

def name: String

Concrete methods

def render: String
Extension method from tyrian

Inherited methods

def map[N](f: Nothing => N): Attr[N]

Attributes

Inherited from:
Attr
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Attr -> Any
Inherited from:
Attr

Abstract fields

val valueOf: Out