| Package | Description |
|---|---|
| com.opengamma.strata.collect.function |
Additional functional interfaces not supplied by Java SE 8.
|
| com.opengamma.strata.collect.timeseries |
Time-series data structures.
|
| Modifier and Type | Method and Description |
|---|---|
default ObjDoublePredicate<T> |
ObjDoublePredicate.and(ObjDoublePredicate<? super T> other)
Returns a new predicate that returns true if both predicates return true.
|
default ObjDoublePredicate<T> |
ObjDoublePredicate.negate()
Returns a new predicate that negates the result of this predicate.
|
default ObjDoublePredicate<T> |
ObjDoublePredicate.or(ObjDoublePredicate<? super T> other)
Returns a new predicate that returns true if either predicates returns true.
|
| Modifier and Type | Method and Description |
|---|---|
default ObjDoublePredicate<T> |
ObjDoublePredicate.and(ObjDoublePredicate<? super T> other)
Returns a new predicate that returns true if both predicates return true.
|
default ObjDoublePredicate<T> |
ObjDoublePredicate.or(ObjDoublePredicate<? super T> other)
Returns a new predicate that returns true if either predicates returns true.
|
| Modifier and Type | Method and Description |
|---|---|
LocalDateDoubleTimeSeries |
LocalDateDoubleTimeSeries.filter(ObjDoublePredicate<LocalDate> predicate)
Create a new time-series by filtering this one.
|
default Pair<LocalDateDoubleTimeSeries,LocalDateDoubleTimeSeries> |
LocalDateDoubleTimeSeries.partition(ObjDoublePredicate<LocalDate> predicate)
Partition the time-series into a pair of distinct series using a predicate.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.