Interface ExposesCall.ExposesWithArgs<T>

  • Type Parameters:
    T - The type of the next step
    All Known Implementing Classes:
    ProcedureCall.StandaloneCallBuilder
    Enclosing interface:
    ExposesCall<T>

    public static interface ExposesCall.ExposesWithArgs<T>
    Used to provide arguments to procedure calls.
    • Method Detail

      • withArgs

        T withArgs​(Expression... arguments)
        Adds the given arguments to the ongoing call and procedes.
        Parameters:
        arguments - The list of new arguments, might be null or empty.
        Returns:
        An oingoing standalone call on which yielded arguments might be configured.