Stream.of(1, 2, 3, 4).filter(n -> n % 2 == 0).findAny() の戻り値はどれか。

2 または 4 のいずれかを含むOptional(並列処理の場合など、どちらが返るか保証されない)