|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorc.runtime.values.Value
orc.runtime.values.LazyListValue
public abstract class LazyListValue
| Field Summary |
|---|
| Fields inherited from class orc.runtime.values.Value |
|---|
futureNotReady |
| Constructor Summary | |
|---|---|
LazyListValue()
|
|
| Method Summary | |
|---|---|
abstract void |
uncons(Token caller)
Return the head and tail of a cons-like data structure to a token. |
abstract void |
unnil(Token caller)
|
| Methods inherited from class orc.runtime.values.Value |
|---|
accept, forceArg, forceCall, isNone, isSome, signal, untag |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LazyListValue()
| Method Detail |
|---|
public abstract void uncons(Token caller)
ListLike
uncons in interface ListLikepublic abstract void unnil(Token caller)
unnil in interface ListLike
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||