resolved(from:)
Resolves a transient entity from a system intent value type through the entity type’s Transferable conformance.
Declaration
func resolved<T>(from value: T) async throws -> AnyTransientAppEntity where T : _SystemIntentValue, T : IntentValueConvertibleParameters
- value:
The system intent value (e.g., a
PlaceDescriptorinstance).
Return Value
The resolved transient entity.