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 Summary
FieldsModifier and TypeFieldDescriptionstatic final ConnectionSnapshotImpl$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.stream.snapshot.ConnectionSnapshotImpl
apply
(int id, LogicSnapshot in, LogicSnapshot out, ConnectionSnapshot.ConnectionState state) final String
toString()
scala.Option<scala.Tuple4<Object,
LogicSnapshot, LogicSnapshot, ConnectionSnapshot.ConnectionState>> unapply
(org.apache.pekko.stream.snapshot.ConnectionSnapshotImpl x$0) Methods inherited from class scala.runtime.AbstractFunction4
curried, tupled
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Function4
apply
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ConnectionSnapshotImpl$
public ConnectionSnapshotImpl$()
-
-
Method Details
-
toString
- Specified by:
toString
in interfacescala.Function4<Object,
LogicSnapshot, LogicSnapshot, ConnectionSnapshot.ConnectionState, org.apache.pekko.stream.snapshot.ConnectionSnapshotImpl> - Overrides:
toString
in classscala.runtime.AbstractFunction4<Object,
LogicSnapshot, LogicSnapshot, ConnectionSnapshot.ConnectionState, org.apache.pekko.stream.snapshot.ConnectionSnapshotImpl>
-
apply
public org.apache.pekko.stream.snapshot.ConnectionSnapshotImpl apply(int id, LogicSnapshot in, LogicSnapshot out, ConnectionSnapshot.ConnectionState state) -
unapply
public scala.Option<scala.Tuple4<Object,LogicSnapshot, unapplyLogicSnapshot, ConnectionSnapshot.ConnectionState>> (org.apache.pekko.stream.snapshot.ConnectionSnapshotImpl x$0)
-