AutoTweaker API
Toggle table of contents
0.2.0-alpha.1+d0e71621
common
Target filter
common
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api
/
orNow
or
Now
fun
Instant
?
.
orNow
(
)
:
Instant
(
source
)
如果
this
为 null,返回
Clock.System.now
,否则返回
this
本身。
@
JvmName
(
name
=
"orNowNotNull"
)
fun
Instant
.
orNow
(
)
:
Instant
(
source
)
Deprecated (with error)
orNow() on a non-null Instant is redundant
Replace with
this
Content copied to clipboard