|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--Lens
|
+--LSeq
The sequencing lens; runs a lens l followed by k. It will also take more
than two lenses, chaining them as LSeq(l, LSeq(k, LSeq(j, ...))).
Defined in lens.js
| Field Summary | |
Object |
name
|
| Fields inherited from class Lens |
name
|
| Constructor Summary | |
LSeq(<Lens> l, <Lens> k )
|
|
| Method Summary | |
Object
|
get(c)
|
Object
|
putback(a, c)
|
| Methods inherited from class Lens |
error, getput, putget, putput, get_is, putback_is, get_throws, putback_throws
|
| Field Detail |
Object name
| Constructor Detail |
LSeq(<Lens> l, <Lens> k )
l - The first lens to run
k - The second lens to run
| Method Detail |
Object get(c)
Object putback(a, c)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||