andThenLens
andThenLens<
A,B>(inner): <S>(outer) =>Optional<S,B>
Defined in: Core/Optional.ts:188
Composes an Optional with a Lens, producing an Optional. The Lens focuses within the value found by the Optional.
Type Parameters
Section titled “Type Parameters”A
B
Parameters
Section titled “Parameters”Lens<A, B>
Returns
Section titled “Returns”<S>(outer) => Optional<S, B>