extract

open fun extract(target: IN): OUT

Lens operation to get the value from the target. Synonym for invoke(IN)

Throws

if the value could not be retrieved from the target (missing/invalid etc)