Scala- FP

Vassil Dichev

Curry

image

Haskell Curry

image

Joke time

A team of functional programmers were wondering what to order for lunch.

In the end they decided to order curry- it leads to fewer arguments.

What can these functions do?

reduce

image

Folding right or left

image

image

Lazy

image

Implement in terms of foldLeft

  • size
  • max
  • contains
  • reverse

Tuple2

  • partition
  • span
  • splitAt

Collections

image

Imports

  • on-demand
  • selector
  • renaming

Functions

  • flatten
  • flatMap
  • groupBy
  • zip

Zip

image