public class LoaderSingleProvider<T> extends Object implements Provider<T>
Supplier
LoaderSingleProvider(Callable<T> callable)
LoaderSingleProvider(Provider<T> provider)
LoaderSingleProvider(Supplier<T> supplier)
LoaderSingleProvider(T instance)
T
call()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
asLoader, asLoader, asSingle, asThread, asThread, get, of, of, of, toLoader, toLoader, toSingle, toSingle, toThread, toThread, wrap
public LoaderSingleProvider(T instance)
public LoaderSingleProvider(Provider<T> provider)
public LoaderSingleProvider(Supplier<T> supplier)
public LoaderSingleProvider(Callable<T> callable)
public T call() throws Exception
Provider
call
Callable<T>
Provider<T>
Exception
public String toString()
toString
Object
Copyright © 2022. All rights reserved.