Package org.drools.ruleunits.api
Interface DataStream<T>
-
- All Superinterfaces:
DataSource<T>,Iterable<T>
public interface DataStream<T> extends DataSource<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.drools.ruleunits.api.DataSource
DataSource.Factory, DataSource.FactoryHolder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidappend(T value)-
Methods inherited from interface org.drools.ruleunits.api.DataSource
iterator, subscribe
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
append
void append(T value)
-
-