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

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Focus
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product