public interface IntValueStream extends AnalyticsValueStream
 The back-end production of the value can change inbetween calls to streamInts(java.util.function.IntConsumer),
 resulting in different values on each call.
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | IntValueStream.AbstractIntValueStreamAn abstract base for  IntValueStream.CastingIntValueStreamthat automatically casts to all types ifstreamInts(java.util.function.IntConsumer)is implemented. | 
| static interface  | IntValueStream.CastingIntValueStreamAn interface that represents all of the types a  IntValueStreamshould be able to cast to. | 
AnalyticsValueStream.AbstractAnalyticsValueStream, AnalyticsValueStream.ExpressionType| Modifier and Type | Method and Description | 
|---|---|
| void | streamInts(IntConsumer cons)Stream the int representations of all current values, if any exist. | 
convertToConstant, createExpressionString, determineMappingPhase, getExpressionStr, getExpressionType, getName, streamObjectsvoid streamInts(IntConsumer cons)
cons - The consumer to accept the valuesCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.