public static class SimplifiedIntervalList.IsSubinterval extends SimplifiedIntervalList.SkippingIntervalPredicate
Modifier and Type | Field and Description |
---|---|
static BiPredicate<org.joda.time.Interval,org.joda.time.Interval> |
IS_SUBINTERVAL
Filter in intervals from the stream that are fully contained by the supply.
|
Constructor and Description |
---|
IsSubinterval(SimplifiedIntervalList supplyList)
Construct a subinterval predicate that closes over a supply of intervals.
|
public static final BiPredicate<org.joda.time.Interval,org.joda.time.Interval> IS_SUBINTERVAL
public IsSubinterval(SimplifiedIntervalList supplyList)
supplyList
- The intervals to test an interval is contained byCopyright © 2016–2018 Yahoo! Inc.. All rights reserved.