orc.runtime.values
Interface Future

All Known Implementing Classes:
Closure, GroupCell

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)

Method Summary
 java.lang.Object forceArg(Token t)
           
 Callable forceCall(Token t)
           
 

Method Detail

forceCall

Callable forceCall(Token t)
                   throws UncallableValueException
Throws:
UncallableValueException

forceArg

java.lang.Object forceArg(Token t)