Interface ExposesCall.ExposesWithArgs<T>

    • 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 ongoing standalone call on which yielded arguments might be configured.