SimMetricsOutput

trait SimMetricsOutput extends (Long, SimMetricsAggregator) => Unit

Manipulates a SimMetricsAggregator to produce some output via side-effects.

As a function, takes 2 arguments:

  • a scala.Long representing the total virtual time elapsed
  • the SimMetricsAggregator to act upon
Companion
object
trait (Long, SimMetricsAggregator) => Unit
class Object
trait Matchable
class Any

Value members

Concrete methods

Compose with another SimMetricsOutput in sequence.

Compose with another SimMetricsOutput in sequence.

Inherited methods

def apply(v1: Long, v2: SimMetricsAggregator): Unit
Inherited from
Function2
@unspecialized
def curried: Long => SimMetricsAggregator => Unit
Inherited from
Function2
override
def toString(): String
Definition Classes
Function2 -> Any
Inherited from
Function2
@unspecialized
def tupled: (Long, SimMetricsAggregator) => Unit
Inherited from
Function2