@FunctionalInterface public interface StreamCallback<T,R,X extends Exception>
ResultIterable.withStream(StreamCallback)| Modifier and Type | Method and Description |
|---|---|
R |
withStream(Stream<T> stream)
Will be invoked with a Stream<T>.
|
Copyright © 2017. All rights reserved.