|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Function1
This interface describes a function object with a single argument.
| Method Summary | |
|---|---|
void |
apply(Accumulator accumulator)
Compute the function value for the argument stored in the accumulator and return in the accumulator overwriting the value stored therein. |
| Method Detail |
|---|
void apply(Accumulator accumulator)
throws HelpingException
accumulator - the accumulator to receive the result
HelpingException - in case of an error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||