map(_:)
Returns a new state, mapping the entitlement value if successful.
Declaration
func map<NewValue>(_ transform: (Value) async throws -> NewValue) async rethrows -> EntitlementTaskState<NewValue>Returns a new state, mapping the entitlement value if successful.
func map<NewValue>(_ transform: (Value) async throws -> NewValue) async rethrows -> EntitlementTaskState<NewValue>