Class Disconnect$
- java.lang.Object
- 
- All Implemented Interfaces:
- java.io.Serializable,- scala.Function3<RoleName,RoleName,java.lang.Object,org.apache.pekko.remote.testconductor.Disconnect>
 
 public class Disconnect$ extends scala.runtime.AbstractFunction3<RoleName,RoleName,java.lang.Object,org.apache.pekko.remote.testconductor.Disconnect> implements java.io.Serializable - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static Disconnect$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description Disconnect$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.pekko.remote.testconductor.Disconnectapply(RoleName node, RoleName target, boolean abort)java.lang.StringtoString()scala.Option<scala.Tuple3<RoleName,RoleName,java.lang.Object>>unapply(org.apache.pekko.remote.testconductor.Disconnect x$0)
 
- 
- 
- 
Field Detail- 
MODULE$public static final Disconnect$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 
-