LEFT - The type of the left value to the apply operationRIGHT - The type of the right to the apply operationpublic interface BiConsumer<LEFT,RIGHT>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(LEFT left,
RIGHT right) |
Copyright © 2016. All rights reserved.