menu
fpdart package
documentation
fpdart.dart
IOOption<R>
IOOption const constructor
IOOption const constructor
dark_mode
light_mode
IOOption<
R
>
constructor
const
IOOption<
R
>
(
Option
<
R
>
_run
()
)
Build a
IOOption
from a function returning a
Option<R>
.
Implementation
const
IOOption(
this
._run);
fpdart package
documentation
fpdart
IOOption<R>
IOOption const constructor
IOOption class
Constructors
IOOption
Do
flatten
fromNullable
fromPredicate
none
of
some
tryCatch
Properties
hashCode
runtimeType
Methods
alt
andThen
ap
call
chainFirst
flatMap
getOrElse
map
map2
map3
match
noSuchMethod
orElse
pure
run
toIOEither
toString
toTaskEither
toTaskOption
Operators
operator ==
Static methods
fromEither
sequenceList
traverseList
traverseListWithIndex
tryCatchK