map(_:)

Declaration

func map<T, E>(_ transform: (Element) throws(E) -> T) throws(E) -> [T] where E : Error