You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just as JsonEncoder and JsonDecoder support a wide range of operators, which transform and combine codecs, so also can JsonCodec support operators, including:
orElse
orElseEither
zip
zipLeft
zipRight
These will have type signatures similar to the existing type signatures.
In addition, an xmapOrFail could be added, probably here and to the parent types.
The text was updated successfully, but these errors were encountered:
@fsvehla
The specific methods mentioned seem to be taken care of in zio2 , is there anything left to be done for this issue?
edit: I see xmapOrFail is not done yet
Just as
JsonEncoder
andJsonDecoder
support a wide range of operators, which transform and combine codecs, so also canJsonCodec
support operators, including:orElse
orElseEither
zip
zipLeft
zipRight
These will have type signatures similar to the existing type signatures.
In addition, an
xmapOrFail
could be added, probably here and to the parent types.The text was updated successfully, but these errors were encountered: