IQueryExecutor

interface IQueryExecutor<out In>

Inheritors

Functions

Link copied to clipboard
abstract fun <Out> createFlow(query: IUnboundQuery<In, *, Out>): StepFlow<Out>