T
- Type of function argument.public interface Consumer<T>
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
void |
accept(T value)
Apply the function to
value . |
void accept(T value)
value
.value
- Value function is applied to.Copyright © 2016 The Apache Software Foundation. All Rights Reserved - bbe71fa-20161201-1641