Property

sealed abstract class Property extends Product with Serializable

Property is a Unicode property value. Only the ones needed in the context in this package are included.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Prepend
object CR
object LF
object Control
object Other
object L
object V
object T
object LV
object LVT
object Extend
object ZWJ

Value members

Inherited methods

def canEqual(that: Any): Boolean
Inherited from
Equals
def productArity: Int
Inherited from
Product
def productElement(n: Int): Any
Inherited from
Product
def productElementName(n: Int): String
Inherited from
Product
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def productPrefix: String
Inherited from
Product