kotlin-result
1.1.14
kotlin-result
/
com.github.michaelbull.result
/
Ok
Ok
class
Ok
<
out
V
>
(
value
:
V
)
:
Result
<
V
,
Nothing
>
Content copied to clipboard
Represents a successful
Result
, containing a
value
.
Constructors
Functions
Properties
Constructors
Ok
Link copied to clipboard
fun
<
out
V
>
Ok
(
value
:
V
)
Content copied to clipboard
Functions
component1
Link copied to clipboard
open
operator override
fun
component1
(
)
:
V
Content copied to clipboard
component2
Link copied to clipboard
open
operator override
fun
component2
(
)
:
Nothing
?
Content copied to clipboard
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
value
Link copied to clipboard
val
value
:
V
Content copied to clipboard