solve
0.20.9
common
solve
/
it.unibo.tuprolog.solve.sideffects
/
SideEffect
/
CloseInputChannels
Close
Input
Channels
common
data
class
CloseInputChannels
(
val
names
:
Iterable
<
String
>
)
:
SideEffect.AlterChannelsByName
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Close
Input
Channels
Link copied to clipboard
common
fun
CloseInputChannels
(
vararg
names
:
String
)
Content copied to clipboard
Close
Input
Channels
Link copied to clipboard
common
fun
CloseInputChannels
(
names
:
Sequence
<
String
>
)
Content copied to clipboard
Close
Input
Channels
Link copied to clipboard
common
fun
CloseInputChannels
(
names
:
Iterable
<
String
>
)
Content copied to clipboard
Functions
apply
To
Link copied to clipboard
common
open
override
fun
applyTo
(
context
:
ExecutionContext
)
:
ExecutionContext
Content copied to clipboard
Properties
names
Link copied to clipboard
common
open
override
val
names
:
Iterable
<
String
>
Content copied to clipboard