WithValue

final case class WithValue[F[_], U, A](alt: Alt[F, U, A], value: A)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

Inherited from:
Product