public abstract class AbstractRegistry<T> extends Object implements Serializable
| Constructor and Description |
|---|
AbstractRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T entry) |
protected <V> V |
apply(Function<T,V> function) |
protected void |
forEach(Consumer<T> consumer) |
Copyright © 2020 Flowing Code. All rights reserved.