Cache hasFilterableSlots in CombinedContainer
This commit is contained in:
parent
3a5f37bd76
commit
01215d647c
@ -76,6 +76,8 @@ class CombinedContainer<S : IContainerSlot>(containers: Stream<Pair<IEnhancedCon
|
||||
.collect(ImmutableMap.toImmutableMap({ it.key }, { it.value }))
|
||||
}
|
||||
|
||||
override val hasFilterableSlots: Boolean = super.hasFilterableSlots
|
||||
|
||||
override fun clearContent() {
|
||||
for (container in fullCoverage) {
|
||||
container.clearContent()
|
||||
|
Loading…
Reference in New Issue
Block a user