Interface TailCall


public interface TailCall
An interface to represent the invocation of a tail-call reference
  • Method Summary

    Modifier and Type
    Method
    Description
    Invoke the tail call
  • Method Details

    • invoke

      Object invoke()
      Invoke the tail call
      Returns:
      The result of the call (may be another TailCall object)