JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.pekko.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)
Method Details
apply
scala.Function1<
A
,
R
>
apply
(scala.Function1<
A
,
B
> f, scala.Function1<
AA
,
BB
> g)