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
/
org.http4k.connect.openfeature
/
OpenFeatureAction
Open
Feature
Action
abstract
class
OpenFeatureAction
<
R
:
Any
>
(
clazz
:
KClass
<
R
>
)
:
NonNullAutoMarshalledAction
<
R
>
(
source
)
Inheritors
EvaluateAllFlags
EvaluateFlag
Members
Constructors
Open
Feature
Action
Link copied to clipboard
constructor
(
clazz
:
KClass
<
R
>
)
Functions
to
Request
Link copied to clipboard
abstract
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
open
override
fun
toResult
(
response
:
Response
)
:
Result
<
R
,
RemoteFailure
>