public class FunctionalRegistryFactory<K,V> extends Object implements RegistryFactory<K,V>, Runnable
| Constructor and Description |
|---|
FunctionalRegistryFactory(BiFunction<Map.Entry<K,V>,Runnable,Registry<K,V>> factory) |
| Modifier and Type | Method and Description |
|---|---|
Registry<K,V> |
createRegistry(Map.Entry<K,V> entry) |
void |
run() |
Copyright © 2020 JBoss by Red Hat. All rights reserved.