menu
fpdart package
documentation
fpdart
FpdartOnMutableIterable
<
T
>
append method
append
brightness_4
brightness_5
append
method
Iterable
<
T
>
append
(
T
t
)
Insert element
t
at the end of the
Iterable
.
Implementation
Iterable<T> append(T t) => [...this, t];
fpdart package
documentation
fpdart
FpdartOnMutableIterable
<
T
>
append 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