Class StreamSnapshotImpl$

    • Field Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.pekko.stream.snapshot.StreamSnapshotImpl apply​(ActorPath self, scala.collection.immutable.Seq<RunningInterpreter> activeInterpreters, scala.collection.immutable.Seq<UninitializedInterpreter> newShells)  
      java.lang.String toString()  
      scala.Option<scala.Tuple3<ActorPath,​scala.collection.immutable.Seq<RunningInterpreter>,​scala.collection.immutable.Seq<UninitializedInterpreter>>> unapply​(org.apache.pekko.stream.snapshot.StreamSnapshotImpl 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
    • Field Detail

      • MODULE$

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

      • StreamSnapshotImpl$

        public StreamSnapshotImpl$()