toggle menu
MoulConfig
3.2.0
jvm
switch theme
search in API
common
/
io.github.notenoughupdates.moulconfig.internal
/
InitUtil
Init
Util
open
class
InitUtil
(
source
)
Members
Constructors
Init
Util
Link copied to clipboard
constructor
(
)
Types
Throwing
Runnable
Link copied to clipboard
@
FunctionalInterface
interface
ThrowingRunnable
<
T
:
Throwable
?
>
Functions
run
Link copied to clipboard
open
fun
<
T
,
E
:
Throwable
?
>
run
(
value
:
T
,
check
:
InitUtil.ThrowingRunnable
<
E
>
)
:
T
Utility method to run code during a
super
or
this
call.