@FunctionalInterface public interface ForEach<T> extends Serializable
Modifier and Type | Method and Description |
---|---|
static <T> ForEach<T> |
forEach(T[] values) |
void |
then(java.util.function.Consumer<? super T> action) |
void then(java.util.function.Consumer<? super T> action)
static <T> ForEach<T> forEach(T[] values)
Copyright © 2014. All Rights Reserved.