module Root Trees Then
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
with Results
A lambda that accepts a list of successfully resolved ResolverReferences and a list of ModuleRoot.name - ErrorCode - nullable Throwables that contains all failed resolutions.