Package com.fizzed.rocker.runtime
Class Java8Iterator
java.lang.Object
com.fizzed.rocker.runtime.Java8Iterator
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfacestatic interfacestatic interface -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <V> voidforEach(boolean[] items, Java8Iterator.ConsumeCollection<Boolean> consumer) static <V> voidforEach(boolean[] items, Java8Iterator.ConsumeCollectionWithIterator<Boolean> consumer) static <V> voidforEach(byte[] items, Java8Iterator.ConsumeCollection<Byte> consumer) static <V> voidforEach(byte[] items, Java8Iterator.ConsumeCollectionWithIterator<Byte> consumer) static <V> voidforEach(char[] items, Java8Iterator.ConsumeCollection<Character> consumer) static <V> voidforEach(char[] items, Java8Iterator.ConsumeCollectionWithIterator<Character> consumer) static <V> voidforEach(double[] items, Java8Iterator.ConsumeCollection<Double> consumer) static <V> voidforEach(double[] items, Java8Iterator.ConsumeCollectionWithIterator<Double> consumer) static <V> voidforEach(float[] items, Java8Iterator.ConsumeCollection<Float> consumer) static <V> voidforEach(float[] items, Java8Iterator.ConsumeCollectionWithIterator<Float> consumer) static <V> voidforEach(int[] items, Java8Iterator.ConsumeCollection<Integer> consumer) static <V> voidforEach(int[] items, Java8Iterator.ConsumeCollectionWithIterator<Integer> consumer) static <V> voidforEach(long[] items, Java8Iterator.ConsumeCollection<Long> consumer) static <V> voidforEach(long[] items, Java8Iterator.ConsumeCollectionWithIterator<Long> consumer) static <V> voidforEach(short[] items, Java8Iterator.ConsumeCollection<Short> consumer) static <V> voidforEach(short[] items, Java8Iterator.ConsumeCollectionWithIterator<Short> consumer) static <V> voidforEach(Iterable<V> items, Java8Iterator.ConsumeCollection<V> consumer) static <V> voidforEach(Iterable<V> iterable, Java8Iterator.ConsumeCollectionWithIterator<V> consumer) static <V> voidforEach(Object[] items, Java8Iterator.ConsumeCollection<Object> consumer) static <V> voidforEach(Object[] items, Java8Iterator.ConsumeCollectionWithIterator<Object> consumer) static <V> voidforEach(Collection<V> items, Java8Iterator.ConsumeCollectionWithIterator<V> consumer) static <V> voidforEach(Iterator<V> items, Java8Iterator.ConsumeCollection<V> consumer) static <V> voidforEach(Iterator<V> items, Java8Iterator.ConsumeCollectionWithIterator<V> consumer) static <K,V> void forEach(Map<K, V> items, Java8Iterator.ConsumeMap<K, V> consumer) static <K,V> void forEach(Map<K, V> items, Java8Iterator.ConsumeMapWithIterator<K, V> consumer)
-
Constructor Details
-
Java8Iterator
public Java8Iterator()
-
-
Method Details
-
forEach
public static <V> void forEach(Iterator<V> items, Java8Iterator.ConsumeCollection<V> consumer) throws RenderingException, IOException - Throws:
RenderingExceptionIOException
-
forEach
public static <V> void forEach(Iterator<V> items, Java8Iterator.ConsumeCollectionWithIterator<V> consumer) throws RenderingException, IOException - Throws:
RenderingExceptionIOException
-
forEach
public static <V> void forEach(Iterable<V> items, Java8Iterator.ConsumeCollection<V> consumer) throws RenderingException, IOException - Throws:
RenderingExceptionIOException
-
forEach
public static <V> void forEach(Iterable<V> iterable, Java8Iterator.ConsumeCollectionWithIterator<V> consumer) throws RenderingException, IOException - Throws:
RenderingExceptionIOException
-
forEach
public static <V> void forEach(Collection<V> items, Java8Iterator.ConsumeCollectionWithIterator<V> consumer) throws RenderingException, IOException - Throws:
RenderingExceptionIOException
-
forEach
public static <K,V> void forEach(Map<K, V> items, Java8Iterator.ConsumeMap<K, throws RenderingException, IOExceptionV> consumer) - Throws:
RenderingExceptionIOException
-
forEach
public static <K,V> void forEach(Map<K, V> items, Java8Iterator.ConsumeMapWithIterator<K, throws RenderingException, IOExceptionV> consumer) - Throws:
RenderingExceptionIOException
-
forEach
public static <V> void forEach(boolean[] items, Java8Iterator.ConsumeCollection<Boolean> consumer) throws RenderingException, IOException - Throws:
RenderingExceptionIOException
-
forEach
public static <V> void forEach(byte[] items, Java8Iterator.ConsumeCollection<Byte> consumer) throws RenderingException, IOException - Throws:
RenderingExceptionIOException
-
forEach
public static <V> void forEach(char[] items, Java8Iterator.ConsumeCollection<Character> consumer) throws RenderingException, IOException - Throws:
RenderingExceptionIOException
-
forEach
public static <V> void forEach(short[] items, Java8Iterator.ConsumeCollection<Short> consumer) throws RenderingException, IOException - Throws:
RenderingExceptionIOException
-
forEach
public static <V> void forEach(int[] items, Java8Iterator.ConsumeCollection<Integer> consumer) throws RenderingException, IOException - Throws:
RenderingExceptionIOException
-
forEach
public static <V> void forEach(long[] items, Java8Iterator.ConsumeCollection<Long> consumer) throws RenderingException, IOException - Throws:
RenderingExceptionIOException
-
forEach
public static <V> void forEach(float[] items, Java8Iterator.ConsumeCollection<Float> consumer) throws RenderingException, IOException - Throws:
RenderingExceptionIOException
-
forEach
public static <V> void forEach(double[] items, Java8Iterator.ConsumeCollection<Double> consumer) throws RenderingException, IOException - Throws:
RenderingExceptionIOException
-
forEach
public static <V> void forEach(Object[] items, Java8Iterator.ConsumeCollection<Object> consumer) throws RenderingException, IOException - Throws:
RenderingExceptionIOException
-
forEach
public static <V> void forEach(boolean[] items, Java8Iterator.ConsumeCollectionWithIterator<Boolean> consumer) throws RenderingException, IOException - Throws:
RenderingExceptionIOException
-
forEach
public static <V> void forEach(byte[] items, Java8Iterator.ConsumeCollectionWithIterator<Byte> consumer) throws RenderingException, IOException - Throws:
RenderingExceptionIOException
-
forEach
public static <V> void forEach(char[] items, Java8Iterator.ConsumeCollectionWithIterator<Character> consumer) throws RenderingException, IOException - Throws:
RenderingExceptionIOException
-
forEach
public static <V> void forEach(short[] items, Java8Iterator.ConsumeCollectionWithIterator<Short> consumer) throws RenderingException, IOException - Throws:
RenderingExceptionIOException
-
forEach
public static <V> void forEach(int[] items, Java8Iterator.ConsumeCollectionWithIterator<Integer> consumer) throws RenderingException, IOException - Throws:
RenderingExceptionIOException
-
forEach
public static <V> void forEach(long[] items, Java8Iterator.ConsumeCollectionWithIterator<Long> consumer) throws RenderingException, IOException - Throws:
RenderingExceptionIOException
-
forEach
public static <V> void forEach(float[] items, Java8Iterator.ConsumeCollectionWithIterator<Float> consumer) throws RenderingException, IOException - Throws:
RenderingExceptionIOException
-
forEach
public static <V> void forEach(double[] items, Java8Iterator.ConsumeCollectionWithIterator<Double> consumer) throws RenderingException, IOException - Throws:
RenderingExceptionIOException
-
forEach
public static <V> void forEach(Object[] items, Java8Iterator.ConsumeCollectionWithIterator<Object> consumer) throws RenderingException, IOException - Throws:
RenderingExceptionIOException
-