Interface MatchConditionHistory
@PublicApi
public interface MatchConditionHistory
Match history returned by a match condition.
Do not implement this interface, use MatchConditionHistoryBuilder to create these objects.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGet all match history entries, sorted by dateboolean
isEmpty()
Is the history empty?
-
Method Details
-
getEntries
List<MatchConditionHistory.Entry> getEntries()Get all match history entries, sorted by date -
isEmpty
boolean isEmpty()Is the history empty?
-