Class PartialActorCtor
java.lang.Object
org.torqlang.klvm.ActorCtor
org.torqlang.klvm.PartialActorCtor
- All Implemented Interfaces:
Kernel,Partial,PartialProc,Proc,Value,ValueOrIdent,ValueOrIdentPtn,ValueOrPtn,ValueOrResolvedPtn,ValueOrVar,ValueOrVarSet
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal CompleteActorCtorcheckComplete(IdentityHashMap<Partial, Complete> memos) final PartialClosureMethods inherited from class org.torqlang.klvm.ActorCtor
accept, apply, isValidKey, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.torqlang.klvm.Kernel
toKernelStringMethods inherited from interface org.torqlang.klvm.Proc
accept, apply, bindToValue, entailsRecMethods inherited from interface org.torqlang.klvm.Value
add, appendToString, bindToValueOrVar, bindToVar, caseNonRecOfThis, caseOf, caseRecOfThis, checkNotFailedValue, compareValueTo, deconstruct, disentails, divide, entails, entails, entailsValueOrIdent, entailsValueOrVar, entailsVar, greaterThan, greaterThanOrEqualTo, isValidKey, lessThan, lessThanOrEqualTo, modulo, multiply, negate, not, resolveValue, resolveValue, resolveValueOrIdent, resolveValueOrVar, resolveValueOrVar, subtract, unifyRecs
-
Constructor Details
-
PartialActorCtor
-
-
Method Details
-
checkComplete
- Specified by:
checkCompletein interfacePartialProc- Specified by:
checkCompletein interfaceValue- Specified by:
checkCompletein interfaceValueOrVar- Throws:
WaitVarException
-
checkComplete
public final CompleteActorCtor checkComplete(IdentityHashMap<Partial, Complete> memos) throws WaitVarException- Specified by:
checkCompletein interfacePartial- Specified by:
checkCompletein interfacePartialProc- Throws:
WaitVarException
-
handlersCtor
- Specified by:
handlersCtorin classActorCtor
-