T1
- the first value typeT2
- the second value typepublic interface BiConsumer<T1,T2>
Modifier and Type | Method and Description |
---|---|
void |
accept(T1 t1,
T2 t2)
Performs an operation on the given values.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.