Alt

smithy4s.schema.Alt$
See theAlt companion class
object Alt

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Alt.type

Members list

Type members

Classlikes

object Dispatcher

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Dispatcher.type
trait Dispatcher[U]

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 Object
trait Matchable
class Any
trait Precompiler[G[_]]

Precompiles an Alt to produce an instance of G

Precompiles an Alt to produce an instance of G

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Inherited types

type MirroredElemLabels <: Tuple

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