Class RangesToHeaderNameValue
- java.lang.Object
-
- org.openstack4j.model.common.functions.RangesToHeaderNameValue
-
- All Implemented Interfaces:
com.google.common.base.Function<Range[],HeaderNameValue>,Function<Range[],HeaderNameValue>
public class RangesToHeaderNameValue extends Object implements com.google.common.base.Function<Range[],HeaderNameValue>
Transforms a Header Range array into a single HeaderNameValue object- Author:
- Jeremy Unruh
-
-
Field Summary
Fields Modifier and Type Field Description static RangesToHeaderNameValueINSTANCE
-
Constructor Summary
Constructors Constructor Description RangesToHeaderNameValue()
-
-
-
Field Detail
-
INSTANCE
public static final RangesToHeaderNameValue INSTANCE
-
-
Method Detail
-
apply
public HeaderNameValue apply(Range[] input)
- Specified by:
applyin interfacecom.google.common.base.Function<Range[],HeaderNameValue>- Specified by:
applyin interfaceFunction<Range[],HeaderNameValue>
-
-