toggle menu
Mokkery
2.5.1
common
switch theme
search in API
mokkery-runtime
/
dev.mokkery.answering.autofill
/
AutofillProvider
/
Value
/
Companion
Companion
object
Companion
Members
Functions
provided
If
Not
Null
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
.