Libraries
bignum
binary
bitmap
ble
bytes
core
collections
comparable
entry
exceptions
finalization
numbers
objects
print
process
string
task
time
timer
utils
crypto
device
encoding
esp32
expect
fixed-point
flash
font
gpio
i2c
i2s
icons
io
line-wrap
log
math
monitor
net
pulse-counter
reader
reader-writer
rmt
serial
spi
statistics
system
tls
uart
uuid
writer
zlib
Class CollectionBase
extends
Object
implements
Collection
Class summary
Constructors
Statics
Methods
Fields
do
[block]
->
none
See
Collection.do
.
size
->
int
See
Collection.size
.
operator ==
other/
Collection
->
bool
See
Collection.==
.
is-empty
->
bool
See
Collection.is-empty
.
every
[predicate]
->
bool
See
Collection.every
.
any
[predicate]
->
bool
See
Collection.any
.
contains
element/
any
->
bool
See
Collection.contains
.
reduce
[block]
->
any
See
Collection.reduce
.
reduce
--initial/
any
[block]
->
any
See
Collection.reduce
.
stringify
->
string
Stringifies this object.
Methods
any
[predicate]
->
bool
See
Collection.any
.
contains
element/
any
->
bool
See
Collection.contains
.
do
[block]
->
none
See
Collection.do
.
every
[predicate]
->
bool
See
Collection.every
.
is-empty
->
bool
See
Collection.is-empty
.
operator ==
other/
Collection
->
bool
See
Collection.==
.
reduce
[block]
->
any
See
Collection.reduce
.
reduce
--initial/
any
[block]
->
any
See
Collection.reduce
.
size
->
int
See
Collection.size
.
stringify
->
string
Stringifies this object.
Inheritance
Objects that need a human-friendly string representation should overwrite this method. The default string is based on the internal class-ID.