flap<A>(a): <B>(fab) => Option<B>
Applies a value to a function inside an Option.
Type Parameters
A: A
The input type.
Parameters
a: A
The value to apply.
Returns: <B>(fab): Option<B>
A function that applies the value.
Since
2.0.0