Package org.apache.pekko.stream.snapshot
Class LogicSnapshotImpl$
java.lang.Object
scala.runtime.AbstractFunction3<Object,String,Attributes,org.apache.pekko.stream.snapshot.LogicSnapshotImpl>
org.apache.pekko.stream.snapshot.LogicSnapshotImpl$
- All Implemented Interfaces:
Serializable,scala.Function3<Object,String, Attributes, org.apache.pekko.stream.snapshot.LogicSnapshotImpl>
public class LogicSnapshotImpl$
extends scala.runtime.AbstractFunction3<Object,String,Attributes,org.apache.pekko.stream.snapshot.LogicSnapshotImpl>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LogicSnapshotImpl$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.stream.snapshot.LogicSnapshotImplapply(int index, String label, Attributes attributes) final StringtoString()scala.Option<scala.Tuple3<Object,String, Attributes>> unapply(org.apache.pekko.stream.snapshot.LogicSnapshotImpl x$0) Methods inherited from class scala.runtime.AbstractFunction3
curried, tupledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Function3
apply
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
LogicSnapshotImpl$
public LogicSnapshotImpl$()
-
-
Method Details
-
toString
- Specified by:
toStringin interfacescala.Function3<Object,String, Attributes, org.apache.pekko.stream.snapshot.LogicSnapshotImpl> - Overrides:
toStringin classscala.runtime.AbstractFunction3<Object,String, Attributes, org.apache.pekko.stream.snapshot.LogicSnapshotImpl>
-
apply
public org.apache.pekko.stream.snapshot.LogicSnapshotImpl apply(int index, String label, Attributes attributes) -
unapply
public scala.Option<scala.Tuple3<Object,String, unapplyAttributes>> (org.apache.pekko.stream.snapshot.LogicSnapshotImpl x$0)
-