hitValues property

List<R> hitValues
final

hitValues from all elements hit (which have hitValues defined)

If an element is hit but has no hitValue defined, it will not be included. May be empty.

Ordered by their corresponding element, first-to-last, visually top-to-bottom.

Implementation

final List<R> hitValues;