Package org.wildfly.clustering.ee
Interface Manager<K,V>
-
- All Superinterfaces:
BiFunction<K,Function<Runnable,V>,V>
public interface Manager<K,V> extends BiFunction<K,Function<Runnable,V>,V>
Strategy for managing the creation and destruction of objects.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vapply(K key, Function<Runnable,V> factory)Returns the value associated with the specified key, creating it from the specified factory, if necessary.-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-