|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A
- the type of the first parameterB
- the type of the second parameterT
- the return type of the functionpublic interface BiFunction<A,B,T>
Generic function interface for operating on two parameters and returning a result.
Method Summary | |
---|---|
T |
apply(A a,
B b)
Applies the function to the provided parameters. |
Method Detail |
---|
T apply(A a, B b)
a
- the first parameterb
- the second parameter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |