| Package | Description |
|---|---|
| org.microbean.settings |
| Modifier and Type | Class and Description |
|---|---|
class |
SourceOrderArbiter
A simple
Arbiter implementation that performs arbitration
among Values by selecting the Value whose
affiliated Source
appears first in the Set of Sources supplied to the
SourceOrderArbiter.arbitrate(Set, String, Set, Collection) method. |
| Constructor and Description |
|---|
Settings(BiFunction<? super String,? super Set<Annotation>,? extends Set<? extends Source>> sourcesFunction,
ConverterProvider converterProvider,
Iterable<? extends Arbiter> arbiters)
Creates a new
Settings. |
Settings(Set<Annotation> qualifiers,
BiFunction<? super String,? super Set<Annotation>,? extends Set<? extends Source>> sourcesFunction,
ConverterProvider converterProvider,
Iterable<? extends Arbiter> arbiters)
Creates a new
Settings. |
Copyright © 2019–2020, microBean™. All rights reserved.