Class StreamModule.FlatMapIterator<T,U>

java.lang.Object
io.vavr.collection.StreamModule.FlatMapIterator<T,U>
All Implemented Interfaces:
Foldable<U>, Iterator<U>, Traversable<U>, Value<U>, Iterable<U>, Iterator<U>
Enclosing interface:
StreamModule

public static final class StreamModule.FlatMapIterator<T,U> extends Object implements Iterator<U>
  • Field Details

  • Constructor Details

  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<T>
    • next

      public U next()
      Specified by:
      next in interface Iterator<T>