smithy4s.schema.Alt$
See theAlt companion class
object Alt
Attributes
Members list
Type members
Classlikes
object Dispatcher
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Dispatcher.type
Construct that does the heavily lifting for encoding union values, by memoising the compilation of the alternatives, dispatching the union instance to the correct pre-compiled encoder, and lift the resulting function into an encoder that works on the union.
Construct that does the heavily lifting for encoding union values, by memoising the compilation of the alternatives, dispatching the union instance to the correct pre-compiled encoder, and lift the resulting function into an encoder that works on the union.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
Precompiles an Alt to produce an instance of G
Precompiles an Alt to produce an instance of G
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Precompiler[G]
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article