Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Lens<S, A>

Type parameters

  • S

  • A

Hierarchy

  • Lens

Index

Methods

Methods

Readonly get

  • get(s: S): A

Readonly set

  • set(a: A): (s: S) => S

Generated using TypeDoc