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