Package org.apache.pekko.remote
Class AssociatedEvent$
- java.lang.Object
-
- scala.runtime.AbstractFunction3<Address,Address,java.lang.Object,AssociatedEvent>
-
- org.apache.pekko.remote.AssociatedEvent$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Function3<Address,Address,java.lang.Object,AssociatedEvent>
public class AssociatedEvent$ extends scala.runtime.AbstractFunction3<Address,Address,java.lang.Object,AssociatedEvent> implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static AssociatedEvent$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description AssociatedEvent$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssociatedEvent
apply(Address localAddress, Address remoteAddress, boolean inbound)
java.lang.String
toString()
scala.Option<scala.Tuple3<Address,Address,java.lang.Object>>
unapply(AssociatedEvent x$0)
-
-
-
Field Detail
-
MODULE$
public static final AssociatedEvent$ 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<Address,Address,java.lang.Object,AssociatedEvent>
- Overrides:
toString
in classscala.runtime.AbstractFunction3<Address,Address,java.lang.Object,AssociatedEvent>
-
apply
public AssociatedEvent apply(Address localAddress, Address remoteAddress, boolean inbound)
-
unapply
public scala.Option<scala.Tuple3<Address,Address,java.lang.Object>> unapply(AssociatedEvent x$0)
-
-