From 889c329fd23788b34c9a0456e00714037049623f Mon Sep 17 00:00:00 2001 From: Hinse ter Schuur <582538+coduinix@users.noreply.github.com> Date: Sun, 6 Jan 2019 18:35:23 +0100 Subject: [PATCH] First post outline --- _posts/2019-01-06-vavr-mapping.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 _posts/2019-01-06-vavr-mapping.md 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