Class Unmarshaller.EnhancedUnmarshaller<A,B> 
java.lang.Object
scala.AnyVal
org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.EnhancedUnmarshaller<A,B> 
- Enclosing interface:
- Unmarshaller<A,B> 
public static class Unmarshaller.EnhancedUnmarshaller<A,B> 
extends scala.AnyVal
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription<C> Unmarshaller<A,C> flatMapWithInput(scala.Function2<A, B, scala.concurrent.Future<C>> f) <C> Unmarshaller<A,C> mapWithInput(scala.Function2<A, B, C> f) um()
- 
Constructor Details- 
EnhancedUnmarshaller
 
- 
- 
Method Details- 
um
- 
mapWithInput
- 
flatMapWithInput
 
-