|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of the first argument to the functionU
- the type of the second argument to the functionR
- the type of the result of the functionpublic interface BiFunction<T,U,R>
Represents a function that accepts two arguments and produces a result.
This is the two-arity specialization of Function
.
Method Summary | |
---|---|
R |
apply(T t,
U u)
Applies this function to the given arguments. |
Method Detail |
---|
R apply(T t, U u)
t
- the first function argumentu
- the second function argument
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |