solve
0.20.9
common
solve
/
it.unibo.tuprolog.solve.channel.impl
/
AbstractChannel
Abstract
Channel
common
abstract
class
AbstractChannel
<
T
:
Any
>
:
Channel
<
T
>
Content copied to clipboard
Types
Constructors
Functions
Properties
Inheritors
Constructors
Abstract
Channel
Link copied to clipboard
common
fun
AbstractChannel
(
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Functions
add
Listener
Link copied to clipboard
common
@
Synchronized
open
override
fun
addListener
(
listener
:
Listener
<
T
?
>
)
Content copied to clipboard
clear
Listeners
Link copied to clipboard
common
@
Synchronized
open
override
fun
clearListeners
(
)
Content copied to clipboard
close
Link copied to clipboard
common
@
Synchronized
open
override
fun
close
(
)
Content copied to clipboard
remove
Listener
Link copied to clipboard
common
@
Synchronized
open
override
fun
removeListener
(
listener
:
Listener
<
T
?
>
)
Content copied to clipboard
Properties
isClosed
Link copied to clipboard
common
@get:
Synchronized
override
val
isClosed
:
Boolean
=
false
Content copied to clipboard
streamTerm
Link copied to clipboard
common
abstract
val
streamTerm
:
<ERROR CLASS>
Content copied to clipboard
Inheritors
AbstractInputChannel
Link copied to clipboard
AbstractOutputChannel
Link copied to clipboard