Field4

object Field4 extends Field4Functions
Companion
class
Source
Field4.scala
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[S, A](lens: Lens[S, A]): Field4[S, A]
def fromIso[S, A, B](iso: Iso[S, A])(ev: Field4[A, B]): Field4[S, B]

lift an instance of Field4 using an Iso

lift an instance of Field4 using an Iso

Source
Field4.scala

Deprecated and Inherited methods

@deprecated("use Focus[$TupleType](_._4)", since = "3.0.0-M2")
def fourth[S, A](ev: Field4[S, A]): Lens[S, A]
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]
implicit def tuple5Field4[A1, A2, A3, A4, A5]: Field4[(A1, A2, A3, A4, A5), A4]
implicit def tuple6Field4[A1, A2, A3, A4, A5, A6]: Field4[(A1, A2, A3, A4, A5, A6), A4]