Does (COND1 || COND2) skip checking COND2 if COND1 is true? I want to store top 3 values from some source in a List. The simplified example is here: