extracting

open fun <A> extracting(extractor: Extractor<Component, List<A>>): ListAssert<A>

Extract values from the underlying component based on the Extractor provided.

Return

ListAssert for the extracted values.

Parameters

extractor

The extractor applied to the Component.

<A>

Type of the value extracted.