public interface ActivationSource<K> extends ActivationProvider<K>
| Modifier and Type | Method and Description |
|---|---|
static <K> ActivationSource<K> |
create(java.util.function.Predicate<? super K> isActive,
java.util.function.Supplier<? extends java.util.Set<K>> getKeys) |
java.util.Set<K> |
getKeys() |
isActivejava.util.Set<K> getKeys()
static <K> ActivationSource<K> create(java.util.function.Predicate<? super K> isActive, java.util.function.Supplier<? extends java.util.Set<K>> getKeys)
Copyright © 2015–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.