IdentityBoth

zio.prelude.IdentityBoth
See theIdentityBoth companion trait
object IdentityBoth

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

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

Summons an implicit IdentityBoth[F].

Summons an implicit IdentityBoth[F].

Attributes

Implicits

Implicits

implicit def ConstIdentityBoth[A : Identity]: IdentityBoth[{ type ConstA = [B] =>> Const[A, B]; }#<none>]

The IdentityBoth instance for Const.

The IdentityBoth instance for Const.

Attributes