E - the type of stream elementspublic class UnfoldThroughClause<E> extends StreamClause<E,StreamClauseEnv<E>>
unfold sentences in which a Generator is configured on the output stream.env| Constructor and Description |
|---|
UnfoldThroughClause(Stream<E> stream)
Creates an instance from an input
Stream |
public <E2> UnfoldedStream<E,E2> through(Generator<E,Stream<E2>> generator)
generator - the generatorCopyright © 2016. All Rights Reserved.