SimNoOutput

A SimMetricsOutput that does nothing.

trait (Long, SimMetricsAggregator) => Unit
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(totalTicks: Long, aggregator: SimMetricsAggregator): Unit

Inherited methods

Compose with another SimMetricsOutput in sequence.

Compose with another SimMetricsOutput in sequence.

Inherited from
SimMetricsOutput
@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