| Modifier and Type | Method and Description |
|---|---|
CompositePropertyIndexSupplier.Builder |
CompositePropertyIndexSupplier.Builder.add(Map<String,String> properties) |
CompositePropertyIndexSupplier.Builder |
CompositePropertyIndexSupplier.Builder.add(PropertyIndexSupplier supplier) |
CompositePropertyIndexSupplier.Builder |
CompositePropertyIndexSupplier.Builder.addAll(Collection<PropertyIndexSupplier> suppliers) |
static CompositePropertyIndexSupplier.Builder |
CompositePropertyIndexSupplier.builder()
Creates a new
CompositePropertyIndexSupplier.Builder throwing an exception lazily in case CompositePropertyIndexSupplier.get() encounters duplicate keys while
merging the underlying delegates. |
static CompositePropertyIndexSupplier.Builder |
CompositePropertyIndexSupplier.keeping()
Creates a new
CompositePropertyIndexSupplier.Builder keeping existing values of duplicate keys during merge. |
static CompositePropertyIndexSupplier.Builder |
CompositePropertyIndexSupplier.overriding()
Creates a new
CompositePropertyIndexSupplier.Builder overriding existing values of duplicate keys during merge. |
static CompositePropertyIndexSupplier.Builder |
CompositePropertyIndexSupplier.using(BinaryOperator<String> mergeFunction)
Creates a new
CompositePropertyIndexSupplier.Builder using the given merge function to handle duplicate keys during merge. |
Copyright © 2023. All rights reserved.