|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
In
- Type of inputOut
- Type of output
@Deprecated public interface Transformer<In,Out>
Transformer method with 1 input and 1 output.
Like the Apache Commons Transformer but using generic.
Deprecated instead use Calc1.
One use of this if a class need to have 2 differently named calculations.
Method Summary | |
---|---|
Out |
transform(In input)
Deprecated. |
Method Detail |
---|
Out transform(In input)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |