summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-12-08Merge branch 'trunk' of git@ashardalon.com:esodata.git into trunkHEADtrunkBenjamin Culkin
2025-12-08Add two function types for Closable functionsBenjamin Culkin
2024-07-01Add some missing annotationsBenjamin Culkin
2024-01-21Fix up pomBenjamin Culkin
2023-12-24Configure deploy to work correctlyBenjamin Culkin
2023-11-08Merge branch 'trunk' of git@ashardalon.com:esodata.git into trunkBen Culkin
2023-10-25TweaksBen Culkin
2023-10-25Tweak for new setupbjculkin
2023-06-25Update a number of thingsBen Culkin
2022-10-08Add a whole bunch of OpticsBen Culkin
2022-09-27remove old licenseBen Culkin
2022-09-27Very minor changeBen Culkin
2022-09-27GPLize projectBen Culkin
2022-09-24Various changesBen Culkin
2022-09-24Implement basic Petri netsBen Culkin
2022-09-24Add PairMapBen Culkin
2022-09-24Add some additional combinators, of various sortsBen Culkin
2022-09-16Merge branch 'master' of git@github.com:bculkin2442/esodata.gitBen Culkin
2022-09-16Adjust a few thingsBen Culkin
2022-08-16Update iterator capabilitiesBen Culkin
2022-07-26Minor cleanupsBen Culkin
2022-07-26Restructure a bitBen Culkin
2022-07-11General improvementsBen Culkin
2021-12-14Merge pull request #1 from bculkin2442/dependabot/maven/junit-junit-4.13.1Benjamin Culkin
2021-03-13Update documentationBen Culkin
2021-03-13Clear up some warningsBen Culkin
2021-02-26UpdateBen Culkin
2020-12-14Fix failing testsBenjamin J. Culkin
2020-12-14Implement NestListBen Culkin
2020-12-14Add more combinatorsBen Culkin
2020-12-14Add ReverseListIteratorBen Culkin
2020-12-14Either no longer implements PairBen Culkin
2020-12-03Rename types to match Java styleBen Culkin
2020-12-01An assortment of changesBen Culkin
2020-11-22Add a 'context' typeBen Culkin
2020-11-21Change IMap to use Optional, not exceptionsBen Culkin
2020-11-21Fix another failing test...Ben Culkin
2020-11-21Fix failing testBen Culkin
2020-11-21Add some function combinatorsBen Culkin
2020-11-21Add a functional interface for functions that throw an exception.Ben Culkin
2020-11-21Add a basic fixpoint functionBen Culkin
2020-11-21Add iterators which don't throw ConcurrentModificationExceptionBen Culkin
2020-11-21Add static factory method to IHolderBen Culkin
2020-11-17Add some tests for IMap/FunctionalMapBen Culkin
2020-11-17Reorder the methods in IMap againBen Culkin
2020-11-17Add static function for constructing IMap more easilyBen Culkin
2020-11-17Add ability to set the source for GeneratingIteratorBen Culkin
2020-11-17Remove some unnecessary overridesBen Culkin
2020-11-17Implement IFreezable for IMapBen Culkin
2020-11-16Add interface for freezing/thawing objectsBen Culkin