stick
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
stick
stick-core
/
com.zombachu.stick
/
TypedIdentifier
Typed
Identifier
class
TypedIdentifier
<
T
:
Any
>
(
val
name
:
String
,
val
type
:
KClass
<
T
>
)
Members
Constructors
Typed
Identifier
Link copied to clipboard
constructor
(
name
:
String
,
type
:
KClass
<
T
>
)
Properties
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
val
type
:
KClass
<
T
>
Functions
get
Value
Link copied to clipboard
operator
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
String