Class PresentValues<E>

java.lang.Object
org.dmfs.jems2.iterator.BaseIterator<E>
org.dmfs.jems2.iterator.PresentValues<E>
All Implemented Interfaces:
Iterator<E>

public final class PresentValues<E> extends BaseIterator<E>
Iterator that iterates over the present values from the input Iterator of Optionals of E.
  • Constructor Details

  • Method Details

    • hasNext

      public boolean hasNext()
    • next

      public E next()