T - Type of first argumentU - Type of second argumentR - Type of resultpublic interface BiFunction<T,U,R>
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T t,
U u)
Apply the function and return the result
|
Copyright © 2018. All rights reserved.