Ksui
Toggle table of contents
2.2.1-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
Ksui
Ksui
/
xyz.mcxross.ksui.model
/
Result
/
Ok
Ok
data
class
Ok
<
out
V
>
(
val
value
:
V
)
:
Result
<
V
,
Nothing
>
Members
Constructors
Ok
Link copied to clipboard
constructor
(
value
:
V
)
Properties
value
Link copied to clipboard
val
value
:
V
Functions
expect
Link copied to clipboard
inline
fun
expect
(
message
:
(
)
->
String
)
:
V
fun
expect
(
message
:
String
)
:
V
expect
Err
Link copied to clipboard
inline
fun
expectErr
(
message
:
(
)
->
String
)
:
Nothing
unwrap
Link copied to clipboard
fun
unwrap
(
)
:
V
unwrap
Err
Link copied to clipboard
fun
unwrapErr
(
)
:
Nothing