ReplicationSelectingSink

constructor(delegate: AnimationSink, capturedReplications: Set<Int>)(source)

Parameters

delegate

the downstream sink that records events for selected replications

capturedReplications

the 1-based replication numbers to capture (non-empty)


constructor(delegate: AnimationSink, replication: Int)(source)

Convenience constructor for capturing a single replication.