Package akka.stream.snapshot
Class LogicSnapshotImpl
- java.lang.Object
-
- akka.stream.snapshot.LogicSnapshotImpl
-
- All Implemented Interfaces:
HideImpl
,LogicSnapshot
,java.io.Serializable
,scala.Equals
,scala.Product
,scala.Serializable
public final class LogicSnapshotImpl extends java.lang.Object implements LogicSnapshot, HideImpl, scala.Product, scala.Serializable
INTERNAL API- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LogicSnapshotImpl(int index, java.lang.String label, Attributes attributes)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LogicSnapshotImpl
apply(int index, java.lang.String label, Attributes attributes)
Attributes
attributes()
boolean
canEqual(java.lang.Object x$1)
LogicSnapshotImpl
copy(int index, java.lang.String label, Attributes attributes)
int
copy$default$1()
java.lang.String
copy$default$2()
Attributes
copy$default$3()
boolean
equals(java.lang.Object x$1)
int
hashCode()
int
index()
java.lang.String
label()
int
productArity()
java.lang.Object
productElement(int x$1)
scala.collection.Iterator<java.lang.Object>
productIterator()
java.lang.String
productPrefix()
java.lang.String
toString()
static scala.Option<scala.Tuple3<java.lang.Object,java.lang.String,Attributes>>
unapply(LogicSnapshotImpl x$0)
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface akka.stream.snapshot.HideImpl
super$toString
-
-
-
-
Constructor Detail
-
LogicSnapshotImpl
public LogicSnapshotImpl(int index, java.lang.String label, Attributes attributes)
-
-
Method Detail
-
apply
public static LogicSnapshotImpl apply(int index, java.lang.String label, Attributes attributes)
-
unapply
public static scala.Option<scala.Tuple3<java.lang.Object,java.lang.String,Attributes>> unapply(LogicSnapshotImpl x$0)
-
index
public int index()
-
label
public java.lang.String label()
- Specified by:
label
in interfaceLogicSnapshot
-
attributes
public Attributes attributes()
- Specified by:
attributes
in interfaceLogicSnapshot
-
toString
public java.lang.String toString()
-
copy
public LogicSnapshotImpl copy(int index, java.lang.String label, Attributes attributes)
-
copy$default$1
public int copy$default$1()
-
copy$default$2
public java.lang.String copy$default$2()
-
copy$default$3
public Attributes copy$default$3()
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefix
in interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArity
in interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElement
in interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIterator
in interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqual
in interfacescala.Equals
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Specified by:
equals
in interfacescala.Equals
- Overrides:
equals
in classjava.lang.Object
-
-