public static class HttpCharsetRange.$times extends HttpCharsetRange implements scala.Product, java.io.Serializable
HttpCharsetRange.$times, HttpCharsetRange.$times$, HttpCharsetRange.One, HttpCharsetRange.One$| Constructor and Description | 
|---|
| $times(float qValue) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | matches(HttpCharset charset) | 
| float | qValue()The qValue for this range. | 
| <R extends Rendering> | render(R r) | 
| HttpCharsetRange | withQValue(float qValue)Returns a copy of this range with the given qValue. | 
apply, apply, matchesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait$init$, productArity, productElement, productElementName, productElementNames, productIterator, productPrefixvaluetoStringwithQValuepublic float qValue()
HttpCharsetRangeqValue in class HttpCharsetRangepublic final <R extends Rendering> Rendering render(R r)
render in interface Renderablepublic boolean matches(HttpCharset charset)
matches in class HttpCharsetRangepublic HttpCharsetRange withQValue(float qValue)
HttpCharsetRangewithQValue in interface WithQValue<HttpCharsetRange>withQValue in class HttpCharsetRange