cr-usecases
/
app.futured.arkitekt.crusecases
/
Success
Success
class
Success
<
VALUE
>(value:
VALUE
) :
Result
<
VALUE
>
Content copied to clipboard
Represents a successful
Result
, containing a
value
.
Constructors
Functions
Properties
Constructors
Success
Link copied to clipboard
fun <
VALUE
>
Success
(value:
VALUE
)
Content copied to clipboard
Functions
component1
Link copied to clipboard
operator fun
component1
():
VALUE
?
Content copied to clipboard
component2
Link copied to clipboard
operator fun
component2
():
Throwable
?
Content copied to clipboard
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
value
Link copied to clipboard
val
value
:
VALUE
Content copied to clipboard