diff --git a/docs/codecs.html b/docs/codecs.html index fb95b7b0..c85e3a27 100644 --- a/docs/codecs.html +++ b/docs/codecs.html @@ -68,12 +68,12 @@ // codec = Validated( // codec = ImapErrors( // codec = Codec("long"), -// f = vulcan.Codec$WithValidSchema$$Lambda$14964/1487070459@62f8534a, -// g = vulcan.Codec$WithValidSchema$$Lambda$14965/506754255@66a574a6 +// f = vulcan.Codec$WithValidSchema$$Lambda$14959/43688165@207c048c, +// g = vulcan.Codec$WithValidSchema$$Lambda$14960/617913945@583458e8 // ), // validSchema = "long" // ), -// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@59bd5c7c +// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@6007a3af // ), // validSchema = {"type":"long","logicalType":"timestamp-millis"} // ), @@ -114,19 +114,19 @@ // codec = Validated( // codec = ImapErrors( // codec = Codec("long"), -// f = vulcan.Codec$WithValidSchema$$Lambda$14964/1487070459@62f8534a, -// g = vulcan.Codec$WithValidSchema$$Lambda$14965/506754255@66a574a6 +// f = vulcan.Codec$WithValidSchema$$Lambda$14959/43688165@207c048c, +// g = vulcan.Codec$WithValidSchema$$Lambda$14960/617913945@583458e8 // ), // validSchema = "long" // ), -// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@59bd5c7c +// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@6007a3af // ), // validSchema = {"type":"long","logicalType":"timestamp-millis"} // ), // typeName = "Instant" // ), -// f = vulcan.Codec$WithValidSchema$$Lambda$14964/1487070459@48e9d1d4, -// g = vulcan.Codec$WithValidSchema$$Lambda$14965/506754255@49425249 +// f = vulcan.Codec$WithValidSchema$$Lambda$14959/43688165@53a5c22a, +// g = vulcan.Codec$WithValidSchema$$Lambda$14960/617913945@2c97e970 // )
When we have a newtype where we ensure values are valid, we can use imapError
instead.
When we have a newtype where we ensure values are valid, we can use imapError
instead.
Refer to the table below for dependencies and version support across modules.
diff --git a/docs/overview/index.html b/docs/overview/index.html index 4bdadc44..15476018 100644 --- a/docs/overview/index.html +++ b/docs/overview/index.html @@ -98,7 +98,7 @@Refer to the table below for dependencies and version support across modules.