FlowEffect

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
abstract val effectId: EffectId
Link copied to clipboard
abstract val ownerId: OwnerId?
Link copied to clipboard
abstract val triggerAction: A

Functions

Link copied to clipboard
abstract fun cancel()
Link copied to clipboard
abstract suspend fun run(): Flow<A>