stick
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
stick
stick-core
/
com.zombachu.stick
/
GroupResult
Group
Result
data
class
GroupResult
<
T
:
Any
>
(
val
id
:
TypedIdentifier
<
out
T
>
,
val
value
:
T
)
Members
Constructors
Group
Result
Link copied to clipboard
constructor
(
id
:
TypedIdentifier
<
out
T
>
,
value
:
T
)
Properties
id
Link copied to clipboard
val
id
:
TypedIdentifier
<
out
T
>
value
Link copied to clipboard
val
value
:
T
Functions
on
Link copied to clipboard
inline
fun
<
T2
:
Any
>
on
(
id
:
TypedIdentifier
<
T2
>
,
onValue
:
(
T2
)
->
Unit
)