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