Skip to content

Releases: VassilisSoum/FunctionalUtils

2.8.0

22 Aug 22:54
Compare
Choose a tag to compare
Adding Try#toEither(Supplier)) and Either#filterOrElse

2.7.0

20 Aug 22:43
Compare
Choose a tag to compare
Either#bimap and Either#biFlatmap

2.6.0

20 Aug 20:04
Compare
Choose a tag to compare
Adding Option#toEither(Supplier<A>)

2.5.0

19 Aug 21:15
Compare
Choose a tag to compare

Option#toEither

2.4.1

18 Aug 21:31
Compare
Choose a tag to compare
Utility method in IO

2.4.0

18 Aug 19:40
Compare
Choose a tag to compare

Introducing a basic version of IO monad inspired by Cats Effect IO and Haskell

2.3.0

17 Aug 13:46
Compare
Choose a tag to compare

Introducing Tuple2 until Tuple10

2.2.0

15 Aug 11:34
Compare
Choose a tag to compare

Introducing Writer Monad

2.1.0

14 Aug 22:15
Compare
Choose a tag to compare

Introducing Reader monad

2.0.0

13 Aug 21:08
Compare
Choose a tag to compare

Adding ThrowingSupplier to deal with checked exceptions on Supplier interface
Replaced Try#of with ThrowingSupplier