Package akka.remote.artery
Class Association.OutboundStreamMatValues$
- java.lang.Object
-
- scala.runtime.AbstractFunction3<OptionVal<SharedKillSwitch>,scala.concurrent.Future<Done>,OptionVal<Association.StopSignal>,Association.OutboundStreamMatValues>
-
- akka.remote.artery.Association.OutboundStreamMatValues$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Function3<OptionVal<SharedKillSwitch>,scala.concurrent.Future<Done>,OptionVal<Association.StopSignal>,Association.OutboundStreamMatValues>
,scala.Serializable
- Enclosing class:
- Association
public static class Association.OutboundStreamMatValues$ extends scala.runtime.AbstractFunction3<OptionVal<SharedKillSwitch>,scala.concurrent.Future<Done>,OptionVal<Association.StopSignal>,Association.OutboundStreamMatValues> implements scala.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Association.OutboundStreamMatValues$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description OutboundStreamMatValues$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Association.OutboundStreamMatValues
apply(OptionVal<SharedKillSwitch> streamKillSwitch, scala.concurrent.Future<Done> completed, OptionVal<Association.StopSignal> stopping)
java.lang.String
toString()
scala.Option<scala.Tuple3<OptionVal<SharedKillSwitch>,scala.concurrent.Future<Done>,OptionVal<Association.StopSignal>>>
unapply(Association.OutboundStreamMatValues x$0)
-
-
-
Field Detail
-
MODULE$
public static final Association.OutboundStreamMatValues$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Specified by:
toString
in interfacescala.Function3<OptionVal<SharedKillSwitch>,scala.concurrent.Future<Done>,OptionVal<Association.StopSignal>,Association.OutboundStreamMatValues>
- Overrides:
toString
in classscala.runtime.AbstractFunction3<OptionVal<SharedKillSwitch>,scala.concurrent.Future<Done>,OptionVal<Association.StopSignal>,Association.OutboundStreamMatValues>
-
apply
public Association.OutboundStreamMatValues apply(OptionVal<SharedKillSwitch> streamKillSwitch, scala.concurrent.Future<Done> completed, OptionVal<Association.StopSignal> stopping)
- Specified by:
apply
in interfacescala.Function3<OptionVal<SharedKillSwitch>,scala.concurrent.Future<Done>,OptionVal<Association.StopSignal>,Association.OutboundStreamMatValues>
-
unapply
public scala.Option<scala.Tuple3<OptionVal<SharedKillSwitch>,scala.concurrent.Future<Done>,OptionVal<Association.StopSignal>>> unapply(Association.OutboundStreamMatValues x$0)
-
-