InputStore

interface InputStore: ChannelStore<String, InputChannel<String>, InputStore>, Any

Fields

Name Description
abstract stdIn: InputChannel<String>

CompanionObject

InputStore

interface InputStore: ChannelStore<String, InputChannel<String>, InputStore>, Any

Fields

Name Description
const STDIN: String

Methods

fromStandard

fun fromStandard(input: InputChannel<String>): InputStore

Parameters

Name Description
input: InputChannel<String>

ReturnValue

Name Description
InputStore

of

fun of(channels: Map<String, InputChannel<String>>): InputStore

Parameters

Name Description
channels: Map<String, InputChannel<String>>

ReturnValue

Name Description
InputStore