chimney icon indicating copy to clipboard operation
chimney copied to clipboard

Add a short-circuiting version of TransformerFSupport for Either

Open mrobakowski opened this issue 3 years ago • 0 comments

A short-circuiting version of TransformerFSupport[Either[E, +*]] can be very useful and convenient if your code doesn't particularly care what exactly happened and just needs to know if the conversion failed or not.

I put it in a separate object, so this is a compatible change and requires the user to opt-in via an import.

mrobakowski avatar Dec 02 '20 16:12 mrobakowski