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