@FunctionalInterface public interface StreamConsumer<T,X extends Exception>
ResultIterable.useStream(StreamConsumer)| Modifier and Type | Method and Description |
|---|---|
void |
useStream(Stream<T> stream)
Will be invoked with result stream.
|
Copyright © 2019. All rights reserved.