Output Store
interface OutputStore : ChannelStore<String, OutputChannel<String>, OutputStore>
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<OutputChannel<String>>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open operator fun plus(other: Pair<String, OutputChannel<String>>): OutputStore
Content copied to clipboard
open operator fun plus(others: Iterable<Pair<String, OutputChannel<String>>>): OutputStore
Content copied to clipboard
abstract operator fun plus(others: Map<String, OutputChannel<String>>): OutputStore
Content copied to clipboard
open operator fun plus(others: Sequence<Pair<String, OutputChannel<String>>>): OutputStore
Content copied to clipboard
open fun plus(first: Pair<String, OutputChannel<String>>, vararg others: Pair<String, OutputChannel<String>>): OutputStore
Content copied to clipboard
Link copied to clipboard