Labeled

final case class Labeled[A](value: A)(label: String)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Methods

override def toString: String
Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inhertied from
Product
def productIterator: Iterator[Any]
Inhertied from
Product