Field2

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

The Field2 typeclass provides a Lens for a way to get the second 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 second: Lens[S, A]