Class MaybeStream.IterableIter<V>

    • Constructor Summary

      Constructors 
      Constructor Description
      IterableIter​(java.lang.Iterable<V> values)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void forEach​(java.util.function.BiConsumer<V,​java.lang.Integer> consumer)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IterableIter

        public IterableIter​(java.lang.Iterable<V> values)
    • Method Detail

      • forEach

        public void forEach​(java.util.function.BiConsumer<V,​java.lang.Integer> consumer)
        Specified by:
        forEach in interface MaybeStream.Iter<V>