toggle menu
BunyipsLib
v6.1.1-master-734ac949e
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