Field3

monocle.function.Field3$
See theField3 companion class
object Field3 extends Field3Functions

Attributes

Companion:
class
Source:
Field3.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Field3.type

Members list

Concise view

Value members

Concrete methods

def apply[S, A](lens: Lens[S, A]): Field3[S, A]

Attributes

Source:
Field3.scala
def fromIso[S, A, B](iso: Iso[S, A])(implicit ev: Field3[A, B]): Field3[S, B]

lift an instance of Field3 using an Iso

lift an instance of Field3 using an Iso

Attributes

Source:
Field3.scala

Deprecated and Inherited methods

def third[S, A](implicit ev: Field3[S, A]): Lens[S, A]

Attributes

Deprecated
[Since version 3.0.0-M2]
Inherited from:
Field3Functions
Source:
Field3.scala

Implicits

Implicits

implicit def tuple3Field3[A1, A2, A3]: Field3[(A1, A2, A3), A3]

Attributes

Source:
Field3.scala
implicit def tuple4Field3[A1, A2, A3, A4]: Field3[(A1, A2, A3, A4), A3]

Attributes

Source:
Field3.scala
implicit def tuple5Field3[A1, A2, A3, A4, A5]: Field3[(A1, A2, A3, A4, A5), A3]

Attributes

Source:
Field3.scala
implicit def tuple6Field3[A1, A2, A3, A4, A5, A6]: Field3[(A1, A2, A3, A4, A5, A6), A3]

Attributes

Source:
Field3.scala