ServiceInstaller.UnaryBuilder<T,V> |
ServiceInstaller.DefaultUnaryBuilder.async(Supplier<Executor> executor) |
|
static <T,V> ServiceInstaller.UnaryBuilder<T,V> |
ServiceInstaller.builder(Function<T,V> mapper,
Supplier<T> factory) |
Returns a ServiceInstaller builder whose installed service provides the value supplied by the specified factory and mapping function.
|
static <V> ServiceInstaller.UnaryBuilder<V,V> |
ServiceInstaller.builder(Supplier<V> factory) |
Returns a ServiceInstaller builder whose installed service provides the value supplied by the specified factory.
|
static <V> ServiceInstaller.UnaryBuilder<V,V> |
ServiceInstaller.builder(ServiceDependency<V> dependency) |
Returns a ServiceInstaller builder whose installed service provides the value supplied by the specified dependency.
|
static <V> ServiceInstaller.UnaryBuilder<V,V> |
ServiceInstaller.builder(V value) |
Returns a ServiceInstaller builder whose installed service provides the specified value.
|
protected ServiceInstaller.UnaryBuilder<T,V> |
ServiceInstaller.DefaultUnaryBuilder.builder() |
|