Class TestAssociationHandle$
java.lang.Object
scala.runtime.AbstractFunction4<Address,Address,TestTransport,Object,TestAssociationHandle>
org.apache.pekko.remote.transport.TestAssociationHandle$
- All Implemented Interfaces:
Serializable,scala.Function4<Address,Address, TestTransport, Object, TestAssociationHandle>
public class TestAssociationHandle$
extends scala.runtime.AbstractFunction4<Address,Address,TestTransport,Object,TestAssociationHandle>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TestAssociationHandle$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(Address localAddress, Address remoteAddress, TestTransport transport, boolean inbound) final StringtoString()scala.Option<scala.Tuple4<Address,Address, TestTransport, Object>> Methods inherited from class scala.runtime.AbstractFunction4
curried, tupledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Function4
apply
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
TestAssociationHandle$
public TestAssociationHandle$()
-
-
Method Details
-
toString
- Specified by:
toStringin interfacescala.Function4<Address,Address, TestTransport, Object, TestAssociationHandle> - Overrides:
toStringin classscala.runtime.AbstractFunction4<Address,Address, TestTransport, Object, TestAssociationHandle>
-
apply
public TestAssociationHandle apply(Address localAddress, Address remoteAddress, TestTransport transport, boolean inbound) -
unapply
public scala.Option<scala.Tuple4<Address,Address, unapplyTestTransport, Object>> (TestAssociationHandle x$0)
-