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