S
- The service typepublic static interface SoftServiceLoader.ServiceCollector<S>
Modifier and Type | Method and Description |
---|---|
void |
collect(Collection<S> values) |
default void |
collect(Collection<S> values,
boolean allowFork) |
default void |
collect(Consumer<? super S> consumer) |
void collect(Collection<S> values)
default void collect(Collection<S> values, boolean allowFork)