Field5

@implicitNotFound("Could not find an instance of Field5[${S}, ${A}]")
trait Field5[S, A] extends Serializable

The Field5 typeclass provides a Lens for a way to get the fifth element of structure.

Type parameters:
A

the focus of a Lens

S

the source of a Lens

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def fifth: Lens[S, A]