You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2020. It is now read-only.
This one works:
but now... there is another requirement!!!
The stream must not contain any zeros.
So I tried:
which fails with IllegalStateException: stream has already been operated upon or closed
Seems that the
bothmatcher causes the stream to be operated twice.Other issue? Anyway to overcome this?