public interface AppCompositeReactiveHealthContributor extends AppReactiveHealthContributor, AppNamedContributors<AppReactiveHealthContributor>
| 限定符和类型 | 方法和说明 |
|---|---|
static AppCompositeReactiveHealthContributor |
fromMap(Map<String,? extends AppReactiveHealthContributor> map)
Factory method that will create a
AppCompositeReactiveHealthContributor from the specified map. |
static <V> AppCompositeReactiveHealthContributor |
fromMap(Map<String,V> map,
Function<V,? extends AppReactiveHealthContributor> valueAdapter)
Factory method that will create a
AppCompositeReactiveHealthContributor from the specified map. |
adaptgetContributor, streamforEach, iterator, spliteratorstatic AppCompositeReactiveHealthContributor fromMap(Map<String,? extends AppReactiveHealthContributor> map)
AppCompositeReactiveHealthContributor from the specified map.map - the source mapstatic <V> AppCompositeReactiveHealthContributor fromMap(Map<String,V> map, Function<V,? extends AppReactiveHealthContributor> valueAdapter)
AppCompositeReactiveHealthContributor from the specified map.V - the value typemap - the source mapvalueAdapter - function used to adapt the map valueCopyright © 2022 Zodiac. All rights reserved.