Class TestTransport.WriteAttempt$
- java.lang.Object
- 
- scala.runtime.AbstractFunction3<Address,Address,ByteString,TestTransport.WriteAttempt>
- 
- org.apache.pekko.remote.transport.TestTransport.WriteAttempt$
 
 
- 
- All Implemented Interfaces:
- java.io.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 java.io.Serializable - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static TestTransport.WriteAttempt$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description WriteAttempt$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TestTransport.WriteAttemptapply(Address sender, Address recipient, ByteString payload)java.lang.StringtoString()scala.Option<scala.Tuple3<Address,Address,ByteString>>unapply(TestTransport.WriteAttempt x$0)
 
- 
- 
- 
Field Detail- 
MODULE$public static final TestTransport.WriteAttempt$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
toStringpublic final java.lang.String toString() - Specified by:
- toStringin interface- scala.Function3<Address,Address,ByteString,TestTransport.WriteAttempt>
- Overrides:
- toStringin class- scala.runtime.AbstractFunction3<Address,Address,ByteString,TestTransport.WriteAttempt>
 
 - 
applypublic TestTransport.WriteAttempt apply(Address sender, Address recipient, ByteString payload) - Specified by:
- applyin interface- scala.Function3<Address,Address,ByteString,TestTransport.WriteAttempt>
 
 - 
unapplypublic scala.Option<scala.Tuple3<Address,Address,ByteString>> unapply(TestTransport.WriteAttempt x$0) 
 
- 
 
-