Id

libretto.lambda.Focus.Id
case class Id[|*|[_, _]]() extends Focus[|*|, [x] =>> x]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Focus[|*|, [x] =>> x]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def injective(using BiInjective[|*|]): Injective[[x] =>> x]

Attributes

Definition Classes

Inherited methods

def compose[G[_]](that: Focus[|*|, G]): Focus[|*|, [x] =>> F[G[x]]]

Attributes

Inherited from:
Focus
def inFst[B]: Focus[|*|, [x] =>> F[x] |*| B]

Attributes

Inherited from:
Focus
def inSnd[A]: Focus[|*|, [x] =>> A |*| F[x]]

Attributes

Inherited from:
Focus
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product