public interface ManagerFactory<K,V> extends BiFunction<Consumer<V>,Consumer<V>,Manager<K,V>>
| Modifier and Type | Method and Description |
|---|---|
Manager<K,V> |
apply(Consumer<V> createTask,
Consumer<V> closeTask)
Creates a manager using the specified creation and close tasks.
|
andThenCopyright © 2021 JBoss by Red Hat. All rights reserved.