AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
common
Target filter
common
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api
/
forEachBetween
for
Each
Between
inline
fun
<
T
>
Iterable
<
T
>
.
forEachBetween
(
action
:
(
T
)
->
Unit
,
between
:
(
)
->
Unit
)
(
source
)
遍历一个
Iterable
对象并调用
action
,在每两次遍历中间调用
between
。
适用于在某种输出中插入分割线。