diff --git a/_posts/2019-01-06-vavr-mapping.md b/_posts/2019-01-06-vavr-mapping.md new file mode 100644 index 0000000..b0c8c57 --- /dev/null +++ b/_posts/2019-01-06-vavr-mapping.md @@ -0,0 +1,22 @@ +--- +layout: post +author: coduinix +aside: true +categories: + - Functional Programming + - Java + - Vavr +title: What the map?! +excerpt: This is the exercpt +--- +* Java lists before `map` +* Java lists with `map` (Stream) + * Immutability +* Vavr lists with `map` + * Immutable by default +* Other containers + * `Option` + * `Try` +* What's next? + * `flatMap` + * `foldLeft` \ No newline at end of file