Package org.apache.pekko.stream.snapshot
Class ConnectionSnapshotImpl$
java.lang.Object
scala.runtime.AbstractFunction4<Object,LogicSnapshot,LogicSnapshot,ConnectionSnapshot.ConnectionState,org.apache.pekko.stream.snapshot.ConnectionSnapshotImpl>
    
org.apache.pekko.stream.snapshot.ConnectionSnapshotImpl$
- All Implemented Interfaces:
- Serializable,- scala.Function4<Object,- LogicSnapshot, - LogicSnapshot, - ConnectionSnapshot.ConnectionState, - org.apache.pekko.stream.snapshot.ConnectionSnapshotImpl> 
public class ConnectionSnapshotImpl$
extends scala.runtime.AbstractFunction4<Object,LogicSnapshot,LogicSnapshot,ConnectionSnapshot.ConnectionState,org.apache.pekko.stream.snapshot.ConnectionSnapshotImpl>
implements Serializable    
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final ConnectionSnapshotImpl$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.pekko.stream.snapshot.ConnectionSnapshotImplapply(int id, LogicSnapshot in, LogicSnapshot out, ConnectionSnapshot.ConnectionState state) final StringtoString()scala.Option<scala.Tuple4<Object,LogicSnapshot, LogicSnapshot, ConnectionSnapshot.ConnectionState>> unapply(org.apache.pekko.stream.snapshot.ConnectionSnapshotImpl x$0) Methods inherited from class scala.runtime.AbstractFunction4curried, tupledMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Function4apply
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
ConnectionSnapshotImpl$public ConnectionSnapshotImpl$()
 
- 
- 
Method Details- 
toString- Specified by:
- toStringin interface- scala.Function4<Object,- LogicSnapshot, - LogicSnapshot, - ConnectionSnapshot.ConnectionState, - org.apache.pekko.stream.snapshot.ConnectionSnapshotImpl> 
- Overrides:
- toStringin class- scala.runtime.AbstractFunction4<Object,- LogicSnapshot, - LogicSnapshot, - ConnectionSnapshot.ConnectionState, - org.apache.pekko.stream.snapshot.ConnectionSnapshotImpl> 
 
- 
applypublic org.apache.pekko.stream.snapshot.ConnectionSnapshotImpl apply(int id, LogicSnapshot in, LogicSnapshot out, ConnectionSnapshot.ConnectionState state) 
- 
unapplypublic scala.Option<scala.Tuple4<Object,LogicSnapshot, unapplyLogicSnapshot, ConnectionSnapshot.ConnectionState>> (org.apache.pekko.stream.snapshot.ConnectionSnapshotImpl x$0) 
 
-