Package akka.stream.snapshot
Class RunningInterpreterImpl$
- java.lang.Object
-
- 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>
-
- akka.stream.snapshot.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.
-
Constructor Summary
Constructors Constructor Description RunningInterpreterImpl$()
-
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)
-
-
-
Field Detail
-
MODULE$
public static final RunningInterpreterImpl$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Specified by:
toString
in interfacescala.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 classscala.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)
-
-