Consider 3 random variables $Y,V,T$, with supports $\mathcal{Y},\mathcal{V},\mathcal{T}$, respectively.
Let
$P_{Y,V}$ denote the probability distribution of $(Y,V)$
$P_{V}$ denote the probability distribution of $V$
$P_{T|v}$ denote the probability distribution of $T$ conditional on $V=v$
$P_{Y|v,t}$ denote the probability distribution of $T$ conditional on $V=v, T=t$
Suppose that all the supports are finite sets. Then, we know that, by the law of total probability:
$$ P_{Y,V}(y,v)=P_{V}(v)\sum_{t\in \mathcal{T}}P_{T|v}(t) P_{Y|v,t}(y) $$
Now, I want to rewrite the same expression when $V$ is a continuous random variable. I don't want to introduce densities. If necessary, I can work with cumulative distribution functions. Could you help to provide a notationally precise statement?