EffectContext

interface EffectContext

An interface to access contextual information within an Effect operation.

Functions

Link copied to clipboard
abstract operator fun <T : Any> get(key: EffectPropertyKey<T>): T
Link copied to clipboard

Executes the specified block with the QueryEffectClient.

Link copied to clipboard