Uses of Class
org.aksw.commons.util.ref.LazyRef
-
Packages that use LazyRef Package Description org.aksw.commons.util.ref -
-
Uses of LazyRef in org.aksw.commons.util.ref
Methods in org.aksw.commons.util.ref that return LazyRef Modifier and Type Method Description static <T> LazyRef<T>LazyRef. create(String label, java.util.function.Supplier<? extends Ref<T>> rootRefFactory, long delayInMs)
-