DifferentList
private class DifferentList(delegate: List<SafeAnalysisResultAccessImpl.PendingRequest>) : List<SafeAnalysisResultAccessImpl.PendingRequest> (source)
This is a hack to get around the de-duping behavior of a StateFlow. Two lists with identical contents will never be equal, so
As a bonus, this is also cheaper since we don't need to compare all the elements of the two lists.
Functions
Link copied to clipboard
Link copied to clipboard
open override fun containsAll(elements: Collection<SafeAnalysisResultAccessImpl.PendingRequest>): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun listIterator(index: Int): ListIterator<SafeAnalysisResultAccessImpl.PendingRequest>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard