From 6f0313f74f942d47092fd1de894fc0ddbaca36bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwendal=20Roue=CC=81?= Date: Fri, 2 Oct 2020 16:33:02 +0200 Subject: [PATCH] TODO --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..1640ee4 --- /dev/null +++ b/TODO.md @@ -0,0 +1,2 @@ +- .ifEmpty(switchTo:), .ifEmpty(default:) https://github.com/CombineCommunity/CombineExt/issues/46 +- .compactToMaybe(), filterNil (Single to Maybe)