summaryrefslogtreecommitdiff
path: root/src/main/java/bjc/data/Either.java
AgeCommit message (Collapse)Author
2022-09-24Add some additional combinators, of various sortsBen Culkin
2020-12-14Either no longer implements PairBen Culkin
From a conceptual stand-point, this never really made sense.
2020-12-03Rename types to match Java styleBen Culkin
This renames several interfaces that had names like IWhatever, since that isn't a style that Java uses
2020-11-08Do some cleanup of thingsBen Culkin
2020-04-13Cleanup passBen Culkin
Pass to do some cleanups
2019-07-02Rename package rootbculkin2442
The package root is now bjc, not io.github.bculkin2442.