$30 off During Our Annual Pro Sale. View Details »

Putting the Fun in Functional - AndroidListener Chicago, October 2015

Putting the Fun in Functional - AndroidListener Chicago, October 2015

My talk on being a crazy person who decided to rebuild map, filter, and reduce functions in Java 7 so I could better understand what the hell they're doing.

And also on sandwiches.

Code be here: https://github.com/designatednerd/FunInFunctional-Android

Ellen Shapiro
PRO

October 22, 2015
Tweet

More Decks by Ellen Shapiro

Other Decks in Technology

Transcript

  1. Putting the
    Fun*
    in Functional
    * - may depend on your definition of fun
    by Ellen Shapiro
    AndroidListener Chicago, October 2015

    View Slide

  2. The Big 3 Functional Methods
    map
    filter
    reduce

    View Slide

  3. View Slide

  4. What do these methods DO?
    -map: Apply the same function to everything in this
    collection

    View Slide

  5. What do these methods DO?
    -map: Apply the same function to everything in this
    collection
    -filter: Return the things in this collection passing a
    test function

    View Slide

  6. What do these methods DO?
    -map: Apply the same function to everything in this
    collection
    -filter: Return the things in this collection passing a
    test function
    -reduce: Combine the things in this collection with a
    starting value, and a function that adds things to a
    starting value.

    View Slide

  7. View Slide

  8. View Slide

  9. View Slide

  10. Demo Time!

    View Slide

  11. Don't Do What
    Donny Don't Did
    (At least if you
    want to be
    functional)

    View Slide

  12. Side effects!

    View Slide

  13. View Slide

  14. View Slide

  15. Question Time!

    View Slide

  16. Links!
    — Sample Code: https://github.com/designatednerd/
    FunInFunctional-Android

    View Slide

  17. Photo Credits!
    — Sandwich photo by Molly Elliot: https://
    www.flickr.com/photos/mollyelliott/4576766142
    — Square peg in a round hole photo by Yoel Ben-
    Avraham: https://www.flickr.com/photos/epublicist/
    3546059144
    — Pills by Thirteen of Clubs: https://www.flickr.com/
    photos/thirteenofclubs/

    View Slide