toggle menu
BunyipsLib
v6.0.0-master-33a554fa
BunyipsLib
switch theme
search in API
BunyipsLib
/
au.edu.sa.mbhs.studentrobotics.bunyipslib
/
Reference
/
ifPresent
if
Present
open
fun
ifPresent
(
@
NonNull
consumer
:
Consumer
<
V
>
)
Runs the consumer on the value of the reference if it is not null.
Parameters
consumer
the consumer to run