Field5

object Field5 extends Field5Functions
Companion
class
Source
Field5.scala
class Object
trait Matchable
class Any

Value members

Concrete methods

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

lift an instance of Field5 using an Iso

lift an instance of Field5 using an Iso

Source
Field5.scala

Deprecated and Inherited methods

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