condition = After(u=...).y;
At the first rising edge of Boolean input u, output y = true (and remains true). If input u = true at initialization, y = true always.
This block is demonstrated with the following example:
results in