public interface SearchFunction<E>
Modifier and Type | Method and Description |
---|---|
boolean |
applyTo(E o)
Applies the search function over a single element.
|
boolean applyTo(E o)
o
- The element to analyze.Copyright © 2002–2018 PMD. All rights reserved.