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 LogicSnapshotImplapply(int index, java.lang.String label, Attributes attributes)Attributesattributes()booleancanEqual(java.lang.Object x$1)LogicSnapshotImplcopy(int index, java.lang.String label, Attributes attributes)intcopy$default$1()java.lang.Stringcopy$default$2()Attributescopy$default$3()booleanequals(java.lang.Object x$1)inthashCode()intindex()java.lang.Stringlabel()intproductArity()java.lang.ObjectproductElement(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()java.lang.StringtoString()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:
labelin interfaceLogicSnapshot
-
attributes
public Attributes attributes()
- Specified by:
attributesin 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:
productPrefixin interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArityin interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElementin interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqualin interfacescala.Equals
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Specified by:
equalsin interfacescala.Equals- Overrides:
equalsin classjava.lang.Object
-
-