openrndr
0.1.0-dev.1+7ef23c1
common
js
jvm
openrndr-utils
/
org.openrndr.collections
Package
org.
openrndr.
collections
Types
Functions
Types
Cached
Property
Link copied to clipboard
common
class
CachedProperty
<
out
T
>
(
val
loader
:
(
)
->
T
)
:
ReadOnlyProperty
<
Any
,
T
>
Content copied to clipboard
Functions
pflat
Map
Link copied to clipboard
common
js
jvm
expect
fun
<
T
,
R
>
Iterable
<
T
>
.
pflatMap
(
transform
:
(
T
)
->
Iterable
<
R
>
)
:
List
<
R
>
Content copied to clipboard
actual
fun
<
T
,
R
>
Iterable
<
T
>
.
pflatMap
(
transform
:
(
T
)
->
Iterable
<
R
>
)
:
List
<
R
>
Content copied to clipboard
actual
fun
<
T
,
R
>
Iterable
<
T
>
.
pflatMap
(
transform
:
(
T
)
->
Iterable
<
R
>
)
:
List
<
R
>
Content copied to clipboard
pfor
Each
Link copied to clipboard
common
js
jvm
expect
fun
<
T
:
Any
>
Iterable
<
T
>
.
pforEach
(
transform
:
(
T
)
->
Unit
)
Content copied to clipboard
actual
fun
<
T
:
Any
>
Iterable
<
T
>
.
pforEach
(
transform
:
(
T
)
->
Unit
)
Content copied to clipboard
actual
fun
<
T
:
Any
>
Iterable
<
T
>
.
pforEach
(
transform
:
(
T
)
->
Unit
)
Content copied to clipboard
pmap
Link copied to clipboard
common
js
jvm
expect
fun
<
T
,
R
>
Iterable
<
T
>
.
pmap
(
transform
:
(
T
)
->
R
)
:
List
<
R
>
Content copied to clipboard
actual
fun
<
T
,
R
>
Iterable
<
T
>
.
pmap
(
transform
:
(
T
)
->
R
)
:
List
<
R
>
Content copied to clipboard
actual
fun
<
T
,
R
>
Iterable
<
T
>
.
pmap
(
transform
:
(
T
)
->
R
)
:
List
<
R
>
Content copied to clipboard
pmap
Not
Null
Link copied to clipboard
common
js
jvm
expect
fun
<
T
,
R
:
Any
>
Iterable
<
T
>
.
pmapNotNull
(
transform
:
(
T
)
->
R
?
)
:
List
<
R
>
Content copied to clipboard
actual
fun
<
T
,
R
:
Any
>
Iterable
<
T
>
.
pmapNotNull
(
transform
:
(
T
)
->
R
?
)
:
List
<
R
>
Content copied to clipboard
actual
fun
<
T
,
R
:
Any
>
Iterable
<
T
>
.
pmapNotNull
(
transform
:
(
T
)
->
R
?
)
:
List
<
R
>
Content copied to clipboard
pop
Link copied to clipboard
common
fun
<
E
>
ArrayDeque
<
E
>
.
pop
(
)
:
E
Content copied to clipboard
push
Link copied to clipboard
common
fun
<
E
>
ArrayDeque
<
E
>
.
push
(
item
:
E
)
:
E
Content copied to clipboard