Class BreakingForEach
java.lang.Object
com.orientechnologies.common.stream.BreakingForEach
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> voidforEach(Stream<T> stream, BiConsumer<T, BreakingForEach.Breaker> consumer)
-
Constructor Details
-
BreakingForEach
public BreakingForEach()
-
-
Method Details
-
forEach
-