Uses of Interface
nonapi.io.github.classgraph.concurrency.SingletonMap.NewInstanceFactory
Packages that use SingletonMap.NewInstanceFactory
-
Uses of SingletonMap.NewInstanceFactory in nonapi.io.github.classgraph.concurrency
Methods in nonapi.io.github.classgraph.concurrency with parameters of type SingletonMap.NewInstanceFactoryModifier and TypeMethodDescriptionCheck if the given key is in the map, and if so, return the value ofSingletonMap.newInstance(Object, LogNode)
for that key, or block on the result ofSingletonMap.newInstance(Object, LogNode)
if another thread is currently creating the new instance.