Package akka.stream.impl.fusing
Class MapAsync$
- java.lang.Object
-
- akka.stream.impl.fusing.MapAsync$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Serializable
public class MapAsync$ extends java.lang.Object implements scala.Serializable
INTERNAL API- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MapAsync$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <In,Out>
MapAsync<In,Out>apply(int parallelism, scala.Function1<In,scala.concurrent.Future<Out>> f)
INTERNAL APIscala.util.Failure<scala.runtime.Nothing$>
NotYetThere()
<In,Out>
scala.Option<scala.Tuple2<java.lang.Object,scala.Function1<In,scala.concurrent.Future<Out>>>>unapply(MapAsync<In,Out> x$0)
-
-
-
Field Detail
-
MODULE$
public static final MapAsync$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
NotYetThere
public scala.util.Failure<scala.runtime.Nothing$> NotYetThere()
-
apply
public <In,Out> MapAsync<In,Out> apply(int parallelism, scala.Function1<In,scala.concurrent.Future<Out>> f)
INTERNAL API- Parameters:
parallelism
- (undocumented)f
- (undocumented)- Returns:
- (undocumented)
-
unapply
public <In,Out> scala.Option<scala.Tuple2<java.lang.Object,scala.Function1<In,scala.concurrent.Future<Out>>>> unapply(MapAsync<In,Out> x$0)
-
-