Field5

monocle.function.Field5$
See theField5 companion class
object Field5 extends Field5Functions

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

Attributes

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

lift an instance of Field5 using an Iso

lift an instance of Field5 using an Iso

Attributes

Source:
Field5.scala

Deprecated and Inherited methods

def fifth[S, A](implicit ev: Field5[S, A]): Lens[S, A]

Attributes

Deprecated
[Since version 3.0.0-M2]
Inherited from:
Field5Functions
Source:
Field5.scala

Implicits

Implicits

implicit def tuple5Field5[A1, A2, A3, A4, A5]: Field5[(A1, A2, A3, A4, A5), A5]

Attributes

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

Attributes

Source:
Field5.scala