solve
0.20.9
common
solve
/
it.unibo.tuprolog.solve.channel
/
ChannelStore
/
plus
plus
common
abstract
operator
fun
plus
(
others
:
Map
<
String
,
C
>
)
:
Self
Content copied to clipboard
open
operator
fun
plus
(
other
:
Pair
<
String
,
C
>
)
:
Self
Content copied to clipboard
open
operator
fun
plus
(
others
:
Iterable
<
Pair
<
String
,
C
>
>
)
:
Self
Content copied to clipboard
open
operator
fun
plus
(
others
:
Sequence
<
Pair
<
String
,
C
>
>
)
:
Self
Content copied to clipboard
open
fun
plus
(
first
:
Pair
<
String
,
C
>
,
vararg
others
:
Pair
<
String
,
C
>
)
:
Self
Content copied to clipboard