PropertiesBuilder

class Object
trait Matchable
class Any

Value members

Concrete methods

transparent inline def emptySchema: RecordSchema[R] { type ParentSchemaOrNothing = Nothing; type Properties = EmptyTuple; type PropertySet = Nothing; type Values = EmptyTuple; type HValues = [H[_]] =>> EmptyTuple; }
transparent inline def fields(inline properties: RecordProperty[Record[R]]*): RecordSchema[R]
transparent inline def property[T : ClassTag](name: String): SimplePropertyId[Record[R], T]

Create an object that represents the property.

Create an object that represents the property.