menu
func_dart_core
nonemptylist
NonEmptyList
<
T
>
take method
take
brightness_4
brightness_5
take
method
@
override
Iterable
<
T
>
take
(
int
count
)
override
Returns the first
count
elements.
Implementation
@override Iterable<T> take(int count) => _items.take(count);
func_dart_core
nonemptylist
NonEmptyList
<
T
>
take method
NonEmptyList class
Constructors
NonEmptyList
Properties
first
hashCode
isEmpty
isNotEmpty
items
iterator
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 ==