ff4k
Toggle table of contents
0.2.0
common
Target filter
common
Switch theme
Search in API
Skip to content
ff4k
ff4k-core
/
com.yonatankarp.ff4k.property.utils
Package-level
declarations
Functions
Functions
property
Link copied to clipboard
inline
fun
<
T
>
property
(
name
:
String
,
value
:
T
,
description
:
String
?
=
null
,
fixedValues
:
Set
<
T
>
=
emptySet()
,
readOnly
:
Boolean
=
false
)
:
Property
<
T
>
Create the appropriate PropertyXxx instance for the supplied value.