SimplePropertyId

abstract class SimplePropertyId[A, B](val name: String, val tpe: ClassTag[B]) extends RecordProperty[A]

Metainformation about property. Contains unique name (within the type) and type of the value. Might contain other metainformation about property, like Schema.

class Object
trait Matchable
class Any

Type members

Types

type P = B

Inherited types

type R = A
Inherited from:
RecordProperty
type RR = Record[R]
Inherited from:
RecordProperty0

Value members

Concrete methods

override def toString: String
Definition Classes
Any
def tpeSimpleName: String

Concrete fields

val name: String
val tpe: ClassTag[B]