kts4mc-template-1.21.11
Toggle table of contents
1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kts4mc-template-1.21.11
kts4mc-template-1.21.11
/
top.katton.util
/
Result
/
Companion
Companion
object
Companion
Members
Functions
catch
Link copied to clipboard
inline
fun
<
T
>
catch
(
block
:
(
)
->
T
)
:
Result
<
T
>
failure
Link copied to clipboard
fun
failure
(
message
:
String
)
:
Result
<
Nothing
>
fun
failure
(
exception
:
Throwable
)
:
Result
<
Nothing
>
success
Link copied to clipboard
fun
success
(
)
:
Result
<
Unit
>
fun
<
T
>
success
(
value
:
T
?
)
:
Result
<
T
>