<div dir="ltr">I like mapAndUnwrap , but just for the record I&#39;d like to add <div>&quot;mapThenUnwrap&quot;</div><div><br></div><div>I&#39;m not a native english, but i think &quot;and&quot; doesn&#39;t convey as much meaning relative to the order of the operation as &quot;then&quot;.</div><div><br></div><div>As a sidenote, if we go this road I think flatMap should also be the object of a renaming proposal. we would have </div><div>map, </div><div>mapThenFlatten and </div><div>mapThenUnwrap.</div><div><br></div><div>It doesn&#39;t look as functional style programming as flatMap and filterMap , but it&#39;s IMHO incredibly clearer. I remember being very puzzled by flatMap the first time is discovered it and its type signature, making me think it was &quot;a different kind&quot; of map, instead of a map plus something more in the end of the process.</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 16, 2017 at 11:23 AM, Jean-Daniel via swift-evolution <span dir="ltr">&lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word;line-break:after-white-space"><br><div><br><blockquote type="cite"><div><div dir="ltr"><div><br></div><div>Here&#39;s a variety of possible new names, in descending order of personal preference:</div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">mapUnwrappingSome</font></div><div><span style="font-family:monospace,monospace">mapAndUnwrap      // Thanks Nevin, this is surprisingly clear.</span><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">mapUnwrapSome</font></div><div><font face="monospace, monospace">mapUnwrapIfSome</font></div><div><font face="monospace, monospace">mapSome           // For these last three, it&#39;s unclear when nil elements are dropped. Before or after the map?</font></div><div><font face="monospace, monospace">mapNonNil</font></div><div><font face="monospace, monospace">mapStrippingNil</font></div><div><br></div></div></div></blockquote><br></div><div>An other explicit alternative</div><div><br></div><div>mapIfNotNil()</div><div><br></div><br></div><br>______________________________<wbr>_________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/<wbr>mailman/listinfo/swift-<wbr>evolution</a><br>
<br></blockquote></div><br></div>