createFlow

abstract fun <Out> createFlow(query: IUnboundQuery<In, *, Out>): StepFlow<Out>