Hello, For example the following lines both cause NPEs if run on the current implementation: Arrays.asStream(null, null, null).findFirst(); Arrays.asStream(null, null, null).findAny(); -Dmitry