Provides convenient access to the stream of search results.

Constructor

new(command:String, finder:Finder)

Creates a new result set.

Methods

all():Promise<Array<String>>

Returns all instances of the searched command.

first():Promise<String>

Returns the first instance of the searched command.

inlinestream():RealStream<String>

Returns a stream of instances of the searched command.