Packages

object IdentityBoth

Annotations
@silent("Unused import")
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IdentityBoth
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. implicit def ConstIdentityeBoth[A](implicit arg0: Identity[A]): IdentityBoth[[+B]Type[A]]

    The IdentityBoth instance for Const.

  2. def apply[F[_]](implicit identityBoth: IdentityBoth[F]): IdentityBoth[F]

    Summons an implicit IdentityBoth[F].

  3. def fromCovariantIdentityFlatten[F[+_]](implicit covariant: Covariant[F], identityFlatten: IdentityFlatten[F]): IdentityBoth[F]