public class ForEachUtil extends java.lang.Object
ForEachUtil()
static <T> java.util.function.Consumer<T>
withIndex(java.util.function.BiConsumer<T,java.lang.Integer> consumer)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ForEachUtil()
public static <T> java.util.function.Consumer<T> withIndex(java.util.function.BiConsumer<T,java.lang.Integer> consumer)
T
consumer
Copyright © 2020. All Rights Reserved.