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
Currently, contramap method is defined in the JsonWriter trait. And its return type is JsonWriter. But it would be useful to not lose concrete type and return JsonObjectWriter for contramap in JsonObjectWriter
The text was updated successfully, but these errors were encountered:
Currently,
contramap
method is defined in theJsonWriter
trait. And its return type isJsonWriter
. But it would be useful to not lose concrete type and returnJsonObjectWriter
forcontramap
inJsonObjectWriter
The text was updated successfully, but these errors were encountered: