toggle menu
Ksui
2.1.1
common
switch theme
search in API
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