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
/
orThrow
or
Throw
inline
fun
<
T
:
Any
>
T
?
.
orThrow
(
exception
:
(
)
->
Throwable
)
:
T
(
source
)
@
JvmName
(
name
=
"orThrowNotNull"
)
inline
fun
<
T
:
Any
>
T
.
orThrow
(
exception
:
(
)
->
Throwable
)
:
T
(
source
)
Deprecated (with error)
orThrow() on a non-null T is redundant
Replace with
this
Content copied to clipboard