Other Type Aliases
The following type aliases are available globally.
-
Property represents a “value” and not a relation; TODO Decide if useful (one generic parameter less) or drop it
Declaration
Swift
public typealias ValueProperty<E: EntityInspectable & __EntityRelatable, V: EntityPropertyTypeConvertible> = Property<E, V, Void> where E == E.EntityBindingType.EntityType