Flutter
quiver.iterables
GeneratingIterable
<
T
>
GeneratingIterable constructor
GeneratingIterable
GeneratingIterable class
Constructors
GeneratingIterable
Properties
initial
iterator
next
first
hashCode
isEmpty
isNotEmpty
last
length
runtimeType
single
Methods
any
cast
contains
elementAt
every
expand
firstWhere
fold
followedBy
forEach
join
lastWhere
map
noSuchMethod
reduce
singleWhere
skip
skipWhile
take
takeWhile
toList
toSet
toString
where
whereType
Operators
operator ==
GeneratingIterable<
T
> constructor
GeneratingIterable<
T
>
(
_Initial
<
T
>
initial
,
_Next
<
T
>
next
)
Implementation
GeneratingIterable(this.initial, this.next);