Match

interface Match<out MainInputT, out SideInputT, out OutputT>

Indicates the node can match two input streams.

Inheritors

Functions

Link copied to clipboard
abstract fun onMatch(callback: context(Simulator) (MainInputT, SideInputT, OutputT) -> Unit)