|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.neu.ccs.demeterf.compose.Functor
public class Functor
Combined Builder/Augmentor that knows what to do/call
| Constructor Summary | |
|---|---|
Functor(FC f)
Create a Functor of two seperate function objects |
|
| Method Summary | |
|---|---|
java.lang.Object |
applyAugment(java.lang.Object[] o)
Apply the Augmentor the the Argument at this Object |
java.lang.Object |
applyBuilder(java.lang.Object[] o,
boolean prim)
Apply the Builder to this list of 'Fields' |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Functor(FC f)
| Method Detail |
|---|
public java.lang.Object applyBuilder(java.lang.Object[] o,
boolean prim)
public java.lang.Object applyAugment(java.lang.Object[] o)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||