Package akka.http.scaladsl.client
Interface TransformerAux<A,B,AA,BB,R>
-
public interface TransformerAux<A,B,AA,BB,R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description scala.Function1<A,R>
apply(scala.Function1<A,B> f, scala.Function1<AA,BB> g)
-