Class TestAssociationHandle$
- java.lang.Object
-
- scala.runtime.AbstractFunction4<Address,Address,TestTransport,java.lang.Object,TestAssociationHandle>
-
- org.apache.pekko.remote.transport.TestAssociationHandle$
-
- All Implemented Interfaces:
java.io.Serializable,scala.Function4<Address,Address,TestTransport,java.lang.Object,TestAssociationHandle>
public class TestAssociationHandle$ extends scala.runtime.AbstractFunction4<Address,Address,TestTransport,java.lang.Object,TestAssociationHandle> implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static TestAssociationHandle$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description TestAssociationHandle$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestAssociationHandleapply(Address localAddress, Address remoteAddress, TestTransport transport, boolean inbound)java.lang.StringtoString()scala.Option<scala.Tuple4<Address,Address,TestTransport,java.lang.Object>>unapply(TestAssociationHandle x$0)
-
-
-
Field Detail
-
MODULE$
public static final TestAssociationHandle$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Specified by:
toStringin interfacescala.Function4<Address,Address,TestTransport,java.lang.Object,TestAssociationHandle>- Overrides:
toStringin classscala.runtime.AbstractFunction4<Address,Address,TestTransport,java.lang.Object,TestAssociationHandle>
-
apply
public TestAssociationHandle apply(Address localAddress, Address remoteAddress, TestTransport transport, boolean inbound)
-
unapply
public scala.Option<scala.Tuple4<Address,Address,TestTransport,java.lang.Object>> unapply(TestAssociationHandle x$0)
-
-