public class BeforeOrDuring extends BinaryTemporalPredicate
expression1, expression2| Constructor and Description |
|---|
BeforeOrDuring() |
BeforeOrDuring(TemporalExpression expression1,
TemporalExpression expression2) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluateInternal(org.threeten.extra.Interval value1,
org.threeten.extra.Interval value2) |
NumericFieldConstraints |
getConstraints(org.threeten.extra.Interval literal,
Double minValue,
Double maxValue,
boolean reversed,
boolean exact) |
String |
toString() |
evaluate, evaluate, getConstrainableFields, getConstraints, prepareaddReferencedFields, fromBinary, getExpression1, getExpression2, removePredicatesForFields, toBinarypublic BeforeOrDuring()
public BeforeOrDuring(TemporalExpression expression1, TemporalExpression expression2)
public boolean evaluateInternal(org.threeten.extra.Interval value1,
org.threeten.extra.Interval value2)
evaluateInternal in class BinaryTemporalPredicatepublic NumericFieldConstraints getConstraints(org.threeten.extra.Interval literal, Double minValue, Double maxValue, boolean reversed, boolean exact)
getConstraints in class BinaryTemporalPredicateCopyright © 2013–2021. All rights reserved.