andThenLens
andThenLens<
A,B>(inner): <S>(outer) =>Optional<S,B>
Defined in: Core/Optional.ts:215
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>
Type Parameters
Section titled “Type Parameters”S
Parameters
Section titled “Parameters”Optional<S, A>
Returns
Section titled “Returns”Optional<S, B>