object AppliedPLens

Source
AppliedPLens.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AppliedPLens
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. implicit def appliedLensSyntax[S, A](self: AppliedLens[S, A]): AppliedLensSyntax[S, A]
  2. implicit def appliedPLensSyntax[S, T, A, B](self: AppliedPLens[S, T, A, B]): AppliedPLensSyntax[S, T, A, B]
  3. def apply[S, T, A, B](_value: S, _optic: PLens[S, T, A, B]): AppliedPLens[S, T, A, B]