artificialrevelations/fp-workshop-jvm

Refactor Part 1 Exercise 6 for Java and Kotlin

ajoz opened this issue · 2 comments

ajoz commented
  • Inline explanations between exercises
  • why not use Function1<Void, A>
  • why not use Function1<A, Void>
  • focus on composition
  • focus on partial application
ajoz commented

Java version is in master: e4db64e

ajoz commented

Kotlin version is in master: 70491d1