Field3

object Field3 extends Field3Functions
Companion
class
Source
Field3.scala
class Object
trait Matchable
class Any

Value members

Concrete methods

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

lift an instance of Field3 using an Iso

lift an instance of Field3 using an Iso

Source
Field3.scala

Deprecated and Inherited methods

@deprecated("use Focus[$TupleType](_._3)", since = "3.0.0-M2")
def third[S, A](ev: Field3[S, A]): Lens[S, A]
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]
implicit def tuple4Field3[A1, A2, A3, A4]: Field3[(A1, A2, A3, A4), A3]
implicit def tuple5Field3[A1, A2, A3, A4, A5]: Field3[(A1, A2, A3, A4, A5), A3]
implicit def tuple6Field3[A1, A2, A3, A4, A5, A6]: Field3[(A1, A2, A3, A4, A5, A6), A3]