public interface DateValueStream extends LongValueStream
 The back-end production of the value can change inbetween calls to streamDates(java.util.function.Consumer<java.util.Date>),
 resulting in different values on each call.
 
 NOTE: Most date expressions work with the long representation of the date, so that less
 objects need to be created during execution.
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | DateValueStream.AbstractDateValueStreamAn abstract base for  DateValueStream.CastingDateValueStreamthat automatically casts to all types ifLongValueStream.streamLongs(java.util.function.LongConsumer)is implemented. | 
| static interface  | DateValueStream.CastingDateValueStreamAn interface that represents all of the types a  DateValueStreamshould be able to cast to. | 
LongValueStream.AbstractLongValueStream, LongValueStream.CastingLongValueStreamAnalyticsValueStream.AbstractAnalyticsValueStream, AnalyticsValueStream.ExpressionType| Modifier and Type | Method and Description | 
|---|---|
| void | streamDates(Consumer<Date> cons)Stream the date representations of all current values, if any exist. | 
streamLongsconvertToConstant, createExpressionString, determineMappingPhase, getExpressionStr, getExpressionType, getName, streamObjectsCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.