toListOf
abstract fun <T : Any> toListOf(kType: KType, params: Map<String, Any?> = emptyMap()): TransactionStep<List<T>>
Creates a TransactionStep with toListOf method
abstract fun <T : Any> toListOf(params: Map<String, Any?> = emptyMap(), mapper: DataMapper<T>): TransactionStep<List<T>>
Creates a TransactionStep with toListOf method using a manual mapper