BeforeHook

io.cardell.openfeature.BeforeHook
See theBeforeHook companion object
trait BeforeHook[F[_]] extends Hook[F]

Attributes

Companion
object
Source
Hook.scala
Graph
Supertypes
trait Hook[F]
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def apply(context: HookContext, hints: HookHints): F[Option[EvaluationContext]]

Attributes

Source
Hook.scala