All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
<JIn,SIn,SOut,JOut> org.apache.pekko.stream.scaladsl.BidiFlow<JIn,SIn,SOut,JOut,org.apache.pekko.NotUsed> |
adapterBidiFlow(JavaMapping<JIn,SIn> inMapping,
JavaMapping<JOut,SOut> outMapping) |
JavaMapping.Inherited<AttributeKey<?>,AttributeKey<?>> |
AttributeKey() |
<T> JavaMapping.Inherited<AttributeKey<T>,AttributeKey<T>> |
attributeKey() |
<JIn,SIn,JOut,SOut,JM,SM> JavaMapping<org.apache.pekko.stream.javadsl.Flow<JIn,JOut,JM>,org.apache.pekko.stream.scaladsl.Flow<SIn,SOut,SM>> |
flowMapping(JavaMapping<JIn,SIn> inMapping,
JavaMapping<JOut,SOut> outMapping,
JavaMapping<JM,SM> matValueMapping) |
<_J,_S> JavaMapping<java.util.concurrent.CompletionStage<_J>,scala.concurrent.Future<_S>> |
futureMapping(JavaMapping<_J,_S> mapping,
scala.concurrent.ExecutionContext ec) |
<JIn,SIn,JOut,SOut,M> JavaMapping<org.apache.pekko.stream.Graph<org.apache.pekko.stream.FlowShape<JIn,JOut>,M>,org.apache.pekko.stream.Graph<org.apache.pekko.stream.FlowShape<SIn,SOut>,M>> |
graphFlowMapping(JavaMapping<JIn,SIn> inMapping,
JavaMapping<JOut,SOut> outMapping) |
<T> JavaMapping<T,T> |
identity()
This trivial mapping isn't enabled by default to prevent it from conflicting with the `Inherited` ones
|
<_J,_S> JavaMapping<java.lang.Iterable<_J>,scala.collection.immutable.Seq<_S>> |
iterableMapping(JavaMapping<_J,_S> mapping) |
<J,S> org.apache.pekko.stream.scaladsl.Flow<J,S,org.apache.pekko.NotUsed> |
javaToScalaAdapterFlow(JavaMapping<J,S> mapping) |
<K,V> JavaMapping<java.util.Map<K,V>,scala.collection.immutable.Map<K,V>> |
map() |
<_J,_S> JavaMapping<java.util.Optional<_J>,scala.Option<_S>> |
option(JavaMapping<_J,_S> mapping) |
<J1,J2,S1,S2> JavaMapping<org.apache.pekko.japi.Pair<J1,J2>,scala.Tuple2<S1,S2>> |
pairMapping(JavaMapping<J1,S1> _1Mapping,
JavaMapping<J2,S2> _2Mapping) |
<J,S> org.apache.pekko.stream.scaladsl.Flow<S,J,org.apache.pekko.NotUsed> |
scalaToJavaAdapterFlow(JavaMapping<J,S> mapping) |
<J,S> J |
toJava(S s,
JavaMapping<J,S> mapping) |
<J,S> S |
toScala(J j,
JavaMapping<J,S> mapping) |
<_J,_S> JavaMapping<scala.util.Try<_J>,scala.util.Try<_S>> |
tryMapping(JavaMapping<_J,_S> mapping) |