|
Copyright Tony Morris 2008 This software is released under an open source BSD licence. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface F<A,B>
A transformation or function from A to B. This type can be represented
using the Java 7 closure syntax.
| Method Summary | |
|---|---|
B |
f(A a)
Transform A to B. |
| Method Detail |
|---|
B f(A a)
A to B.
a - The A to transform.
|
Copyright Tony Morris 2008 This software is released under an open source BSD licence. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||