ReactiveState
Toggle table of contents
6.0.0-preview.9
common
Platform filter
common
Switch theme
Search in API
ReactiveState
reactivestate-core
/
com.ensody.reactivestate
/
Wrapped
Wrapped
data
class
Wrapped
<
T
>
(
val
value
:
T
)
:
JvmSerializable
,
ReadOnlyProperty
<
Any
?
,
T
>
Wraps a value. Together with nullability can model an
Option
/
Maybe
.
Members
Constructors
Wrapped
Link copied to clipboard
constructor
(
value
:
T
)
Properties
value
Link copied to clipboard
val
value
:
T
Functions
get
Value
Link copied to clipboard
open
operator override
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
T
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String