Class ServiceToServiceType
- java.lang.Object
-
- org.openstack4j.openstack.identity.v3.functions.ServiceToServiceType
-
- All Implemented Interfaces:
com.google.common.base.Function<Service,ServiceType>,Function<Service,ServiceType>
public class ServiceToServiceType extends Object implements com.google.common.base.Function<Service,ServiceType>
A Function which takes a ServiceCatalog -> Service and returns the corresponding common ServiceType- Author:
- Jeremy Unruh
-
-
Constructor Summary
Constructors Constructor Description ServiceToServiceType()
-
-
-
Method Detail
-
apply
public ServiceType apply(Service input)
- Specified by:
applyin interfacecom.google.common.base.Function<Service,ServiceType>- Specified by:
applyin interfaceFunction<Service,ServiceType>
-
-