Interface UnfailingIterator<T extends Item<?>>

    • Method Detail

      • next

        T next()
        Get the next item in the sequence.
        Specified by:
        next in interface SequenceIterator<T extends Item<?>>
        Returns:
        the next Item. If there are no more items, return null.
      • forEach

        default void forEach​(Consumer<T> consumer)
      • toList

        default List<T> toList()