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