Interface ExposesCall<T>

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  ExposesCall.AsFunction
      Interface to allow creating an expression instead of a statement from an ongoing definition.
      static interface  ExposesCall.ExposesWithArgs<T>
      Used to provide arguments to procedure calls.
      static interface  ExposesCall.ExposesYield<T>
      Used to yield procedure result fields.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T call​(java.lang.String... namespaceAndProcedure)
      Starts defining a procedure call of the procedure with the given qualified name.
    • Method Detail

      • call

        T call​(java.lang.String... namespaceAndProcedure)
        Starts defining a procedure call of the procedure with the given qualified name.
        Parameters:
        namespaceAndProcedure - The procedure name of the procedure to call.
        Returns:
        An ongoing definition of a call