Class Unmarshaller.EnhancedUnmarshaller<A,B>

java.lang.Object
scala.AnyVal
akka.http.scaladsl.unmarshalling.Unmarshaller.EnhancedUnmarshaller<A,B>
Enclosing interface:
Unmarshaller<A,B>

public static class Unmarshaller.EnhancedUnmarshaller<A,B> extends scala.AnyVal
  • Constructor Details

    • EnhancedUnmarshaller

      public EnhancedUnmarshaller(Unmarshaller<A,B> um)
  • Method Details

    • um

      public Unmarshaller<A,B> um()
    • mapWithInput

      public <C> Unmarshaller<A,C> mapWithInput(scala.Function2<A,B,C> f)
    • flatMapWithInput

      public <C> Unmarshaller<A,C> flatMapWithInput(scala.Function2<A,B,scala.concurrent.Future<C>> f)