|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Transform<T>
An interface that provides the facility to transform an instance of a type into another instance of the same type.
For example, we can use this to transform a Chartable
into a different Chartable
, or a
Positionable
into a different Positionable
.
Method Summary | |
---|---|
T |
transform(T t)
|
Method Detail |
---|
T transform(T t)
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |