public class BySegmentResultValueClass<T> extends Object implements BySegmentResultValue<T>
| Constructor and Description | 
|---|
BySegmentResultValueClass(List<T> results,
                         String segmentId,
                         org.joda.time.Interval interval)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
org.joda.time.Interval | 
getInterval()  | 
List<T> | 
getResults()  | 
String | 
getSegmentId()  | 
int | 
hashCode()  | 
<U> BySegmentResultValueClass<U> | 
mapResults(Function<? super T,? extends U> mapper)  | 
String | 
toString()  | 
public List<T> getResults()
getResults in interface BySegmentResultValue<T>public String getSegmentId()
getSegmentId in interface BySegmentResultValue<T>public org.joda.time.Interval getInterval()
getInterval in interface BySegmentResultValue<T>public <U> BySegmentResultValueClass<U> mapResults(Function<? super T,? extends U> mapper)
Copyright © 2011–2018. All rights reserved.