OptionalAttrPair

slinky.core.OptionalAttrPair
See theOptionalAttrPair companion object
final class OptionalAttrPair[-A](val name: String, val value: Option[Any]) extends TagMod[A]

Attributes

Companion:
object
Graph
Supertypes
trait TagMod[A]
class Object
trait Any
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object

Concrete fields

final val name: String
final val value: Option[Any]