Interface Iterators.Filter<T>

Enclosing class:
Iterators

public static interface Iterators.Filter<T>
A filter represents a mapping function from Iterator to Iterator
  • Method Summary

    Modifier and Type
    Method
    Description
    filter​(Iterator<T> in)