Uses of Class
orc.error.runtime.UncallableValueException

Packages that use UncallableValueException
orc.runtime.values Representations for Orc types which don't have direct analogues in the host language (Java). 
 

Uses of UncallableValueException in orc.runtime.values
 

Methods in orc.runtime.values that throw UncallableValueException
static Callable Value.forceCall(java.lang.Object f, Token t)
          Force a value (which may be a future) in call position.
 Callable GroupCell.forceCall(Token t)
           
 Callable Future.forceCall(Token t)
           
 Callable Closure.forceCall(Token t)