Class Unmarshaller.EnhancedUnmarshaller<A,​B>

  • Enclosing interface:
    Unmarshaller<A,​B>

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

      • EnhancedUnmarshaller

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

      • 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)