toggle menu
BunyipsLib
v7.0.2-master-7e47835ce
BunyipsLib
switch theme
search in API
BunyipsLib
/
au.edu.sa.mbhs.studentrobotics.bunyipslib.util
/
Scope
/
apply
apply
@
JvmStatic
fun
<
T
>
apply
(
obj
:
T
,
block
:
Consumer
<
T
>
)
:
T
Calls the specified function
block
with
obj
value as its argument and returns
obj
.