Indexed

final case class Indexed[P[_, _], I, S, T](runIndex: P[(S, I), T])

cats.arrow.Profunctor used for indexed optics

Companion:
object
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def reindex[J](f: J => I)(implicit ev: Profunctor[P]): Indexed[P, J, S, T]

remap the index

remap the index

Inherited methods

Inherited from:
Product