On this pageLens<T, V> Lens<T, V> = object A functional lense. Type Parameters T T The type of the object being inspected. V V The type of the property value. Properties get get: LenseGet<T, V> set set: LenseSet<T, V>