At

monocle.function.At
See theAt companion object
abstract class At[S, -I, A] extends Serializable

Typeclass that defines a Lens from an S to an A at an index I

Attributes

A

target of Lens, A is supposed to be unique for a given pair (S, I)

I

index

S

source of Lens

Companion:
object
Source:
At.scala
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def at(i: I): Lens[S, A]

Attributes

Source:
At.scala