Class PartialObjProcBinding<T extends PartialObj>
java.lang.Object
org.torqlang.klvm.PartialObjProcBinding<T>
- All Implemented Interfaces:
Kernel,ObjProcBinding<T>,Partial,PartialProc,Proc,Value,ValueOrIdent,ValueOrIdentPtn,ValueOrPtn,ValueOrResolvedPtn,ValueOrVar,ValueOrVarSet
public final class PartialObjProcBinding<T extends PartialObj>
extends Object
implements PartialProc, ObjProcBinding<T>
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods 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.PartialProc
checkComplete, checkCompleteMethods inherited from interface org.torqlang.klvm.Proc
accept, 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, lessThan, lessThanOrEqualTo, modulo, multiply, negate, not, resolveValue, resolveValue, resolveValueOrIdent, resolveValueOrVar, resolveValueOrVar, subtract, unifyRecs
-
Constructor Details
-
PartialObjProcBinding
-
-
Method Details
-
apply
- Specified by:
applyin interfaceProc- Throws:
WaitException
-
isValidKey
public final boolean isValidKey()- Specified by:
isValidKeyin interfaceValue
-
obj
- Specified by:
objin interfaceObjProcBinding<T extends PartialObj>
-
proc
- Specified by:
procin interfaceObjProcBinding<T extends PartialObj>
-
toString
-