org.shapelogic.streams
Interface FilterCalcStream1<E,Out>

Type Parameters:
E - Input and Output are the same
All Superinterfaces:
CalcValue<java.util.Map.Entry<E,Out>>, java.util.Iterator<java.util.Map.Entry<E,Out>>, LazyCalc<java.util.Map.Entry<E,Out>>, Stream<java.util.Map.Entry<E,Out>>

public interface FilterCalcStream1<E,Out>
extends Stream<java.util.Map.Entry<E,Out>>

Does calculation on input and if it is different from null return Entry of input result.

Author:
Sami Badawi

Method Summary
 Calc1<E,Out> getCalc1()
           
 
Methods inherited from interface org.shapelogic.calculation.LazyCalc
isDirty, setup
 
Methods inherited from interface org.shapelogic.calculation.CalcValue
getValue
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

getCalc1

Calc1<E,Out> getCalc1()


Copyright © 2009. All Rights Reserved.