public interface IApexInputStreamToStream<T> extends Function<InputStream,Stream<T>>
InputStream) to a Stream of objects| Modifier and Type | Method and Description |
|---|---|
default Stream<T> |
apply(InputStream inputStream) |
Stream<T> |
stream(InputStream inputStream) |
Stream<T> stream(InputStream inputStream)
default Stream<T> apply(InputStream inputStream)
apply in interface Function<InputStream,Stream<T>>Copyright © 2014–2017 Pivotal Software, Inc.. All rights reserved.