smithy4s.schema.Alt
See theAlt companion object
final case class Alt[U, A](label: String, schema: Schema[A], inject: A => U, project: PartialFunction[U, A])
Represents a member of coproduct type (sealed trait)
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article