Class PZConvertIterable

java.lang.Object
zombie.util.list.PZConvertIterable
All Implemented Interfaces:
java.lang.Iterable

public final class PZConvertIterable
extends java.lang.Object
implements java.lang.Iterable
  • Constructor Summary

    Constructors
    Constructor Description
    PZConvertIterable​(java.lang.Iterable iterable, java.util.function.Function function)  
  • Method Summary

    Modifier and Type Method Description
    java.util.Iterator iterator()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator
  • Constructor Details

    • PZConvertIterable

      public PZConvertIterable​(java.lang.Iterable iterable, java.util.function.Function function)
  • Method Details

    • iterator

      public java.util.Iterator iterator()
      Specified by:
      iterator in interface java.lang.Iterable