menu
fpdart package
documentation
fpdart
Option
<
T
>
isNone abstract method
isNone
brightness_4
brightness_5
isNone
abstract method
bool
isNone
(
)
Return
true
when value is
None
.
Implementation
bool isNone();
fpdart package
documentation
fpdart
Option
<
T
>
isNone abstract method
Option class
Constructors
Option
Do
flatten
fromJson
fromNullable
fromPredicate
none
of
safeCast
tryCatch
Properties
hashCode
runtimeType
Methods
andThen
ap
call
chainFirst
duplicate
extend
filter
filterMap
flatMap
flatMapNullable
flatMapThrowable
fold
isNone
isSome
map
map2
map3
match
noSuchMethod
partition
partitionMap
pure
toEither
toIOOption
toJson
toNullable
toString
toTaskOption
Operators
operator ==
Static methods
fromEither
fromPredicateMap
getEq
getFirstMonoid
getLastMonoid
getMonoid
getOrder
safeCastStrict
separate
sequenceList
traverseList
traverseListWithIndex