menu
fpdart package
documentation
fpdart
FpdartOnMutableIterable
<
T
>
plus method
plus
brightness_4
brightness_5
plus
method
Iterable
<
T
>
plus
(
Iterable
<
T
>
l
)
Append
l
to this
Iterable
.
Implementation
Iterable<T> plus(Iterable<T> l) => [...this, ...l];
fpdart package
documentation
fpdart
FpdartOnMutableIterable
<
T
>
plus method
FpdartOnMutableIterable extension
Properties
firstOption
head
init
lastOption
tail
Methods
all
ap
append
bind
bindWithIndex
breakI
concatMap
concatMapWithIndex
delete
drop
dropWhileLeft
dropWhileRight
elem
filter
flatMap
flatMapWithIndex
foldLeft
foldLeftWithIndex
foldRight
foldRightWithIndex
insertBy
insertWith
intersect
mapWithIndex
maximumBy
minimumBy
notElem
partition
plus
prepend
sortBy
sortWith
sortWithDate
span
splitAt
takeWhileLeft
takeWhileRight
zip
zipWith