LEFT - The type of the left value to the apply operationRIGHT - The type of the right to the apply operationR - The type of the result of the apply operationpublic interface BiFunction<LEFT,RIGHT,R>
| Modifier and Type | Method and Description |
|---|---|
R |
apply(LEFT left,
RIGHT right) |