Package org.jfuncmachine.runtime
Interface TailCall
public interface TailCall
An interface to represent the invocation of a tail-call reference
-
Method Summary
-
Method Details
-
invoke
Object invoke()Invoke the tail call- Returns:
- The result of the call (may be another TailCall object)
-