Field2

monocle.function.Field2$
See theField2 companion class
object Field2 extends Field2Functions

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

Attributes

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

lift an instance of Field2 using an Iso

lift an instance of Field2 using an Iso

Attributes

Source:
Field2.scala

Deprecated and Inherited methods

def second[S, A](implicit ev: Field2[S, A]): Lens[S, A]

Attributes

Deprecated
[Since version 3.0.0-M2]
Inherited from:
Field2Functions
Source:
Field2.scala

Implicits

Implicits

implicit def tuple2Field2[A1, A2]: Field2[(A1, A2), A2]

Attributes

Source:
Field2.scala
implicit def tuple3Field2[A1, A2, A3]: Field2[(A1, A2, A3), A2]

Attributes

Source:
Field2.scala
implicit def tuple4Field2[A1, A2, A3, A4]: Field2[(A1, A2, A3, A4), A2]

Attributes

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

Attributes

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

Attributes

Source:
Field2.scala