Companion

object Companion

Functions

Link copied to clipboard
inline fun <T : Any> providedIfNotNull(value: () -> T?): AutofillProvider.Value<T>

Returns an instance of Provided if value is not null. Otherwise, it returns Absent.