telepath / com.github.giedomak.telepath.kpathindex / KPathIndex / search

search

abstract fun search(pathPrefix: PathPrefix): Stream<Path> (source)

Search method to lookup paths in the KPathIndex.

Parameters

pathPrefix - The prefix of a path which we need to search.

Exceptions

IOException - I/O error.

Return
An Iterable with Paths which satisfy the pathPrefix.