Precompiler

smithy4s.schema.Alt$.Precompiler
trait Precompiler[F[_], G[_]]

Precompiles an Alt to produce an instance of G

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Abstract methods

def apply[A](label: String, instance: F[A]): G[A]

Concrete methods

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