Input Store
interface InputStore : ChannelStore<String, InputChannel<String>, InputStore>
Content copied to clipboard
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun findByTerm(streamTerm: <ERROR CLASS>): Sequence<InputChannel<String>>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open operator fun plus(other: Pair<String, InputChannel<String>>): InputStore
Content copied to clipboard
open operator fun plus(others: Iterable<Pair<String, InputChannel<String>>>): InputStore
Content copied to clipboard
abstract operator fun plus(others: Map<String, InputChannel<String>>): InputStore
Content copied to clipboard
open operator fun plus(others: Sequence<Pair<String, InputChannel<String>>>): InputStore
Content copied to clipboard
open fun plus(first: Pair<String, InputChannel<String>>, vararg others: Pair<String, InputChannel<String>>): InputStore
Content copied to clipboard
Link copied to clipboard