diff --git a/docs/codecs.html b/docs/codecs.html index cf3df59c..b0d2f29e 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$15774/0x0000000104364840@ced52e2, -// g = vulcan.Codec$WithValidSchema$$Lambda$15775/0x0000000104364040@60893894 +// f = vulcan.Codec$WithValidSchema$$Lambda$15795/0x00000001043b5840@2f99e072, +// g = vulcan.Codec$WithValidSchema$$Lambda$15796/0x00000001043b5040@4acd310c // ), // validSchema = "long" // ), -// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@5e39a562 +// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@7e44a0b2 // ), // validSchema = {"type":"long","logicalType":"timestamp-millis"} // ), @@ -114,19 +114,19 @@ // codec = Validated( // codec = ImapErrors( // codec = Codec("long"), -// f = vulcan.Codec$WithValidSchema$$Lambda$15774/0x0000000104364840@ced52e2, -// g = vulcan.Codec$WithValidSchema$$Lambda$15775/0x0000000104364040@60893894 +// f = vulcan.Codec$WithValidSchema$$Lambda$15795/0x00000001043b5840@2f99e072, +// g = vulcan.Codec$WithValidSchema$$Lambda$15796/0x00000001043b5040@4acd310c // ), // validSchema = "long" // ), -// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@5e39a562 +// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@7e44a0b2 // ), // validSchema = {"type":"long","logicalType":"timestamp-millis"} // ), // typeName = "Instant" // ), -// f = vulcan.Codec$WithValidSchema$$Lambda$15774/0x0000000104364840@75bdfda8, -// g = vulcan.Codec$WithValidSchema$$Lambda$15775/0x0000000104364040@58fb2994 +// f = vulcan.Codec$WithValidSchema$$Lambda$15795/0x00000001043b5840@4ab13b20, +// g = vulcan.Codec$WithValidSchema$$Lambda$15796/0x00000001043b5040@13aa2506 // )
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 248212b7..52dacb1b 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.