process

context(_: Simulator)
open override fun process(input: InputT): MainOutputT

Splits an input entity into main and side outputs using the provided splitter function.

Return

the main output entity

Parameters

input

the entity to split