T - is the generic type of the input object to accept.public interface Consumer<T>
java.util.function.Consumer.net.sf.mmm.util.lang.api.function| Modifier and Type | Method and Description |
|---|---|
void |
accept(T value)
Accept an input value.
|
void accept(T value)
value - the input object to consume.Copyright © 2001–2015 mmm-Team. All rights reserved.