diff --git a/docs/codecs.html b/docs/codecs.html index b18035ed..e2e904b3 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$15859/0x00000001043ac840@587a458d, -// g = vulcan.Codec$WithValidSchema$$Lambda$15860/0x0000000104418040@72ce1e5c +// f = vulcan.Codec$WithValidSchema$$Lambda$15817/0x0000000104400840@61599bac, +// g = vulcan.Codec$WithValidSchema$$Lambda$15818/0x0000000104401840@4779ad51 // ), // validSchema = "long" // ), -// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@25ae8df7 +// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@2d589149 // ), // validSchema = {"type":"long","logicalType":"timestamp-millis"} // ), @@ -114,19 +114,19 @@ // codec = Validated( // codec = ImapErrors( // codec = Codec("long"), -// f = vulcan.Codec$WithValidSchema$$Lambda$15859/0x00000001043ac840@587a458d, -// g = vulcan.Codec$WithValidSchema$$Lambda$15860/0x0000000104418040@72ce1e5c +// f = vulcan.Codec$WithValidSchema$$Lambda$15817/0x0000000104400840@61599bac, +// g = vulcan.Codec$WithValidSchema$$Lambda$15818/0x0000000104401840@4779ad51 // ), // validSchema = "long" // ), -// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@25ae8df7 +// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@2d589149 // ), // validSchema = {"type":"long","logicalType":"timestamp-millis"} // ), // typeName = "Instant" // ), -// f = vulcan.Codec$WithValidSchema$$Lambda$15859/0x00000001043ac840@6b673ffb, -// g = vulcan.Codec$WithValidSchema$$Lambda$15860/0x0000000104418040@6cc982f9 +// f = vulcan.Codec$WithValidSchema$$Lambda$15817/0x0000000104400840@3a0e3940, +// g = vulcan.Codec$WithValidSchema$$Lambda$15818/0x0000000104401840@415a98bc // )
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 73178e61..04b9d831 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.