Hi, method isParallel() returns true, if I call it from sequential representation of parallel Stream. For example, Arrays.parallel(new Object[]{1, 2, 3}).sequential().isParallel() returns true. I think it should return false, isn't it? Best regards, Lena