DoAdapterOption typedef

DoAdapterOption = A Function<A>(Option<A>)

Implementation

typedef DoAdapterOption = A Function<A>(Option<A>);