apSecond<A>(fb): <B>(fa) => Option<A>
Sequences two Options, keeping the second value.
Type Parameters
A: A
The value type.
Parameters
The second Option.
Returns: <B>(fa): Option<A>
A function that sequences the Options.
Since
2.0.0