Entity Property Registrar
Functions
Link copied to clipboard
abstract fun property(key: String, strategy: PropertyStrategy, extract: Action<Iter<ELEMENT>, IterValues>): Property<ELEMENT>
Associates entity property tag with result of extract action.
abstract fun property(entity: Entity.Type, key: String, strategy: PropertyStrategy, extract: Action<Iter<ELEMENT>, IterValues>)
updates existing entities with property
Link copied to clipboard
Associates value with entity.