Interface SearchFunction<E>

    • Method Detail

      • applyTo

        boolean applyTo​(E o)
        Applies the search function over a single element.
        Parameters:
        o - The element to analyze.
        Returns:
        True if the search should continue, false otherwhise.