HookInitializer

fun interface HookInitializer<T>

Interface for a block of code that will initialize a hook value.

Functions

Link copied to clipboard
abstract fun init(): T