
public class BreakingForEach extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BreakingForEach.Breaker |
| Constructor and Description |
|---|
BreakingForEach() |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
forEach(Stream<T> stream,
BiConsumer<T,BreakingForEach.Breaker> consumer) |
public static <T> void forEach(Stream<T> stream, BiConsumer<T,BreakingForEach.Breaker> consumer)
Copyright © 2009–2025 OrientDB. All rights reserved.