sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.m8test.script.core.api.wrapper
/
PrimitiveArrayWrapper
/
foldRight
fold
Right
abstract
fun
<
R
>
foldRight
(
initial
:
R
,
operation
:
(
PT
,
acc
:
R
)
->
R
)
:
R
通过从最后一个元素到第一个元素应用操作来累积值.
参考
kotlin.collections.foldRight
Return
最终累积值
Parameters
initial
初始值
operation
用于将元素和累积值组合的函数