Lesson Objectives
By the end of this lesson, you will be able to:
Use the
filter
,map
/forEach
,flatMap
, andreduce
methodsUse lazy sequences to delay operations until they are needed
Write proper Swifty code
By the end of this lesson, you will be able to:
Use the
filter
,
map
/
forEach
,
flatMap
, and
reduce
methods
Use lazy sequences to delay operations until they are needed
Write proper Swifty code