public interface AppNamedContributors<C> extends Iterable<AppNamedContributor<C>>
| 限定符和类型 | 方法和说明 |
|---|---|
C |
getContributor(String name)
Return the contributor with the given name.
|
default Stream<AppNamedContributor<C>> |
stream()
Return a stream of the
named contributors. |
forEach, iterator, spliteratorC getContributor(String name)
name - the name of the contributornulldefault Stream<AppNamedContributor<C>> stream()
named contributors.Copyright © 2022 Zodiac. All rights reserved.