Class RunningInterpreterImpl$

  • All Implemented Interfaces:
    java.io.Serializable, scala.Function5<scala.collection.immutable.Seq<LogicSnapshot>,​scala.collection.immutable.Seq<ConnectionSnapshot>,​java.lang.String,​java.lang.Object,​scala.collection.immutable.Seq<LogicSnapshot>,​akka.stream.snapshot.RunningInterpreterImpl>

    public class RunningInterpreterImpl$
    extends scala.runtime.AbstractFunction5<scala.collection.immutable.Seq<LogicSnapshot>,​scala.collection.immutable.Seq<ConnectionSnapshot>,​java.lang.String,​java.lang.Object,​scala.collection.immutable.Seq<LogicSnapshot>,​akka.stream.snapshot.RunningInterpreterImpl>
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static RunningInterpreterImpl$ 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.RunningInterpreterImpl apply​(scala.collection.immutable.Seq<LogicSnapshot> logics, scala.collection.immutable.Seq<ConnectionSnapshot> connections, java.lang.String queueStatus, int runningLogicsCount, scala.collection.immutable.Seq<LogicSnapshot> stoppedLogics)  
      java.lang.String toString()  
      scala.Option<scala.Tuple5<scala.collection.immutable.Seq<LogicSnapshot>,​scala.collection.immutable.Seq<ConnectionSnapshot>,​java.lang.String,​java.lang.Object,​scala.collection.immutable.Seq<LogicSnapshot>>> unapply​(akka.stream.snapshot.RunningInterpreterImpl x$0)  
      • Methods inherited from class scala.runtime.AbstractFunction5

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

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

        apply
    • Field Detail

      • MODULE$

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

      • RunningInterpreterImpl$

        public RunningInterpreterImpl$()
    • Method Detail

      • toString

        public final java.lang.String toString()
        Specified by:
        toString in interface scala.Function5<scala.collection.immutable.Seq<LogicSnapshot>,​scala.collection.immutable.Seq<ConnectionSnapshot>,​java.lang.String,​java.lang.Object,​scala.collection.immutable.Seq<LogicSnapshot>,​akka.stream.snapshot.RunningInterpreterImpl>
        Overrides:
        toString in class scala.runtime.AbstractFunction5<scala.collection.immutable.Seq<LogicSnapshot>,​scala.collection.immutable.Seq<ConnectionSnapshot>,​java.lang.String,​java.lang.Object,​scala.collection.immutable.Seq<LogicSnapshot>,​akka.stream.snapshot.RunningInterpreterImpl>
      • apply

        public akka.stream.snapshot.RunningInterpreterImpl apply​(scala.collection.immutable.Seq<LogicSnapshot> logics,
                                                                 scala.collection.immutable.Seq<ConnectionSnapshot> connections,
                                                                 java.lang.String queueStatus,
                                                                 int runningLogicsCount,
                                                                 scala.collection.immutable.Seq<LogicSnapshot> stoppedLogics)
      • unapply

        public scala.Option<scala.Tuple5<scala.collection.immutable.Seq<LogicSnapshot>,​scala.collection.immutable.Seq<ConnectionSnapshot>,​java.lang.String,​java.lang.Object,​scala.collection.immutable.Seq<LogicSnapshot>>> unapply​(akka.stream.snapshot.RunningInterpreterImpl x$0)