Mojang / DataFixerUpper

A set of utilities designed for incremental building, merging and optimization of data transformations.
MIT License
1.2k stars 138 forks source link

Add utility functions to Either #12

Closed boq closed 6 years ago

boq commented 6 years ago

But wait, that not functional!?

I just don't like to type

callback.map(a -> {stuff(); return null;}, b -> {otherStuff(); return null;});