http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-openfeature-fake
/
org.http4k.connect.openfeature
/
FlagRule
Flag
Rule
data
class
FlagRule
(
val
key
:
FlagKey
,
val
value
:
Any
?
,
val
matches
:
(
EvaluationContext
)
->
Boolean
=
{ true }
,
val
reason
:
Reason
=
TARGETING_MATCH
)
(
source
)
Members
Constructors
Flag
Rule
Link copied to clipboard
constructor
(
key
:
FlagKey
,
value
:
Any
?
,
matches
:
(
EvaluationContext
)
->
Boolean
=
{ true }
,
reason
:
Reason
=
TARGETING_MATCH
)
Properties
key
Link copied to clipboard
val
key
:
FlagKey
matches
Link copied to clipboard
val
matches
:
(
EvaluationContext
)
->
Boolean
reason
Link copied to clipboard
val
reason
:
Reason
value
Link copied to clipboard
val
value
:
Any
?