Kollections
2.0.16
common
js
nonJs
kollections-interoperable
/
kollections.internal
/
AbstractIterable
Abstract
Iterable
common
js
nonJs
expect
abstract
class
AbstractIterable
<
out
E
>
:
Iterable
<
E
>
Inheritors
AbstractCollection
actual
abstract
class
AbstractIterable
<
out
E
>
:
Iterable
<
E
>
actual
abstract
class
AbstractIterable
<
out
E
>
:
Iterable
<
E
>
Members
Constructors
Abstract
Iterable
Link copied to clipboard
common
js
nonJs
expect
constructor
(
)
constructor
(
)
constructor
(
)
Functions
count
Link copied to clipboard
js
open
override
fun
count
(
)
:
Int
for
Each
Link copied to clipboard
nonJs
open
fun
forEach
(
p0
:
Consumer
<
in
E
>
)
iterator
Link copied to clipboard
common
js
nonJs
abstract
operator
fun
iterator
(
)
:
Iterator
<
E
>
abstract
operator
fun
iterator
(
)
:
Iterator
<
E
>
abstract
operator
fun
iterator
(
)
:
Iterator
<
E
>
spliterator
Link copied to clipboard
nonJs
open
fun
spliterator
(
)
:
Spliterator
<
E
>
to
Array
Link copied to clipboard
js
open
override
fun
toArray
(
)
:
Array
<
out
E
>