Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Lens<A, B>

Type parameters

  • A

  • B

Hierarchy

Index

Properties

Functions

Properties

Readonly get

get: Arity1<A, B>

Readonly update

update: Curry2<Arity1<B, B>, A, A>

Functions

Const create

Const id

  • id<A>(): Lens<A, A>

Const prop

  • prop<A, K>(key: K): Lens<A, A[K]>

Generated using TypeDoc