addAll
fun DslList<BloomFilter.FilterLayer, BloomFilterKt.Dsl.LayerProxy>.addAll(values: Iterable<BloomFilter.FilterLayer>)
Specifies each layer of this Bloom filter structure. If no more than one layer is present, the structure represents
a simple, single-layer regular Bloom filter. If more than one layer are present, the structure represents a multi-
layer (*Layered*) Bloom filter.
Content copied to clipboard
repeated .elide.structs.BloomFilter.FilterLayer layer = 5;
Parameters
values
The layer to add.