Contents

resolved(from:)

Resolves an entity from a system intent value type through the entity type’s transferable conformance.

Declaration

func resolved<T>(from value: T) async throws -> AnyAppEntity where T : _SystemIntentValue, T : IntentValueConvertible

Parameters

  • value:

    The system intent value (e.g., a PlaceDescriptor instance).

Return Value

The resolved entity.

Discussion