io.cardell.openfeature
package io.cardell.openfeature
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Source
- Hook.scala
- Supertypes
object AfterHook
Attributes
- Companion
- trait
- Source
- Hook.scala
- Supertypes
- Self type
-
AfterHook.type
trait BeforeHook[F[_]] extends Hook[F]
Attributes
- Companion
- object
- Source
- Hook.scala
- Supertypes
object BeforeHook
Attributes
- Companion
- trait
- Source
- Hook.scala
- Supertypes
- Self type
-
BeforeHook.type
Attributes
- Companion
- object
- Source
- EvaluationContext.scala
- Supertypes
- Known subtypes
object ContextValue
Attributes
- Companion
- trait
- Source
- EvaluationContext.scala
- Supertypes
- Self type
-
ContextValue.type
Attributes
- Companion
- object
- Source
- ErrorCode.scala
- Supertypes
- Known subtypes
-
object FlagNotFoundobject Generalobject InvalidContextobject ParseErrorobject ProviderFatalobject ProviderNotReadyobject TargetingKeyMissingobject TypeMismatchShow all
object ErrorCode
Attributes
- Companion
- trait
- Source
- ErrorCode.scala
- Supertypes
- Self type
-
ErrorCode.type
Attributes
- Companion
- object
- Source
- Hook.scala
- Supertypes
object ErrorHook
Attributes
- Companion
- trait
- Source
- Hook.scala
- Supertypes
- Self type
-
ErrorHook.type
Attributes
- Companion
- object
- Source
- EvaluationContext.scala
- Supertypes
object EvaluationContext
Attributes
- Companion
- class
- Source
- EvaluationContext.scala
- Supertypes
- Self type
-
EvaluationContext.type
case class EvaluationDetails[A](flagKey: String, value: A, errorCode: Option[ErrorCode], errorMessage: Option[String], reason: Option[EvaluationReason], variant: Option[String], metadata: Option[FlagMetadata])
Attributes
- Companion
- object
- Source
- EvaluationDetails.scala
- Supertypes
object EvaluationDetails
Attributes
- Companion
- class
- Source
- EvaluationDetails.scala
- Supertypes
- Self type
-
EvaluationDetails.type
Attributes
- Companion
- object
- Source
- EvaluationOptions.scala
- Supertypes
object EvaluationOptions
Attributes
- Companion
- class
- Source
- EvaluationOptions.scala
- Supertypes
- Self type
-
EvaluationOptions.type
object EvaluationReason
Attributes
- Companion
- trait
- Source
- EvaluationReason.scala
- Supertypes
- Self type
-
EvaluationReason.type
Attributes
- Source
- FeatureClient.scala
- Supertypes
object FeatureClientImpl
Attributes
- Source
- FeatureClientImpl.scala
- Supertypes
- Self type
-
FeatureClientImpl.type
trait FinallyHook[F[_]] extends Hook[F]
Attributes
- Companion
- object
- Source
- Hook.scala
- Supertypes
object FinallyHook
Attributes
- Companion
- trait
- Source
- Hook.scala
- Supertypes
- Self type
-
FinallyHook.type
Attributes
- Companion
- object
- Source
- Hooks.scala
- Supertypes
- Known subtypes
object FlagValue
Attributes
- Companion
- trait
- Source
- Hooks.scala
- Supertypes
- Self type
-
FlagValue.type
Attributes
- Companion
- object
- Source
- Hooks.scala
- Supertypes
- Known subtypes
-
object BooleanValueTypeobject DoubleValueTypeobject IntValueTypeobject StringValueTypeobject StructureValueType
object FlagValueType
Attributes
- Companion
- trait
- Source
- Hooks.scala
- Supertypes
- Self type
-
FlagValueType.type
Attributes
- Source
- Hook.scala
- Supertypes
- Known subtypes
case class HookContext(flagKey: String, evaluationContext: EvaluationContext, defaultValue: FlagValue)
Attributes
- Source
- Hooks.scala
- Supertypes
object HookHints
Attributes
- Source
- Hooks.scala
- Supertypes
- Self type
-
HookHints.type
object Hooks
Attributes
- Source
- Hooks.scala
- Supertypes
- Self type
-
Hooks.type
Attributes
- Companion
- object
- Source
- OpenFeature.scala
- Supertypes
object OpenFeature
Attributes
- Companion
- trait
- Source
- OpenFeature.scala
- Supertypes
- Self type
-
OpenFeature.type
Attributes
- Companion
- object
- Source
- StructureDecoder.scala
- Supertypes
object StructureDecoder
Attributes
- Companion
- trait
- Source
- StructureDecoder.scala
- Supertypes
- Self type
-
StructureDecoder.type
trait StructureDecoderError extends Throwable
Attributes
- Source
- StructureDecoderError.scala
- Supertypes
Types
Attributes
- Source
- package.scala
In this article