SinglePathFlowInstantiationContext

class SinglePathFlowInstantiationContext(val evaluationContext: QueryEvaluationContext, val queryInput: QueryInput<*>, val inputFlow: StepFlow<*>) : IFlowInstantiationContext

Constructors

Link copied to clipboard
constructor(evaluationContext: QueryEvaluationContext, queryInput: QueryInput<*>, inputFlow: StepFlow<*>)

Properties

Link copied to clipboard
open override val coroutineScope: CoroutineScope?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun <T> getFlow(step: IProducingStep<T>): Flow<T>?
Link copied to clipboard
open override fun <T> getOrCreateFlow(step: IProducingStep<T>): StepFlow<T>