C - the contributor typepublic interface NamedContributors<C> extends Iterable<NamedContributor<C>>
HealthContributor or
ReactiveHealthContributor).NamedContributor| Modifier and Type | Method and Description |
|---|---|
C |
getContributor(String name)
Return the contributor with the given name.
|
default Stream<NamedContributor<C>> |
stream()
Return a stream of the
named contributors. |
forEach, iterator, spliteratorC getContributor(String name)
name - the name of the contributornulldefault Stream<NamedContributor<C>> stream()
named contributors.