Returns whether this relational expression is valid. If assertions are enabled, this method is typically called with litmus = THROW , as follows: assert rel.isValid(Litmus.THROW) This signals that the method can throw an {@link
(Litmus litmus, @Nullable Context context)
| 358 | * litmus is THROW |
| 359 | */ |
| 360 | boolean isValid(Litmus litmus, @Nullable Context context); |
| 361 | |
| 362 | /** |
| 363 | * Creates a copy of this relational expression, perhaps changing traits and |
no outgoing calls