T
- Type of the first function argumentU
- Type of the second function argumentpublic interface BiConsumer<T,U>
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
void |
accept(T t,
U u)
Consume the two arguments.
|
Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707