plus

open operator fun <X> plus(other: Lens<T, X>): Lens<P, X>

appends to Lenses so that the resulting Lens points from the parent of the Lens this is called on to the target of other

Parameters

other

Lens to append to this one