|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
S - aggregate typeT - element typepublic interface FoldOp<S,T>
Interface for "fold" operations
| Method Summary | |
|---|---|
S |
fold(S aggregate,
T obj)
Folds are function (objects) that map some element from type S and some T object into an S object. |
| Method Detail |
|---|
S fold(S aggregate,
T obj)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||