IOOption<R> constructor

const IOOption<R>(
  1. Option<R> _run()
)

Build a IOOption from a function returning a Option<R>.

Implementation

const IOOption(this._run);