Class MappingIterator<U,V>

java.lang.Object
io.smallrye.mutiny.vertx.impl.MappingIterator<U,V>
All Implemented Interfaces:
Iterator<V>

public class MappingIterator<U,V> extends Object implements Iterator<V>
Author:
Thomas Segismont
  • Constructor Details

  • Method Details

    • hasNext

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

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