SimPort
Toggle table of contents
1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
SimPort
ports
/
com.group7.properties
/
Match
Match
interface
Match
<
out
MainInputT
,
out
SideInputT
,
out
OutputT
>
Indicates the node can match two input streams.
Inheritors
MatchNode
Members
Functions
on
Match
Link copied to clipboard
abstract
fun
onMatch
(
callback
:
context
(
Simulator
)
(
MainInputT
,
SideInputT
,
OutputT
)
->
Unit
)