org.gcube.data.streams.dsl
Class StreamClauseEnv<E>

java.lang.Object
  extended by org.gcube.data.streams.dsl.StreamClauseEnv<E>
Type Parameters:
E - the type of elements of the input stream
Direct Known Subclasses:
PublishRsEnv

public class StreamClauseEnv<E>
extends Object

The environment in which a Stream sentence is evaluated.

Author:
Fabio Simeoni

Constructor Summary
StreamClauseEnv(Stream<E> stream)
           
 
Method Summary
 Stream<E> stream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamClauseEnv

public StreamClauseEnv(Stream<E> stream)
Method Detail

stream

public Stream<E> stream()


Copyright © 2012. All Rights Reserved.