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