Precompiler

smithy4s.schema.Alt.Precompiler
trait Precompiler[G[_]]

Precompiles an Alt to produce an instance of G

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Abstract methods

def apply[A](label: String, schema: Schema[A]): G[A]

Concrete methods

def toPolyFunction[U]: PolyFunction[[_] =>> Alt[U, _$2], G]