withAbsolutePath

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

List containing declarations with absolute path.

Return

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

Parameters

path

The absolute path to include.

paths

The absolute paths to include.


List containing declarations with absolute path.

Return

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

Parameters

paths

The absolute paths to include.