orc.runtime.values
Interface Future
- All Known Implementing Classes: 
- GroupCell, PartialValue
- public interface Future 
Interface for values which may be unbound (i.e. those generated by asymmetric
 composition). Any class implementing Future can be forced to try and obtain
 its bound value.
- Author:
- dkitchin
- See Also:
- Value.forceArg(Object, Token),- Value.forceCall(Object, Token)
 
forceCall
Callable forceCall(Token t)
                   throws UncallableValueException
- 
- Throws:
- UncallableValueException
 
forceArg
java.lang.Object forceArg(Token t)
-