vhesener / Closures

Swifty closures for UIKit and Foundation
MIT License
1.74k stars 146 forks source link

Replace deprecated flatMap API with compactMap #37

Closed eseay closed 6 years ago

eseay commented 6 years ago

This change provides Swift 4.1 support by replacing the old API. compactMap should now be used to filter out nil from arrays.