Alt

object Alt
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Alt.type

Type members

Classlikes

final implicit implicit class SchemaAltOps[U, A](alt: SchemaAlt[U, A]) extends AnyVal
final case class WithValue[F[_], U, A](alt: Alt[F, U, A], value: A)

Types

type SchemaAndValue[S, A] = WithValue[Schema, S, A]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def liftK[F[_], G[_], U](fk: PolyFunction[F, G]): PolyFunction[[_] =>> Alt[F, U, _$7], [_] =>> Alt[G, U, _$8]]

Implicits

Implicits

final implicit def SchemaAltOps[U, A](alt: SchemaAlt[U, A]): SchemaAltOps[U, A]