Builds a Transformer[A, B] from a Shapeless Generic.Aux[A, B].
Builds a Transformer[A, B] from a Shapeless Generic.Aux[B, A].
Builds a Transformer[A, B] for singleton case class A and value B.
Builds a Transformer[A, B] for value A and singleton case class B.
Builds a Transformer[A, B] where A is a coproduct whose component types can be aligned with the coproduct representation of B.
Builds a Transformer[A, B] from a Shapeless Generic for A where the representation is an HList which is compatible with the HList B with units removed.
Builds a Transformer[A, B] from a Shapeless Generic for B where the representation is an HList which is compatible with the HList A with units removed.
Identity transformer.
Companion for Transformer.