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