InputStore
A ChannelStore of InputChannels of Strings, as held by a it.unibo.tuprolog.solve.Solver (see it.unibo.tuprolog.solve.ExecutionContextAware.inputChannels).
Properties
Functions
Link copied to clipboard
Channel.closes channel and returns a copy of this store without any alias pointing to it.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns every channel in this store whose Channel.streamTerm unifies with streamTerm.
Link copied to clipboard
Link copied to clipboard
Returns a copy of this store with other added (overriding an existing entry with the same alias).
Returns a copy of this store with every entry of others added (overriding same-named existing ones).
open fun plus(first: Pair<String, InputChannel<String>>, vararg others: Pair<String, InputChannel<String>>): InputStore
Link copied to clipboard
Link copied to clipboard