Interface HeaderMagnet<T>
public interface HeaderMagnet<T>
- 
Method SummaryModifier and TypeMethodDescriptionscala.reflect.ClassTag<T>classTag()scala.PartialFunction<HttpHeader,T> Returns a partial function that checks if the input value is of runtime type T and returns the value if it does.
- 
Method Details- 
classTagscala.reflect.ClassTag<T> classTag()
- 
runtimeClass
- 
headerNameString headerName()
- 
extractPFscala.PartialFunction<HttpHeader,T> extractPF()Returns a partial function that checks if the input value is of runtime type T and returns the value if it does. Doesn't take erased information into account.- Returns:
- (undocumented)
 
 
-