public interface Manager<K,V> extends BiFunction<K,Function<Runnable,V>,V>
| Modifier and Type | Method and Description |
|---|---|
V |
apply(K key,
Function<Runnable,V> factory)
Returns the value associated with the specified key, creating it from the specified factory, if necessary.
|
andThenCopyright © 2020 JBoss by Red Hat. All rights reserved.