public class RangesToHeaderNameValue extends Object implements com.google.common.base.Function<Range[],HeaderNameValue>
| Modifier and Type | Field and Description |
|---|---|
static RangesToHeaderNameValue |
INSTANCE |
| Constructor and Description |
|---|
RangesToHeaderNameValue() |
| Modifier and Type | Method and Description |
|---|---|
HeaderNameValue |
apply(Range[] input) |
public static final RangesToHeaderNameValue INSTANCE
public HeaderNameValue apply(Range[] input)
apply in interface com.google.common.base.Function<Range[],HeaderNameValue>