ProviderOps

io.cardell.openfeature.syntax.ProviderOps
final class ProviderOps[F[_]](provider: Provider[F])

Attributes

Source
ProviderSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def withAfterHook(hook: AfterHook[F]): Provider[F]

Attributes

Source
ProviderSyntax.scala
def withAfterHook(hook: (HookContext, HookHints) => F[Unit]): Provider[F]

Attributes

Source
ProviderSyntax.scala
def withBeforeHook(hook: BeforeHook[F]): Provider[F]

Attributes

Source
ProviderSyntax.scala
def withErrorHook(hook: ErrorHook[F]): Provider[F]

Attributes

Source
ProviderSyntax.scala

Attributes

Source
ProviderSyntax.scala

Attributes

Source
ProviderSyntax.scala

Attributes

Source
ProviderSyntax.scala
def withHooks(hooks: List[Hook[F]]): Provider[F]

Attributes

Source
ProviderSyntax.scala