Package com.google.gerrit.server.change
Interface AttentionSetUpdateCondition
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Condition to be checked by
AddToAttentionSetOp
and RemoveFromAttentionSetOp
before performing an attention set update.-
Method Summary
Modifier and TypeMethodDescriptionboolean
check()
Checks whether the condition is fulfilled and the attention set update should be performed.
-
Method Details
-
check
boolean check()Checks whether the condition is fulfilled and the attention set update should be performed.- Returns:
true
if the attention set should be updated,false
if the attention set should not be updated
-