toIOOption method

IOOption<T> toIOOption()

Convert this Option to a IOOption.

Implementation

IOOption<T> toIOOption() => IOOption(() => this);