trixnity-test-utils
Toggle table of contents
4.15.3
common
Platform filter
common
Switch theme
Search in API
trixnity-test-utils
trixnity-test-utils
/
net.folivo.trixnity.test.utils
/
LazySuspend
Lazy
Suspend
interface
LazySuspend
<
out
T
>
Members
Members & Extensions
Properties
is
Completed
Link copied to clipboard
abstract
val
isCompleted
:
Boolean
value
Link copied to clipboard
abstract
val
value
:
T
Functions
get
Value
Link copied to clipboard
operator
fun
<
T
>
LazySuspend
<
T
>
.
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
T
map
Link copied to clipboard
abstract
fun
<
U
>
map
(
transformer
:
(
T
)
->
U
)
:
LazySuspend
<
U
>