Interface FiltrableSystemView<R>

  • Type Parameters:
    R - Type of the row.
    All Superinterfaces:
    Iterable<R>, SystemView<R>

    public interface FiltrableSystemView<R>
    extends SystemView<R>
    System view with filtering capabilities.
    • Method Detail

      • iterator

        Iterator<R> iterator​(Map<String,​Object> filter)
        Parameters:
        filter - Filter for a view (null or empty filter means no filtering).
        Returns:
        Iterator for filtered system view content.