diff --git a/docs/codecs.html b/docs/codecs.html index 4e7dc258..ac6cb48c 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$15793/0x000000010433c840@3c3819a3, -// g = vulcan.Codec$WithValidSchema$$Lambda$15794/0x000000010433c040@7ebf1571 +// f = vulcan.Codec$WithValidSchema$$Lambda$16577/0x000000010451d040@643ab9ac, +// g = vulcan.Codec$WithValidSchema$$Lambda$16578/0x000000010451c040@7e7b68e0 // ), // validSchema = "long" // ), -// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@1f3ba384 +// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@4e512a7d // ), // validSchema = {"type":"long","logicalType":"timestamp-millis"} // ), @@ -114,19 +114,19 @@ // codec = Validated( // codec = ImapErrors( // codec = Codec("long"), -// f = vulcan.Codec$WithValidSchema$$Lambda$15793/0x000000010433c840@3c3819a3, -// g = vulcan.Codec$WithValidSchema$$Lambda$15794/0x000000010433c040@7ebf1571 +// f = vulcan.Codec$WithValidSchema$$Lambda$16577/0x000000010451d040@643ab9ac, +// g = vulcan.Codec$WithValidSchema$$Lambda$16578/0x000000010451c040@7e7b68e0 // ), // validSchema = "long" // ), -// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@1f3ba384 +// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@4e512a7d // ), // validSchema = {"type":"long","logicalType":"timestamp-millis"} // ), // typeName = "Instant" // ), -// f = vulcan.Codec$WithValidSchema$$Lambda$15793/0x000000010433c840@7cfc0ae8, -// g = vulcan.Codec$WithValidSchema$$Lambda$15794/0x000000010433c040@380f8f66 +// f = vulcan.Codec$WithValidSchema$$Lambda$16577/0x000000010451d040@6838750e, +// g = vulcan.Codec$WithValidSchema$$Lambda$16578/0x000000010451c040@7ee025b3 // )
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 6af313f0..38b1d427 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.