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, spliterator
C getContributor(String name)
name
- the name of the contributornull
default Stream<NamedContributor<C>> stream()
named contributors
.