WithValue

smithy4s.schema.Alt$.WithValue
final case class WithValue[F[_], U, A](alt: Alt[F, U, A], value: A)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def mapK[G[_]](fk: PolyFunction[F, G]): WithValue[G, U, A]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product