Package zombie.util.list
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.Iteratoriterator()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
iteratorin interfacejava.lang.Iterable
-