Class LogicSnapshotImpl$

  • All Implemented Interfaces:
    java.io.Serializable, scala.Function3<java.lang.Object,​java.lang.String,​Attributes,​akka.stream.snapshot.LogicSnapshotImpl>

    public class LogicSnapshotImpl$
    extends scala.runtime.AbstractFunction3<java.lang.Object,​java.lang.String,​Attributes,​akka.stream.snapshot.LogicSnapshotImpl>
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static LogicSnapshotImpl$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      akka.stream.snapshot.LogicSnapshotImpl apply​(int index, java.lang.String label, Attributes attributes)  
      java.lang.String toString()  
      scala.Option<scala.Tuple3<java.lang.Object,​java.lang.String,​Attributes>> unapply​(akka.stream.snapshot.LogicSnapshotImpl x$0)  
      • Methods inherited from class scala.runtime.AbstractFunction3

        curried, tupled
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface scala.Function3

        apply
    • Field Detail

      • MODULE$

        public static final LogicSnapshotImpl$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • LogicSnapshotImpl$

        public LogicSnapshotImpl$()
    • Method Detail

      • toString

        public final java.lang.String toString()
        Specified by:
        toString in interface scala.Function3<java.lang.Object,​java.lang.String,​Attributes,​akka.stream.snapshot.LogicSnapshotImpl>
        Overrides:
        toString in class scala.runtime.AbstractFunction3<java.lang.Object,​java.lang.String,​Attributes,​akka.stream.snapshot.LogicSnapshotImpl>
      • apply

        public akka.stream.snapshot.LogicSnapshotImpl apply​(int index,
                                                            java.lang.String label,
                                                            Attributes attributes)
      • unapply

        public scala.Option<scala.Tuple3<java.lang.Object,​java.lang.String,​Attributes>> unapply​(akka.stream.snapshot.LogicSnapshotImpl x$0)