AfterHook

io.cardell.openfeature.AfterHook
See theAfterHook companion object
trait AfterHook[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[Unit]

Attributes

Source
Hook.scala