kool
/
kool.lib
/
forEach
for
Each
inline fun
ByteBuffer
.
forEach
(action: (
Byte
) ->
Unit
)
Content copied to clipboard
inline fun
ShortBuffer
.
forEach
(action: (
Short
) ->
Unit
)
Content copied to clipboard
inline fun
IntBuffer
.
forEach
(action: (
Int
) ->
Unit
)
Content copied to clipboard
inline fun
LongBuffer
.
forEach
(action: (
Long
) ->
Unit
)
Content copied to clipboard
inline fun
FloatBuffer
.
forEach
(action: (
Float
) ->
Unit
)
Content copied to clipboard
inline fun
DoubleBuffer
.
forEach
(action: (
Double
) ->
Unit
)
Content copied to clipboard
inline fun
CharBuffer
.
forEach
(action: (
Char
) ->
Unit
)
Content copied to clipboard
Performs the given
action
on each element.