withProjectPath

fun <T : KoPathProvider> List<T>.withProjectPath(path: String, vararg paths: String): List<T>

List containing declarations with project path.

Return

A list containing declarations that reside in any of the specified project paths.

Parameters

path

The project path to include.

paths

The project paths to include.


List containing declarations with project path.

Return

A list containing declarations that reside in any of the specified project paths.

Parameters

paths

The project paths to include.