diff --git a/docs/codecs.html b/docs/codecs.html index 9d6e97ae..48269a53 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$15601/0x00000001042c9040@15e1f1e9, -// g = vulcan.Codec$WithValidSchema$$Lambda$15602/0x00000001042c9840@49044d3a +// f = vulcan.Codec$WithValidSchema$$Lambda$15551/0x000000010426c840@7fe2dfe5, +// g = vulcan.Codec$WithValidSchema$$Lambda$15552/0x000000010426c040@4d545704 // ), // validSchema = "long" // ), -// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@38aae2f6 +// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@5f311201 // ), // validSchema = {"type":"long","logicalType":"timestamp-millis"} // ), @@ -114,19 +114,19 @@ // codec = Validated( // codec = ImapErrors( // codec = Codec("long"), -// f = vulcan.Codec$WithValidSchema$$Lambda$15601/0x00000001042c9040@15e1f1e9, -// g = vulcan.Codec$WithValidSchema$$Lambda$15602/0x00000001042c9840@49044d3a +// f = vulcan.Codec$WithValidSchema$$Lambda$15551/0x000000010426c840@7fe2dfe5, +// g = vulcan.Codec$WithValidSchema$$Lambda$15552/0x000000010426c040@4d545704 // ), // validSchema = "long" // ), -// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@38aae2f6 +// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@5f311201 // ), // validSchema = {"type":"long","logicalType":"timestamp-millis"} // ), // typeName = "Instant" // ), -// f = vulcan.Codec$WithValidSchema$$Lambda$15601/0x00000001042c9040@38b6d907, -// g = vulcan.Codec$WithValidSchema$$Lambda$15602/0x00000001042c9840@56d69dee +// f = vulcan.Codec$WithValidSchema$$Lambda$15551/0x000000010426c840@620f748a, +// g = vulcan.Codec$WithValidSchema$$Lambda$15552/0x000000010426c040@192cd280 // )
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 15c57a6a..49a3c64e 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.