Skip to content

pranavbhardwaj88/HigherOrderFunctionSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Higher Order Function

A higher order function is a function that takes one or more functions as argument and returns a function as its result. With higher order function, we can use existing functionalities of Swift to achieve more with less effort.

Swift has multiple higher order functions like:

  1. Map
  2. Compact Map
  3. Map Values
  4. Flat map
  5. Filter
  6. Reduce
  7. For Each
  8. Remove All
  9. Sorted
  10. Contains
  11. Split

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages