SKaiNET
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SKaiNET
skainet-lang-dag
/
sk.ainet.lang.dag
/
DagBuilder
/
op
op
fun
op
(
operation
:
Operation
,
inputs
:
List
<
GraphValue
<
*
>
>
,
id
:
String
=
""
,
attributes
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
:
List
<
GraphValue
<
*
>
>
(
source
)
Generic operation hook that lets callers wire custom
Operation
instances.