Slackbot
07/20/2022, 3:06 PMTapchicoma
07/20/2022, 3:06 PMVampire
07/20/2022, 3:48 PMTapchicoma
07/20/2022, 3:51 PMOptional
that may indicate no value provider is available or some is set.
But from the Gradle code I see it is not the case here and code triggers value calculationVampire
07/20/2022, 3:56 PMnull
, isPresent()
returns false
,
so you cannot say whether it is present without calculating.Vampire
07/20/2022, 3:56 PMproviders.provider { null }.isPresent()
will evaluate to false
.