Fork me on GitHub

TomasMikula/blog

Posts tagged EasyBind

Monadic operations on ObservableValue

EasyBind introduces MonadicObservableValue that adds monadic operations to JavaFX ObservableValue. First of all, don’t get scared by the word monadic—it just means that there are a few more operations that treat null as “value not available.” Anyway, if you have already used Optional, this will all look very familiar.