Type alias Lens<T, V>

Lens<T, V>: readonly [LensGetter<T, V>, LensSetter<T, V>, LensOver<T, V>]

Represents a lens.

Lenses are functional getters and setters.

Type Parameters

  • T

    Type of the whole.

  • V

    Type of the property.

Generated using TypeDoc