sbt/internal/util-collection/src
Eugene Yokota a75e847a08 refactor: Refactor response handler
**Problem**
The sbtn response handling code is relatively stragightforward,
but it's a bit messy.

**Solution**
This cleans it up a bit, similar to the style used by Unfiltered
back then (not sure how Unfiltered plans are written nowadays) by
expressing each event handling as a partial function, and composing them
together using `orElse`.
2025-02-09 18:17:02 -05:00
..
main refactor: Refactor response handler 2025-02-09 18:17:02 -05:00
test/scala fix typo 2023-06-24 20:05:52 +09:00