Class TestTransport.WriteAttempt$
java.lang.Object
scala.runtime.AbstractFunction3<Address,Address,ByteString,TestTransport.WriteAttempt>
org.apache.pekko.remote.transport.TestTransport.WriteAttempt$
- All Implemented Interfaces:
Serializable,scala.Function3<Address,Address, ByteString, TestTransport.WriteAttempt>
- Enclosing class:
- TestTransport
public static class TestTransport.WriteAttempt$
extends scala.runtime.AbstractFunction3<Address,Address,ByteString,TestTransport.WriteAttempt>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TestTransport.WriteAttempt$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(Address sender, Address recipient, ByteString payload) final StringtoString()scala.Option<scala.Tuple3<Address,Address, ByteString>> Methods inherited from class scala.runtime.AbstractFunction3
curried, tupled
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
WriteAttempt$
public WriteAttempt$()
-
-
Method Details
-
toString
- Specified by:
toStringin interfacescala.Function3<Address,Address, ByteString, TestTransport.WriteAttempt> - Overrides:
toStringin classscala.runtime.AbstractFunction3<Address,Address, ByteString, TestTransport.WriteAttempt>
-
apply
- Specified by:
applyin interfacescala.Function3<Address,Address, ByteString, TestTransport.WriteAttempt>
-
unapply
public scala.Option<scala.Tuple3<Address,Address, unapplyByteString>> (TestTransport.WriteAttempt x$0)
-