Field6

object Field6 extends Field6Functions
Companion
class
Source
Field6.scala
class Object
trait Matchable
class Any

Value members

Concrete methods

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

lift an instance of Field6 using an Iso

lift an instance of Field6 using an Iso

Source
Field6.scala

Deprecated and Inherited methods

@deprecated("use Focus[$TupleType](_._6)", since = "3.0.0-M2")
def sixth[S, A](ev: Field6[S, A]): Lens[S, A]
Deprecated
[Since version 3.0.0-M2]
Inherited from
Field6Functions
Source
Field6.scala

Implicits

Implicits

implicit def tuple6Field6[A1, A2, A3, A4, A5, A6]: Field6[(A1, A2, A3, A4, A5, A6), A6]