Closing #264, addign JavaAPI to DataFlowVariable
This commit is contained in:
parent
9b85da6a67
commit
8a36b24832
2 changed files with 37 additions and 1 deletions
|
|
@ -13,4 +13,11 @@ trait Function[T,R] {
|
|||
*/
|
||||
trait Procedure[T] {
|
||||
def apply(param: T): Unit
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* An executable piece of code that takes no parameters and doesn't return any value
|
||||
*/
|
||||
trait SideEffect {
|
||||
def apply: Unit
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue