Skip to content
#

dropwizard

Here are 397 public repositories matching this topic...

kelnos
kelnos commented May 21, 2021

From some real-world usage, the fold method on Java client response classes isn't quite as useful as it is with Scala. Lack of named arguments makes it more error-prone, and it's just not very idiomatic. The most common use case seems to be doing one thing on success status codes, and another (single) thing on error status codes, so duplicating the error logic -- even if it's just a function c

Improve this page

Add a description, image, and links to the dropwizard topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dropwizard topic, visit your repo's landing page and select "manage topics."

Learn more