Contents

map(_:)

Returns a new state, mapping the entitlement value if successful.

Declaration

func map<NewValue>(_ transform: (Value) throws -> NewValue) rethrows -> EntitlementTaskState<NewValue>

See Also

Helper methods