Field4

monocle.function.Field4$
See theField4 companion class
object Field4 extends Field4Functions

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

Attributes

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

lift an instance of Field4 using an Iso

lift an instance of Field4 using an Iso

Attributes

Source:
Field4.scala

Deprecated and Inherited methods

def fourth[S, A](implicit ev: Field4[S, A]): Lens[S, A]

Attributes

Deprecated
[Since version 3.0.0-M2]
Inherited from:
Field4Functions
Source:
Field4.scala

Implicits

Implicits

implicit def tuple4Field4[A1, A2, A3, A4]: Field4[(A1, A2, A3, A4), A4]

Attributes

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

Attributes

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

Attributes

Source:
Field4.scala