Interface ServiceInstaller.UnaryBuilder<T,V>

Type Parameters:
T - the source value type
V - the service value type
All Superinterfaces:
Installer.Builder<ServiceInstaller.UnaryBuilder<T,V>,ServiceInstaller,ServiceTarget,ServiceBuilder<?>>, Installer.UnaryBuilder<ServiceInstaller.UnaryBuilder<T,V>,ServiceInstaller,ServiceTarget,ServiceBuilder<?>,T,V>, ServiceInstaller.AsyncBuilder<ServiceInstaller.UnaryBuilder<T,V>>
All Known Implementing Classes:
ServiceInstaller.DefaultUnaryBuilder
Enclosing interface:
ServiceInstaller

Builds a ServiceInstaller whose service provides a single value.