On Thu, 12 Mar 2026 14:42:43 GMT, Volkan Yazici <[email protected]> wrote:
> `ofByteArrays(Iterable<byte[]>)` is intentionally left out since an > `Iterable<byte[]>` is not replayable. We can consider introducing > `ofByteArrays(Supplier<Iterable<byte[]>>)`, but that should be evaluated > separately. Sorry - why would `Iterable<byte[]>` not be repeatable? it's `Iterable` not `Iterator`. ------------- PR Comment: https://git.openjdk.org/jdk/pull/30219#issuecomment-4048548627
