openrndr
Toggle table of contents
0.4.5-dev.17.uncommitted+81afe70
common
js
jvm
Platform filter
common
js
jvm
Switch theme
Search in API
openrndr
openrndr-utils
/
org.openrndr.collections
Package-level
declarations
Types
Functions
Types
Cached
Property
Link copied to clipboard
class
CachedProperty
<
out
T
>
(
val
loader
:
(
)
->
T
)
:
ReadOnlyProperty
<
Any
,
T
>
Priority
Queue
Link copied to clipboard
class
PriorityQueue
<
Key
>
:
Iterable
<
Key
>
Functions
pflat
Map
Link copied to clipboard
common
js
jvm
expect
fun
<
T
,
R
>
Iterable
<
T
>
.
pflatMap
(
transform
:
(
T
)
->
Iterable
<
R
>
)
:
List
<
R
>
actual
fun
<
T
,
R
>
Iterable
<
T
>
.
pflatMap
(
transform
:
(
T
)
->
Iterable
<
R
>
)
:
List
<
R
>
actual
fun
<
T
,
R
>
Iterable
<
T
>
.
pflatMap
(
transform
:
(
T
)
->
Iterable
<
R
>
)
:
List
<
R
>
pfor
Each
Link copied to clipboard
common
js
jvm
expect
fun
<
T
:
Any
>
Iterable
<
T
>
.
pforEach
(
transform
:
(
T
)
->
Unit
)
actual
fun
<
T
:
Any
>
Iterable
<
T
>
.
pforEach
(
transform
:
(
T
)
->
Unit
)
actual
fun
<
T
:
Any
>
Iterable
<
T
>
.
pforEach
(
transform
:
(
T
)
->
Unit
)
pmap
Link copied to clipboard
common
js
jvm
expect
fun
<
T
,
R
>
Iterable
<
T
>
.
pmap
(
transform
:
(
T
)
->
R
)
:
List
<
R
>
actual
fun
<
T
,
R
>
Iterable
<
T
>
.
pmap
(
transform
:
(
T
)
->
R
)
:
List
<
R
>
actual
fun
<
T
,
R
>
Iterable
<
T
>
.
pmap
(
transform
:
(
T
)
->
R
)
:
List
<
R
>
pmap
Not
Null
Link copied to clipboard
common
js
jvm
expect
fun
<
T
,
R
:
Any
>
Iterable
<
T
>
.
pmapNotNull
(
transform
:
(
T
)
->
R
?
)
:
List
<
R
>
actual
fun
<
T
,
R
:
Any
>
Iterable
<
T
>
.
pmapNotNull
(
transform
:
(
T
)
->
R
?
)
:
List
<
R
>
actual
fun
<
T
,
R
:
Any
>
Iterable
<
T
>
.
pmapNotNull
(
transform
:
(
T
)
->
R
?
)
:
List
<
R
>
pop
Link copied to clipboard
fun
<
E
>
ArrayDeque
<
E
>
.
pop
(
)
:
E
push
Link copied to clipboard
fun
<
E
>
ArrayDeque
<
E
>
.
push
(
item
:
E
)
:
E