E - the type of elements of the input streampublic class PublishRsEnv<E> extends StreamClauseEnv<E>
StreamClauseEnv in which publish sentences are evaluated.| Constructor and Description |
|---|
PublishRsEnv(Stream<E> stream)
Creates an instance with a
Stream |
PublishRsEnv(Stream<E> stream,
RecordFactory<E> factory)
Creates an instance with a
Stream and a RecordFactory |
public PublishRsEnv(Stream<E> stream)
Streamstream - the streampublic PublishRsEnv(Stream<E> stream, RecordFactory<E> factory)
Stream and a RecordFactorystream - the streamfactory - the factoryCopyright © 2014. All Rights Reserved.