org.shapelogic.streams
Interface ListFilterStream<E>

Type Parameters:
E - Both input and output is the same
All Superinterfaces:
Calc<E>, FilterStream<E>, java.lang.Iterable<E>, java.util.Iterator<E>, LazyCalc<E>, ListStream<E>, NumberedStream<E>, Stream<E>
All Known Implementing Classes:
BaseListFilterStream

public interface ListFilterStream<E>
extends FilterStream<E>, ListStream<E>

Author:
Sami Badawi

Method Summary
 
Methods inherited from interface org.shapelogic.streams.FilterStream
evaluate
 
Methods inherited from interface org.shapelogic.streams.ListStream
getList, setList
 
Methods inherited from interface org.shapelogic.streams.NumberedStream
get, getIndex, getLast, getMaxLast, setMaxLast
 
Methods inherited from interface org.shapelogic.calculation.LazyCalc
isDirty, setup
 
Methods inherited from interface org.shapelogic.calculation.Calc
getValue
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 
Methods inherited from interface java.lang.Iterable
iterator
 



Copyright © 2008. All Rights Reserved.