|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Function<T1,T2>
An interface for classes that act as a function transforming one object to another. This interface is widely used in the process package for various classes that do linguistic transformations.
| Method Summary | |
|---|---|
T2 |
apply(T1 in)
Converts a T1 to a different T2. |
| Method Detail |
|---|
T2 apply(T1 in)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||