arrow-optics / arrow.optics / PLensOf

PLensOf

typealias ~~PLensOf~~<S, T, A, B> = Kind4<ForPLens, S, T, A, B> Deprecated: Higher Kinded types and their related type classes will no longer be supported after Arrow 0.13.0. Most relevant APIs are now concrete over the data types available as members or top level extension functions

Inheritors

PLens A Lens (or Functional Reference) is an optic that can focus into a structure for getting, setting or modifying the focus (target).interface PLens<S, T, A, B> : PLensOf<S, T, A, B>

Do you like Arrow?

Arrow Org
<