|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BinaryFunction<T1,T2,R>
A BinaryFunction is some function taking two arguments -
fn(T1 x, T2 y). It returns some R, and may
return the same object or different objects for each invocation, even
given the same arguments. It can refer to local state, perform disk
reads or writes, or whatever.
| Method Summary | |
|---|---|
R |
fn(T1 x,
T2 y)
|
| Method Detail |
|---|
R fn(T1 x,
T2 y)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||