Slackbot
09/18/2023, 12:59 PMephemient
09/18/2023, 1:02 PMval t = s.map { it.filterNotNull() }
println(t.get())Philip W
09/18/2023, 1:04 PMCannot query the value of this property because it has no value available.
Which matches the documentation of `add`: This property will have no value when the given provider has no value..Philip W
09/18/2023, 1:04 PMephemient
09/18/2023, 1:04 PMephemient
09/18/2023, 1:05 PMVampire
09/18/2023, 1:13 PMTyler
09/19/2023, 1:32 AMs.addAll(providers.provider {null}.map {listOf(it)}.orElse(emptyList()))