moduleRootTreesThen

fun moduleRootTreesThen(withResults: (List<ResolverReference>, List<Triple<String, ErrorCode, Throwable?>>) -> Unit)

Retrieve all of the root ResolverReferences for each ModuleRoot in this ModuleRoots and pass them to the provided function.

Parameters

withResults

A lambda that accepts a list of successfully resolved ResolverReferences and a list of ModuleRoot.name - ErrorCode - nullableThrowables that contains all failed resolutions.