1<HTML> 2<HEAD> 3<meta charset="UTF-8"> 4<title>processFiles - test</title> 5</HEAD> 6<BODY> 7<a href="index.html">test</a> / <a href="./process-files.html">processFiles</a><br/> 8<br/> 9<h1>processFiles</h1> 10<a name="$processFiles(kotlin.Function0((processFiles.T)))"></a> 11<code><span class="keyword">fun </span><span class="symbol"><</span><span class="identifier">T</span><span class="symbol">></span> <span class="identifier">processFiles</span><span class="symbol">(</span><span class="identifier" id="$processFiles(kotlin.Function0((processFiles.T)))/processor">processor</span><span class="symbol">:</span> <span class="symbol">(</span><span class="symbol">)</span> <span class="symbol">-></span> <a href="process-files.html#T"><span class="identifier">T</span></a><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">List</span><span class="symbol"><</span><a href="process-files.html#T"><span class="identifier">T</span></a><span class="symbol">></span></code> 12<p>Runs <a href="process-files.html#$processFiles(kotlin.Function0((processFiles.T)))/processor">processor</a> for each file and collects its results into single list</p> 13<h3>Parameters</h3> 14<p><a name="processor"></a> 15<code>processor</code> - function to receive context for symbol resolution and file for processing</p> 16</BODY> 17</HTML> 18