Package akka.remote.artery
Class ArteryTransport.InboundStreamMatValues$
- java.lang.Object
-
- akka.remote.artery.ArteryTransport.InboundStreamMatValues$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Serializable
- Enclosing class:
- ArteryTransport
public static class ArteryTransport.InboundStreamMatValues$ extends java.lang.Object implements scala.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ArteryTransport.InboundStreamMatValues$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description InboundStreamMatValues$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <LifeCycle>
ArteryTransport.InboundStreamMatValues<LifeCycle>apply(LifeCycle lifeCycle, scala.concurrent.Future<Done> completed)
java.lang.String
toString()
<LifeCycle>
scala.Option<scala.Tuple2<LifeCycle,scala.concurrent.Future<Done>>>unapply(ArteryTransport.InboundStreamMatValues<LifeCycle> x$0)
-
-
-
Field Detail
-
MODULE$
public static final ArteryTransport.InboundStreamMatValues$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
apply
public <LifeCycle> ArteryTransport.InboundStreamMatValues<LifeCycle> apply(LifeCycle lifeCycle, scala.concurrent.Future<Done> completed)
-
unapply
public <LifeCycle> scala.Option<scala.Tuple2<LifeCycle,scala.concurrent.Future<Done>>> unapply(ArteryTransport.InboundStreamMatValues<LifeCycle> x$0)
-
-